diff options
-rw-r--r-- | Makefile.am | 9 | ||||
-rwxr-xr-x | acprep | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8cf0552a..198af05b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,3 +45,12 @@ install-exec-hook: python setup.py install --prefix=$(DESTDIR) endif + +all-clean: maintainer-clean + rm -fr *~ .*~ .\#* *.html *.info *.pdf *.a *.so *.o *.lo *.la \ + *.elc *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr \ + .gdb_history gmon.out h out TAGS ledger valexpr .deps \ + .libs build AUTHORS ChangeLog COPYING INSTALL Makefile \ + acconf.h acconf.h.in aclocal.m4 autom4te config.guess \ + config.sub configure depcomp install-sh libtool ltconfig \ + ltmain.sh missing stamp texinfo.tex Makefile.in @@ -3,7 +3,7 @@ glibtoolize --automake -f -c aclocal autoheader -touch AUTHORS ChangeLog +touch AUTHORS ChangeLog COPYING if [ "$1" = "--dist" ]; then automake -acfi @@ -30,4 +30,4 @@ elif [ "$1" = "--perf" ]; then ./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g -pg" fi -rm AUTHORS ChangeLog +rm AUTHORS ChangeLog COPYING |