mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Merge of Paul Green's make clean fixes.
(This used to be commit d9e6f42599
)
This commit is contained in:
parent
759179b190
commit
7e90c8a3b3
@ -126,6 +126,8 @@ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \
|
|||||||
|
|
||||||
BIN_PROGS = $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) @EXTRA_BIN_PROGS@
|
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@
|
SHLIBS = @SHLIB_PROGS@ @LIBSMBCLIENT@
|
||||||
|
|
||||||
SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \
|
SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \
|
||||||
@ -1098,7 +1100,9 @@ TOPFILES=dynconfig.o dynconfig.po
|
|||||||
|
|
||||||
clean: delheaders python_clean
|
clean: delheaders python_clean
|
||||||
-rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ \
|
-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
|
# Making this target will just make sure that the prototype files
|
||||||
# exist, not necessarily that they are up to date. Since they're
|
# 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/`
|
ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
|
||||||
|
|
||||||
realclean: clean delheaders
|
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
|
distclean: realclean
|
||||||
-rm -f include/stamp-h
|
-rm -f include/stamp-h
|
||||||
|
Loading…
Reference in New Issue
Block a user