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 Shared Libraries
9 COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c
17 $(LIBRARY): version.lo
18 $(LTLIBLINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
20 (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
21 $(RM) ../`$(BASENAME) $@ .la`.a; \
22 (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t)
24 Makefile: $(top_srcdir)/build/lib-shared.mk