summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-02 06:26:01 +0000
committerTim Potter <tpot@samba.org>2003-04-02 06:26:01 +0000
commit7e90c8a3b304c9e2b68b302f4c1ddffdcc02cf5d (patch)
treed81f8a16fc1e7e1b9c5d1183ee26b4fdf6d8c11e /source3/Makefile.in
parent759179b1902d2847cce199e2efa1f830ec675427 (diff)
downloadsamba-7e90c8a3b304c9e2b68b302f4c1ddffdcc02cf5d.tar.gz
samba-7e90c8a3b304c9e2b68b302f4c1ddffdcc02cf5d.tar.bz2
samba-7e90c8a3b304c9e2b68b302f4c1ddffdcc02cf5d.zip
Merge of Paul Green's make clean fixes.
(This used to be commit d9e6f4259975ee4dfd3413fd0abb21321b81b4ed)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1a2c038e19..40a51351f0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -126,6 +126,8 @@ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \
BIN_PROGS = $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) @EXTRA_BIN_PROGS@
+EVERYTHING_PROGS = bin/debug2html@EXEEXT@ bin/smbfilter@EXEEXT@ bin/talloctort@EXEEXT@
+
SHLIBS = @SHLIB_PROGS@ @LIBSMBCLIENT@
SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \
@@ -1098,7 +1100,9 @@ TOPFILES=dynconfig.o dynconfig.po
clean: delheaders python_clean
-rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ \
- $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(TORTURE_PROGS) .headers.stamp $(LIBSMBCLIENT)
+ $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \
+ $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp
+
# Making this target will just make sure that the prototype files
# exist, not necessarily that they are up to date. Since they're
@@ -1179,7 +1183,7 @@ ctags:
ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
realclean: clean delheaders
- -rm -f config.log $(BIN_PROGS) $(SBIN_PROGS) bin/.dummy script/findsmb
+ -rm -f config.log bin/.dummy script/findsmb
distclean: realclean
-rm -f include/stamp-h