]> git.sur5r.net Git - openldap/blobdiff - build/lib.mk
update project settings
[openldap] / build / lib.mk
index 9b1e52a5c8a01568afc236e63ff68370e5fd1e2b..28c3df63d4c418f60fbc0fb6b532e49ee185c82c 100644 (file)
@@ -1,3 +1,6 @@
+## Copyright 1998,1999 The OpenLDAP Foundation
+## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
+## of this package for details.
 ##---------------------------------------------------------------------------
 ##
 ## Makefile Template for Libraries
@@ -5,21 +8,15 @@
 
 all-common: $(LIBRARY) $(PROGRAMS)
 
-$(LIBRARY): version.o
-       $(AR) ru $@ $(OBJS) version.o
-       @$(RANLIB) $@;  \
-       $(RM) ../$@;    \
-       (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
-
-version.c: $(OBJS)
+version.c: $(OBJS) $(srcdir)/Version.c
        $(RM) $@
        (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` \
        h=`$(HOSTNAME)` t=`$(DATE)`; $(SED) -e "s|%WHEN%|$${t}|" \
        -e "s|%WHOANDWHERE%|$${u}@$${h}:$${d}|" \
        -e "s|%VERSION%|$${v}|" \
-       < Version.c > $@)
+       < $(srcdir)/Version.c > $@)
 
-install-common: install-local
+install-common: FORCE
 
 lint: lint-local FORCE
        $(LINT) $(DEFS) $(DEFINES) $(SRCS)
@@ -27,14 +24,15 @@ lint: lint-local FORCE
 lint5: lint5-local FORCE
        $(5LINT) $(DEFS) $(DEFINES) $(SRCS)
 
-clean-common:  clean-local
-       $(RM) $(LIBRARY) ../$(LIBRARY) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) \
-               *.o a.out core version.c
-
-depend-common: depend-local
-       $(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
+clean-common:  FORCE
+       $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
+               $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
+               *.o *.lo a.out core version.c .libs/*
 
-veryclean-common: veryclean-local clean-common
+depend-common: FORCE
+       $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
 
 lint-local: FORCE
 lint5-local: FORCE
+
+Makefile: $(top_srcdir)/build/lib.mk