From 274bc43535c7ce41cbde91213e5d27195274d25e Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Wed, 15 May 2002 04:11:43 +0000
Subject: [PATCH]  o added target `sqeaky-clean' to remove all files that may
 be regenerated    automatically.

---
 Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 575279097dc..5ac63c4fb88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,13 @@
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = auxdir include etc doc
+EXTRA_DIST = auxdir etc doc
 
 # don't include lib and doc 'til we have something there
 #SUBDIRS = lib src doc  
 
 SUBDIRS = src
+
+# 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
-- 
GitLab