1999-08-30 16:08:00 +08:00
|
|
|
# $OpenLDAP$
|
2002-01-05 05:17:25 +08:00
|
|
|
## Copyright 1998-2002 The OpenLDAP Foundation
|
1998-12-29 03:58:57 +08:00
|
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
|
|
## of this package for details.
|
1998-11-22 12:22:28 +08:00
|
|
|
##---------------------------------------------------------------------------
|
|
|
|
##
|
|
|
|
## Makefile Template for Static Libraries
|
|
|
|
##
|
|
|
|
|
|
|
|
$(LIBRARY): version.o
|
|
|
|
$(AR) ru $@ $(OBJS) version.o
|
|
|
|
@$(RANLIB) $@; \
|
|
|
|
$(RM) ../$@; \
|
2000-05-11 00:10:11 +08:00
|
|
|
(d=`$(PWD)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@)
|
1998-11-22 12:22:28 +08:00
|
|
|
|
|
|
|
Makefile: $(top_srcdir)/build/lib-static.mk
|