X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=build%2Frules.mk;h=661f4ab2c64a7c06f71ee63986cc9c79421708ec;hb=bbb7e12c6348de0bcd3db3caceb69c9750b2651e;hp=370a9c587ae645bb5048cbf732451bea0bd279ac;hpb=6f92e197dcd0a8edb96dbb7c9a3df266eb017f75;p=openldap diff --git a/build/rules.mk b/build/rules.mk index 370a9c587a..661f4ab2c6 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,12 +1,26 @@ -##--------------------------------------------------------------------------- +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2010 The OpenLDAP Foundation. +## All rights reserved. ## -## Makefile Template for Programs +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. ## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +##--------------------------------------------------------------------------- +# +# Makefile Template for Programs +# 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)