Fixed the clean targets in Makefile.am. Use 'all-clean' to wipe everything
generated.
This commit is contained in:
parent
80f87bc100
commit
208c414ab9
1 changed files with 16 additions and 12 deletions
28
Makefile.am
28
Makefile.am
|
|
@ -263,9 +263,7 @@ doxygen-docs: $(top_builddir)/Doxyfile.gen
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
clean-backupfiles:
|
clean-backupfiles:
|
||||||
rm -fr *~ \
|
(cd $(srcdir); rm -fr *~ .*~ .\#*)
|
||||||
.*~ \
|
|
||||||
.\#*
|
|
||||||
|
|
||||||
clean-documentation:
|
clean-documentation:
|
||||||
rm -fr *.aux \
|
rm -fr *.aux \
|
||||||
|
|
@ -303,16 +301,22 @@ clean-debugdata:
|
||||||
out
|
out
|
||||||
|
|
||||||
clean-autoconf:
|
clean-autoconf:
|
||||||
rm -fr Makefile \
|
(cd $(srcdir); \
|
||||||
|
rm -fr AUTHORS \
|
||||||
|
COPYING \
|
||||||
|
ChangeLog \
|
||||||
|
INSTALL \
|
||||||
|
Makefile \
|
||||||
Makefile.in \
|
Makefile.in \
|
||||||
acconf.h \
|
acconf.h \
|
||||||
acconf.h.in \
|
acconf.h.in \
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
autom4te.cache \
|
autom4te \
|
||||||
compile \
|
compile \
|
||||||
config.guess \
|
config.guess \
|
||||||
config.sub \
|
config.sub \
|
||||||
configure \
|
configure \
|
||||||
|
configure.in \
|
||||||
depcomp \
|
depcomp \
|
||||||
elc-stamp \
|
elc-stamp \
|
||||||
elc-temp \
|
elc-temp \
|
||||||
|
|
@ -326,11 +330,11 @@ clean-autoconf:
|
||||||
py-compile \
|
py-compile \
|
||||||
stamp \
|
stamp \
|
||||||
texinfo.tex \
|
texinfo.tex \
|
||||||
ylwrap
|
ylwrap)
|
||||||
|
|
||||||
scour: maintainer-clean \
|
all-clean: maintainer-clean \
|
||||||
clean-buildproducts \
|
clean-buildproducts \
|
||||||
clean-backupfiles \
|
clean-backupfiles \
|
||||||
clean-debugdata \
|
clean-debugdata \
|
||||||
clean-documentation \
|
clean-documentation \
|
||||||
clean-autoconf
|
clean-autoconf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue