X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib-static.mk;h=6f85b792a2bd9d805fdbb6d371a182e9cef5f45b;hb=2a14eaf5dd1664414f863b4395b674921e619b09;hp=a4862ff0a32ccc28c51fed5758ce7a6591e0d96a;hpb=6f92e197dcd0a8edb96dbb7c9a3df266eb017f75;p=openldap diff --git a/build/lib-static.mk b/build/lib-static.mk index a4862ff0a3..6f85b792a2 100644 --- a/build/lib-static.mk +++ b/build/lib-static.mk @@ -1,12 +1,23 @@ -##--------------------------------------------------------------------------- +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2007 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