]> git.sur5r.net Git - openldap/blob - build/srv.mk
s/Id/OpenLDAP/ in RCSids
[openldap] / build / srv.mk
1 # $OpenLDAP$
2 ## Copyright 1998,1999 The OpenLDAP Foundation
3 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
4 ## of this package for details.
5 ##---------------------------------------------------------------------------
6 ##
7 ## Makefile Template for Servers
8 ##
9
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)"
13
14 clean-common: clean-srv FORCE
15 veryclean-common: veryclean-srv FORCE
16
17 lint-common: lint-$(BUILD_SRV)
18
19 5lint-common: 5lint-$(BUILD_SRV)
20
21 depend-common: depend-$(BUILD_SRV)
22
23 install-common: install-$(BUILD_SRV)
24
25 all-local-srv:
26 all-yes: all-local-srv FORCE
27
28 install-local-srv:
29 install-yes: install-local-srv FORCE
30
31 lint-local-srv:
32 lint-yes: lint-local-srv FORCE
33         $(LINT) $(DEFS) $(DEFINES) $(SRCS)
34
35 5lint-local-srv:
36 5lint-yes: 5lint-local-srv FORCE
37         $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
38
39 clean-local-srv:
40 clean-srv:      clean-local-srv FORCE
41         $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
42
43 depend-local-srv:
44 depend-yes: depend-local-srv FORCE
45         $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
46
47 veryclean-local-srv:
48 veryclean-srv:  clean-srv veryclean-local-srv
49
50 Makefile: $(top_srcdir)/build/srv.mk