]> git.sur5r.net Git - openldap/blob - build/srv.mk
Use a cursor to step through ID_BLOCKS.
[openldap] / build / srv.mk
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 ##---------------------------------------------------------------------------
5 ##
6 ## Makefile Template for Servers
7 ##
8
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)"
12
13 clean-common: clean-srv FORCE
14 veryclean-common: veryclean-srv FORCE
15
16 lint-common: lint-$(BUILD_SRV)
17
18 5lint-common: 5lint-$(BUILD_SRV)
19
20 depend-common: depend-$(BUILD_SRV)
21
22 install-common: install-$(BUILD_SRV)
23
24 all-local-srv:
25 all-yes: all-local-srv FORCE
26
27 install-local-srv:
28 install-yes: install-local-srv FORCE
29
30 lint-local-srv:
31 lint-yes: lint-local-srv FORCE
32         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
33
34 5lint-local-srv:
35 5lint-yes: 5lint-local-srv FORCE
36         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
37
38 clean-local-srv:
39 clean-srv:      clean-local-srv FORCE
40         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
41
42 depend-local-srv:
43 depend-yes: depend-local-srv FORCE
44         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
45
46 veryclean-local-srv:
47 veryclean-srv:  clean-srv veryclean-local-srv
48
49 Makefile: $(top_srcdir)/build/srv.mk