]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (CLEAN, MAINTAINER_CLEAN): New constants.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 24 Aug 2002 20:43:02 +0000 (20:43 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 24 Aug 2002 20:43:02 +0000 (20:43 +0000)
commitbd2020fc48c260a655fe80fa72d81c7848b088fa
tree70cc76f8ac7ebc455af25d55400db29a77483c08
parent0bcd03be6c48cdc7e0af7450ec2d8f93a061df96
* automake.in (CLEAN, MAINTAINER_CLEAN): New constants.
(maintainer_clean_files): Replace by ...
(clean_files): ... this new variable.
(initialize_per_input, lang_yacc_target_hook,
lang_lex_target_hook): Use %clean_files instead of
@maintainer_clean_files.
(handle_clean): Rewrite, using %clean_files.
(require_build_directory_maybe): Use %clean_files instead
of %compile_clean_files.  This allows using
&require_build_directory_maybe for non-compiling targets.
* lib/am/clean.am (mostlyclean-generic, clean-generic,
distclean-generic, maintainer-clean-generic): Rewrite using
%MOSTLYCLEAN_RMS%, %CLEAN_RMS%, %DISTCLEAN_RMS%, and
%MAINTAINER_CLEAN_RMS%.
ChangeLog
automake.in
lib/am/clean.am