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 Libraries
9 all-common: $(LIBRARY) $(PROGRAMS)
13 $(MKVERSION) $(LIBRARY) > $@
17 lint: lint-local FORCE
18 $(LINT) $(DEFS) $(DEFINES) $(SRCS)
20 lint5: lint5-local FORCE
21 $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
24 $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
25 $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
26 *.o *.lo a.out core version.c .libs/*
29 $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
34 Makefile: $(top_srcdir)/build/lib.mk