X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Frules.mk;h=6594584c2a10f0d67fb9482dadeefc32247dc1dc;hb=01cd11c3081de4be2f7c43eed50ec04d7f3c5b29;hp=c9f7bf5d87be05e9fe8cdebe40c5e089fd189c2c;hpb=2e769ccf43ee14a213045adabf06b00c6f12d5bd;p=openldap diff --git a/build/rules.mk b/build/rules.mk index c9f7bf5d87..6594584c2a 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,26 +1,24 @@ +## Copyright 1998,1999 The OpenLDAP Foundation +## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory +## of this package for details. ##--------------------------------------------------------------------------- ## ## Makefile Template for Programs ## -all-common: all-local $(PROGRAMS) +all-common: $(PROGRAMS) FORCE -install-common: all install-local +clean-common: FORCE + $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/* -clean-common: clean-local - $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core - -veryclean-common: veryclean-local clean-local - -depend-common: depend-local +depend-common: FORCE $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) -lint: lint-local +lint: FORCE $(LINT) $(DEFS) $(DEFINES) $(SRCS) -lint5: lint5-local +lint5: FORCE $(5LINT) $(DEFS) $(DEFINES) $(SRCS) -# these could be empty -lint-local: FORCE -lint5-local: FORCE +Makefile: $(top_srcdir)/build/rules.mk +