From 5afddb51c9d215ed49ffa9041faef8c4b67af8b8 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Tue, 23 Jul 2002 19:40:37 +0000 Subject: [PATCH] o use MAINTAINERCLEANFILES instead of separate target --- Makefile.am | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index a9a7cc27260..d50b6fc21d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,10 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = auxdir etc doc - -# don't include lib and doc 'til we have something there -#SUBDIRS = lib src doc - SUBDIRS = src testsuite -# remove *all* files that can be regenerated from automated tools -squeaky-clean: maintainer-clean - @find . -name Makefile.in | xargs -t rm - rm -f config.h.in stamp-h.in configure aclocal.m4 +EXTRA_DIST = auxdir etc doc + +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ + config.h.in config.sub configure install-sh \ + ltconfig ltmain.sh missing mkinstalldirs \ + stamp-h.in -- GitLab