X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib-static.mk;h=85eab2a8d37eae2307e4a3f788cc751b22b1fcc4;hb=557f5eb2ca68258d4b82e8135c30a24b4a3a8504;hp=76bcee07aa999ba53a2ec21be4a349643c967422;hpb=43094a1b33036b1abe266f5013ad971a88609e0d;p=openldap diff --git a/build/lib-static.mk b/build/lib-static.mk index 76bcee07aa..85eab2a8d3 100644 --- a/build/lib-static.mk +++ b/build/lib-static.mk @@ -1,15 +1,23 @@ -## Copyright 1998,1999 The OpenLDAP Foundation -## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory -## of this package for details. -##--------------------------------------------------------------------------- +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 The OpenLDAP Foundation. +## All rights reserved. ## -## Makefile Template for Static Libraries +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. ## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +##--------------------------------------------------------------------------- +# +# Makefile Template for Static Libraries +# $(LIBRARY): version.o $(AR) ru $@ $(OBJS) version.o - @$(RANLIB) $@; \ - $(RM) ../$@; \ - (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@) + @$(RANLIB) $@ Makefile: $(top_srcdir)/build/lib-static.mk