Fixed the clean targets in Makefile.am. Use 'all-clean' to wipe everything

generated.
This commit is contained in:
John Wiegley 2008-07-30 16:27:01 -04:00
parent 80f87bc100
commit 208c414ab9

View file

@ -263,9 +263,7 @@ doxygen-docs: $(top_builddir)/Doxyfile.gen
######################################################################
clean-backupfiles:
rm -fr *~ \
.*~ \
.\#*
(cd $(srcdir); rm -fr *~ .*~ .\#*)
clean-documentation:
rm -fr *.aux \
@ -303,16 +301,22 @@ clean-debugdata:
out
clean-autoconf:
rm -fr Makefile \
(cd $(srcdir); \
rm -fr AUTHORS \
COPYING \
ChangeLog \
INSTALL \
Makefile \
Makefile.in \
acconf.h \
acconf.h.in \
aclocal.m4 \
autom4te.cache \
autom4te \
compile \
config.guess \
config.sub \
configure \
configure.in \
depcomp \
elc-stamp \
elc-temp \
@ -326,11 +330,11 @@ clean-autoconf:
py-compile \
stamp \
texinfo.tex \
ylwrap
ylwrap)
scour: maintainer-clean \
clean-buildproducts \
clean-backupfiles \
clean-debugdata \
clean-documentation \
clean-autoconf
all-clean: maintainer-clean \
clean-buildproducts \
clean-backupfiles \
clean-debugdata \
clean-documentation \
clean-autoconf