openldap/build/lib-static.mk
Kurt Zeilenga 5aad6b2e01 Update 1.1alpha with latest build environment changes from -devel.
includes libtool support
	includes select yield changes
	headers updates
Apply strdup() -> ldap_strdup() patch.
1998-11-22 22:25:56 +00:00

13 lines
310 B
Makefile

##---------------------------------------------------------------------------
##
## Makefile Template for Static Libraries
##
$(LIBRARY): version.o
$(AR) ru $@ $(OBJS) version.o
@$(RANLIB) $@; \
$(RM) ../$@; \
(d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
Makefile: $(top_srcdir)/build/lib-static.mk