mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
build: distribute the cleanlibs target over the library-specific sections.
Michael
This commit is contained in:
parent
0afe205a7d
commit
2588c399a0
@ -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
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user