X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Frules.mk;h=661f4ab2c64a7c06f71ee63986cc9c79421708ec;hb=bbb7e12c6348de0bcd3db3caceb69c9750b2651e;hp=4f795ff3533b8fefa33eaeeeac6fb6c8e1155b4a;hpb=40fa9d36ce344cb67bb3e693eecc01f9d9832cf5;p=openldap diff --git a/build/rules.mk b/build/rules.mk index 4f795ff353..661f4ab2c6 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,16 +1,26 @@ # $OpenLDAP$ -## Copyright 1998,1999 The OpenLDAP Foundation -## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory -## of this package for details. -##--------------------------------------------------------------------------- +## 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 *.lo a.out core *.core .libs/* + $(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core \ + .libs/* *.exe depend-common: FORCE $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)