]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
[openldap] / build / lib-static.mk
1 ##---------------------------------------------------------------------------
2 ##
3 ## Makefile Template for Static Libraries
4 ##
5
6 $(LIBRARY): version.o
7         $(AR) ru $@ $(OBJS) version.o
8         @$(RANLIB) $@;  \
9         $(RM) ../$@;    \
10         (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
11
12 Makefile: $(top_srcdir)/build/lib-static.mk