1999-08-30 04:08:00 -04:00
|
|
|
# $OpenLDAP$
|
2003-01-03 15:20:47 -05:00
|
|
|
## Copyright 1998-2003 The OpenLDAP Foundation
|
1998-12-28 14:58:57 -05:00
|
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
|
|
|
## of this package for details.
|
1998-10-24 21:41:42 -04:00
|
|
|
##---------------------------------------------------------------------------
|
|
|
|
|
##
|
|
|
|
|
## Makefile Template for Servers
|
|
|
|
|
##
|
|
|
|
|
|
1999-08-07 07:37:43 -04:00
|
|
|
all-common: all-$(BUILD_SRV)
|
|
|
|
|
all-no lint-no 5lint-no depend-no install-no:
|
|
|
|
|
@echo "run configure with $(BUILD_OPT) to make $(PROGRAMS)"
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1998-11-22 01:24:59 -05:00
|
|
|
clean-common: clean-srv FORCE
|
|
|
|
|
veryclean-common: veryclean-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-08-07 07:37:43 -04:00
|
|
|
lint-common: lint-$(BUILD_SRV)
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-08-07 07:37:43 -04:00
|
|
|
5lint-common: 5lint-$(BUILD_SRV)
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-08-07 07:37:43 -04:00
|
|
|
depend-common: depend-$(BUILD_SRV)
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1999-08-07 07:37:43 -04:00
|
|
|
install-common: install-$(BUILD_SRV)
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
all-local-srv:
|
1999-08-07 07:37:43 -04:00
|
|
|
all-yes: all-local-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
install-local-srv:
|
1999-08-07 07:37:43 -04:00
|
|
|
install-yes: install-local-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
lint-local-srv:
|
1999-08-07 07:37:43 -04:00
|
|
|
lint-yes: lint-local-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
$(LINT) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
5lint-local-srv:
|
1999-08-07 07:37:43 -04:00
|
|
|
5lint-yes: 5lint-local-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
$(5LINT) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
clean-local-srv:
|
|
|
|
|
clean-srv: clean-local-srv FORCE
|
1999-10-28 03:31:59 -04:00
|
|
|
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/* *.exe
|
1998-10-24 21:41:42 -04:00
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
depend-local-srv:
|
1999-08-07 07:37:43 -04:00
|
|
|
depend-yes: depend-local-srv FORCE
|
1998-10-24 21:41:42 -04:00
|
|
|
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
|
|
|
|
|
|
1998-12-19 19:55:39 -05:00
|
|
|
veryclean-local-srv:
|
|
|
|
|
veryclean-srv: clean-srv veryclean-local-srv
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
Makefile: $(top_srcdir)/build/srv.mk
|