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 ##---------------------------------------------------------------------------
6 ## Makefile Template for Static Libraries
10 $(AR) ru $@ $(OBJS) version.o
13 (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
15 Makefile: $(top_srcdir)/build/lib-static.mk