From 6616a3770c6ba8f0154e9887f5179af59a8f4b2c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 14 Feb 2005 20:33:57 +0000 Subject: Make the "maintainer-clean" rules get rid of some additional generated files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402 --- image/Makefile.nmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/Makefile.nmake') diff --git a/image/Makefile.nmake b/image/Makefile.nmake index 9c76df1a0d..cef58145a0 100644 --- a/image/Makefile.nmake +++ b/image/Makefile.nmake @@ -51,3 +51,5 @@ clean : rm -f $(ALL_RC) distclean: clean + +maintainer-clean: distclean -- cgit v1.2.3