]> 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 370a9c587ae645bb5048cbf732451bea0bd279ac..42fd894a23cffebb47ba37f5dafc72414f87be68 100644 (file)
@@ -1,3 +1,7 @@
+# $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
@@ -6,7 +10,8 @@
 all-common: $(PROGRAMS) FORCE
 
 clean-common:  FORCE
-       $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
+       $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \
+                   .libs/* *.exe
 
 depend-common: FORCE
        $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)