X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib.mk;h=d62b0e80703da93b883861348fb654f5d6acd215;hb=5385d13bf89dd05da03a2df6e3a0de0385dc2a28;hp=d31ad5c93d09c6cc0e01ca617be6bfa08b10be6c;hpb=0b5ab06ec6c852a1668a328c30c6a76ef6a0f291;p=openldap diff --git a/build/lib.mk b/build/lib.mk index d31ad5c93d..d62b0e8070 100644 --- a/build/lib.mk +++ b/build/lib.mk @@ -1,11 +1,20 @@ # $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-2006 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) @@ -13,7 +22,7 @@ version.c: Makefile $(RM) $@ $(MKVERSION) $(LIBRARY) > $@ -version.o: version.c $(OBJS) +version.o version.lo: version.c $(OBJS) install-common: FORCE