2 ## Copyright 1998-2000 The OpenLDAP Foundation
3 ## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
4 ## of this package for details.
5 ##---------------------------------------------------------------------------
7 ## Makefile Template for Servers
10 all-common: all-$(BUILD_SRV)
11 all-no lint-no 5lint-no depend-no install-no:
12 @echo "run configure with $(BUILD_OPT) to make $(PROGRAMS)"
14 clean-common: clean-srv FORCE
15 veryclean-common: veryclean-srv FORCE
17 lint-common: lint-$(BUILD_SRV)
19 5lint-common: 5lint-$(BUILD_SRV)
21 depend-common: depend-$(BUILD_SRV)
23 install-common: install-$(BUILD_SRV)
26 all-yes: all-local-srv FORCE
29 install-yes: install-local-srv FORCE
32 lint-yes: lint-local-srv FORCE
33 $(LINT) $(DEFS) $(DEFINES) $(SRCS)
36 5lint-yes: 5lint-local-srv FORCE
37 $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
40 clean-srv: clean-local-srv FORCE
41 $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/* *.exe
44 depend-yes: depend-local-srv FORCE
45 $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
48 veryclean-srv: clean-srv veryclean-local-srv
50 Makefile: $(top_srcdir)/build/srv.mk