X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib.mk;h=09859f6e75bf40624e6fa91b9c5b7496d36ea5fc;hb=4d6554bc2c86458ee22e5cbe7626c37ff57cec9d;hp=6a4527c8c1197fff3f918f4a53cb60ad421a8da4;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/build/lib.mk b/build/lib.mk index 6a4527c8c1..09859f6e75 100644 --- a/build/lib.mk +++ b/build/lib.mk @@ -1,18 +1,29 @@ # $OpenLDAP$ -## Copyright 1998-2003 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-2009 The OpenLDAP Foundation. +## All rights reserved. ## -## Makefile Template for Libraries +## 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 Libraries +# all-common: $(LIBRARY) $(PROGRAMS) -version.c: $(OBJS) +version.c: Makefile $(RM) $@ $(MKVERSION) $(LIBRARY) > $@ +version.o version.lo: version.c $(OBJS) + install-common: FORCE lint: lint-local FORCE @@ -29,9 +40,7 @@ lint5: lint5-local FORCE clean-common: FORCE $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \ $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \ - *.o *.lo a.out *.exe core version.c .libs/* \ - ../`$(BASENAME) $(LIBRARY) .la`.so* \ - ../`$(BASENAME) $(LIBRARY) .la`*.dll + *.o *.lo a.out *.exe core version.c .libs/* depend-common: FORCE $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)