summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-07 19:06:16 +0200
committerMichael Adam <obnox@samba.org>2008-07-07 20:34:03 +0200
commit025edbd82c867b6400f14ba1ecd4426916a443d1 (patch)
tree8e24bf9f9cb855e545246812cbb4e59f8834ad21
parent5408317e338c500e6329dfcb3ca9a84a8c761a90 (diff)
downloadsamba-025edbd82c867b6400f14ba1ecd4426916a443d1.tar.gz
samba-025edbd82c867b6400f14ba1ecd4426916a443d1.tar.bz2
samba-025edbd82c867b6400f14ba1ecd4426916a443d1.zip
build: combine the cleanlibfoo targets to one cleanlibs target
And use that in make clean Michael (This used to be commit 887b6231198ce2ff6230e0939ddcf46759bc88bf)
-rw-r--r--source3/Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a22c1d13c4..678e66aab9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1532,6 +1532,14 @@ LIBRARIES = libtalloc libtdb libwbclient libsmbclient libsmbsharemodes libaddns
libs: $(LIBRARIES)
+cleanlibs:: cleanlibtalloc \
+ cleanlibtdb \
+ cleanlibnetapi \
+ cleanlibwbclient \
+ cleanlibsmbclient \
+ cleanlibsmbsharemodes \
+ cleanlibaddns
+
#-------------------------------------------------------------------
#
@@ -2562,7 +2570,7 @@ uninstallpammodules::
# Toplevel clean files
TOPFILES=dynconfig.o
-clean:: cleanlibtalloc cleanlibtdb cleanlibnetapi cleanlibwbclient cleanlibsmbclient cleanlibsmbsharemodes cleanlibaddns
+clean:: cleanlibs
-rm -f include/build_env.h
-rm -f smbd/build_options.c
-rm -f $(PRECOMPILED_HEADER)