]> git.sur5r.net Git - openldap/blob - build/lib-static.mk
Unexpand spaces for tabs in prior commit before merging to rel_eng_1_1.
[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