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 Servers
9 all-common: all-$(BUILD_SRV)
10 all-no lint-no 5lint-no depend-no install-no:
11 @echo "run configure with $(BUILD_OPT) to make $(PROGRAMS)"
13 clean-common: clean-srv FORCE
14 veryclean-common: veryclean-srv FORCE
16 lint-common: lint-$(BUILD_SRV)
18 5lint-common: 5lint-$(BUILD_SRV)
20 depend-common: depend-$(BUILD_SRV)
22 install-common: install-$(BUILD_SRV)
25 all-yes: all-local-srv FORCE
28 install-yes: install-local-srv FORCE
31 lint-yes: lint-local-srv FORCE
32 $(LINT) $(DEFS) $(DEFINES) $(SRCS)
35 5lint-yes: 5lint-local-srv FORCE
36 $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
39 clean-srv: clean-local-srv FORCE
40 $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
43 depend-yes: depend-local-srv FORCE
44 $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
47 veryclean-srv: clean-srv veryclean-local-srv
49 Makefile: $(top_srcdir)/build/srv.mk