[patch 2/2] fix maintainerclean entries
Robert Schwebel <[email protected]> Sun, 21 Jan 2007 14:16:59 +0100
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
treecc-20070121-maintainerclean.diff
(application/octet-stream, 2.3 KB)
This patch fixes the MAINTAINERCLEAN entries to remove all autogenerated files on 'make maintainer-clean'. Signed-off-by: Robert Schwebel <[email protected]> --- Makefile.am | 9 +++++++++ doc/Makefile.am | 3 +++ etc/Makefile.am | 2 ++ examples/Makefile.am | 3 +++ tests/Makefile.am | 3 +++ 5 files changed, 20 insertions(+) Index: Makefile.am =================================================================== --- Makefile.am.orig +++ Makefile.am @@ -50,3 +50,12 @@ skels.c: $(SKELETON_FILES) mkskel-sh $(SHELL) mkskel-sh $(SKELETON_FILES) >skels.c CLEANFILES = skels.c + +MAINTAINERCLEANFILES = \ + Makefile.in \ + config.guess \ + config.sub \ + configure \ + install-sh \ + missing + Index: doc/Makefile.am =================================================================== --- doc/Makefile.am.orig +++ doc/Makefile.am @@ -3,3 +3,6 @@ info_TEXINFOS = treecc.texi EXTRA_DIST = $(man_MANS) texinfo.tex mkdoc mkhtml \ mkpdf extending.txt essay.html binary_readme.txt CLEANFILES = treecc.info treecc.info-1 treecc.info-2 treecc.info-3 + +MAINTAINERCLEANFILES = \ + Makefile.in Index: etc/Makefile.am =================================================================== --- etc/Makefile.am.orig +++ etc/Makefile.am @@ -9,3 +9,5 @@ noinst_DATA = cpp_skel.cc cpp_skel.h c_s EXTRA_DIST = $(noinst_DATA) +MAINTAINERCLEANFILES = \ + Makefile.in Index: examples/Makefile.am =================================================================== --- examples/Makefile.am.orig +++ examples/Makefile.am @@ -31,3 +31,6 @@ CLEANFILES = expr_c.c expr_c.h expr_cpp. scan_c.c scan_cpp.cc gram_cpp.cc: gram_cpp.yy + +MAINTAINERCLEANFILES = \ + Makefile.in Index: tests/Makefile.am =================================================================== --- tests/Makefile.am.orig +++ tests/Makefile.am @@ -94,3 +94,6 @@ test_output_LDADD = $(top_builddir)/libt normalize_SOURCES = normalize.c AM_CFLAGS = -I$(top_srcdir) + +MAINTAINERCLEANFILES = \ + Makefile.in -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9