]> git.sur5r.net Git - openldap/blobdiff - build/rules.mk
Converted ch_malloc and ch_calloc calls to SLAP_MALLOC and SLAP_CALLOC.
[openldap] / build / rules.mk
index 0137b289994d4507043dfe04b251c41d8fa4eaa9..42fd894a23cffebb47ba37f5dafc72414f87be68 100644 (file)
@@ -1,26 +1,26 @@
+# $OpenLDAP$
+## Copyright 1998-2002 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
+