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: 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