From 19689e27d48c8cf4cd2a1e8fb800a38a4a910c99 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Jul 2008 14:58:36 +0200 Subject: [PATCH] build: distribute the cleanlibs target over the library-specific sections. Michael (cherry picked from commit 2588c399a0df99a87cf7c749133bceb6aa34a21a) --- source/Makefile.in | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/Makefile.in b/source/Makefile.in index cd8dcf7a256..d6a8e0bd7b1 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1534,13 +1534,6 @@ LIBRARIES = libtalloc libtdb libwbclient libsmbclient libsmbsharemodes libaddns libs: $(LIBRARIES) -cleanlibs:: cleanlibtalloc \ - cleanlibtdb \ - cleanlibnetapi \ - cleanlibwbclient \ - cleanlibsmbclient \ - cleanlibsmbsharemodes \ - cleanlibaddns #------------------------------------------------------------------- @@ -1605,6 +1598,7 @@ uninstalllibtalloc:: -rm -f $(DESTDIR)${prefix}/include/talloc.h installlibs:: @INSTALL_LIBTALLOC@ +cleanlibs:: cleanlibtalloc #------------------------------------------------------------------- # @@ -1668,6 +1662,7 @@ uninstalllibtdb:: -rm -f $(DESTDIR)${prefix}/include/tdb.h installlibs:: @INSTALL_LIBTDB@ +cleanlibs:: cleanlibtdb #------------------------------------------------------------------- # @@ -1735,6 +1730,8 @@ uninstalllibwbclient:: -rm -f $(DESTDIR)${prefix}/include/wbclient.h installlibs:: @INSTALL_LIBWBCLIENT@ +cleanlibs:: cleanlibwbclient + #------------------------------------------------------------------- # @@ -1789,6 +1786,7 @@ uninstalllibaddns:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBADDNS_STATIC_TARGET)` installlibs:: @INSTALL_LIBADDNS@ +cleanlibs:: cleanlibaddns #------------------------------------------------------------------- # @@ -1868,6 +1866,7 @@ uninstalllibnetapi:: -rm -f $(DESTDIR)${prefix}/include/netapi.h installlibs:: @INSTALL_LIBNETAPI@ +cleanlibs:: cleanlibnetapi #------------------------------------------------------------------- # @@ -1929,6 +1928,7 @@ uninstalllibsmbclient:: uninstallclientlib:: uninstalllibsmbclient installlibs:: @INSTALL_LIBSMBCLIENT@ +cleanlibs:: cleanlibsmbclient #------------------------------------------------------------------- # @@ -1992,6 +1992,7 @@ uninstalllibsmbsharemodes:: -rm -f $(DESTDIR)${prefix}/include/smb_share_modes.h installlibs:: @INSTALL_LIBSMBSHAREMODES@ +cleanlibs:: cleanlibsmbsharemodes #------------------------------------------------------------------- # -- 2.11.4.GIT