X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Frules.mk;h=bef349c37391076b2eda3e2f84380e2226f20b6c;hb=2d48b5dc9905bbc48d16363a15cc236dce82e18c;hp=aaf164799d2534f98c1c1a184c8def66a1d44489;hpb=4662b7d12478b565b12b16604deb996ed61674e7;p=openldap diff --git a/build/rules.mk b/build/rules.mk index aaf164799d..bef349c373 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,28 +1,26 @@ +# $OpenLDAP$ +## Copyright 1998-2003 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-common install-local +clean-common: FORCE + $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \ + .libs/* *.exe -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 +