]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
Remove YEAR_PEDANTIC macro and update comment.
[openldap] / build / lib-static.mk
1 ## Copyright 1998,1999 The OpenLDAP Foundation
2 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
3 ## of this package for details.
4 ##---------------------------------------------------------------------------
5 ##
6 ## Makefile Template for Static Libraries
7 ##
8
9 $(LIBRARY): version.o
10         $(AR) ru $@ $(OBJS) version.o
11         @$(RANLIB) $@;  \
12         $(RM) ../$@;    \
13         (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
14
15 Makefile: $(top_srcdir)/build/lib-static.mk