X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib.mk;h=4694f85fdd1256f0d69881c37b902d5d965e2b15;hb=3673cceb6c2157e4d077462f811077291fe8634c;hp=6a4527c8c1197fff3f918f4a53cb60ad421a8da4;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/build/lib.mk b/build/lib.mk index 6a4527c8c1..4694f85fdd 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-2005 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