From: Michael Adam Date: Thu, 10 Jul 2008 12:58:36 +0000 (+0200) Subject: build: distribute the cleanlibs target over the library-specific sections. X-Git-Tag: samba-3.3.0pre1~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2588c399a0df99a87cf7c749133bceb6aa34a21a;p=thirdparty%2Fsamba.git build: distribute the cleanlibs target over the library-specific sections. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 1c983d7b8af..824a8bb13ec 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1555,13 +1555,6 @@ LIBRARIES = libtalloc libtdb libwbclient libsmbclient libsmbsharemodes libaddns libs: $(LIBRARIES) -cleanlibs:: cleanlibtalloc \ - cleanlibtdb \ - cleanlibnetapi \ - cleanlibwbclient \ - cleanlibsmbclient \ - cleanlibsmbsharemodes \ - cleanlibaddns #------------------------------------------------------------------- @@ -1626,6 +1619,7 @@ uninstalllibtalloc:: -rm -f $(DESTDIR)${prefix}/include/talloc.h installlibs:: @INSTALL_LIBTALLOC@ +cleanlibs:: cleanlibtalloc #------------------------------------------------------------------- # @@ -1689,6 +1683,7 @@ uninstalllibtdb:: -rm -f $(DESTDIR)${prefix}/include/tdb.h installlibs:: @INSTALL_LIBTDB@ +cleanlibs:: cleanlibtdb #------------------------------------------------------------------- # @@ -1756,6 +1751,8 @@ uninstalllibwbclient:: -rm -f $(DESTDIR)${prefix}/include/wbclient.h installlibs:: @INSTALL_LIBWBCLIENT@ +cleanlibs:: cleanlibwbclient + #------------------------------------------------------------------- # @@ -1810,6 +1807,7 @@ uninstalllibaddns:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBADDNS_STATIC_TARGET)` installlibs:: @INSTALL_LIBADDNS@ +cleanlibs:: cleanlibaddns #------------------------------------------------------------------- # @@ -1892,6 +1890,7 @@ uninstalllibnetapi:: -rm -f $(DESTDIR)${prefix}/include/netapi.h installlibs:: @INSTALL_LIBNETAPI@ +cleanlibs:: cleanlibnetapi #------------------------------------------------------------------- # @@ -1953,6 +1952,7 @@ uninstalllibsmbclient:: uninstallclientlib:: uninstalllibsmbclient installlibs:: @INSTALL_LIBSMBCLIENT@ +cleanlibs:: cleanlibsmbclient #------------------------------------------------------------------- # @@ -2016,6 +2016,7 @@ uninstalllibsmbsharemodes:: -rm -f $(DESTDIR)${prefix}/include/smb_share_modes.h installlibs:: @INSTALL_LIBSMBSHAREMODES@ +cleanlibs:: cleanlibsmbsharemodes #------------------------------------------------------------------- #