]> git.sur5r.net Git - openldap/blobdiff - build/lib.mk
Flesh out config options, implement authorization checks
[openldap] / build / lib.mk
index 0f84b2016edc789e03bacb8d06b3e857e43da5aa..09859f6e75bf40624e6fa91b9c5b7496d36ea5fc 100644 (file)
@@ -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 <http://www.openldap.org/>.
+##
+## 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
+## <http://www.OpenLDAP.org/license.html>.
+##---------------------------------------------------------------------------
+#
+# Makefile Template for Libraries
+#
 
 all-common: $(LIBRARY) $(PROGRAMS)
 
@@ -31,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)