X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib.mk;h=036b9d4da839929d9d82dadcdce299332b7bbe76;hb=75841ac6c73b7df3fd0aca933751e0714ce49591;hp=8ae91785ad33a89e635e42b77b9a446fe283d70d;hpb=09b44ff1018bc6437a0f1de527d2018d46076fe3;p=openldap diff --git a/build/lib.mk b/build/lib.mk index 8ae91785ad..036b9d4da8 100644 --- a/build/lib.mk +++ b/build/lib.mk @@ -1,3 +1,7 @@ +# $OpenLDAP$ +## Copyright 1998-2000 The OpenLDAP Foundation +## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory +## of this package for details. ##--------------------------------------------------------------------------- ## ## Makefile Template for Libraries @@ -5,21 +9,11 @@ all-common: $(LIBRARY) $(PROGRAMS) -$(LIBRARY): version.o - $(AR) ru $@ $(OBJS) version.o - @$(RANLIB) $@; \ - $(RM) ../$@; \ - (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@) - version.c: $(OBJS) $(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 > $@) + $(MKVERSION) $(LIBRARY) > $@ -install-common: all-common install-local +install-common: FORCE lint: lint-local FORCE $(LINT) $(DEFS) $(DEFINES) $(SRCS) @@ -27,14 +21,17 @@ 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/* \ + ../`$(BASENAME) $(LIBRARY) .la`.so* \ + ../`$(BASENAME) $(LIBRARY) .la`*.dll *.exe -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