X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib-static.mk;h=5e99b36749238c409fa1bd8d841d2db1435e31da;hb=ce27143ce716b26e0210a9c7071cc9f5c56c574a;hp=272408b98e7f239bfed0ea98be384baf2d41defb;hpb=29d9fa20a2823c827f098d78f1ea8539d86bf4cf;p=openldap diff --git a/build/lib-static.mk b/build/lib-static.mk index 272408b98e..5e99b36749 100644 --- a/build/lib-static.mk +++ b/build/lib-static.mk @@ -1,16 +1,23 @@ # $OpenLDAP$ -## Copyright 1998-2000 The OpenLDAP Foundation -## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory -## of this package for details. -##--------------------------------------------------------------------------- +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2008 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)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@) + @$(RANLIB) $@ Makefile: $(top_srcdir)/build/lib-static.mk