]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (handle_languages): Define %DEPBASE% conditionally
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 30 Dec 2003 23:49:58 +0000 (23:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 30 Dec 2003 23:49:58 +0000 (23:49 +0000)
commit13089ee25af9df3c6a32842fdb30ca9fb14b7414
treea31df7bdfc24cbfe85841cdc7eb51c85fa248139
parent6b0ea352792c2ed3d164eba6ccedbddb1b973a03
* automake.in (handle_languages): Define %DEPBASE% conditionally
on subdir-objects.  Define SUBDIROBJ.  Do not clean *_.c files
here ...
(lang_c_finish): ... do it here.
(handle_single_transform_list): Do not output specific rules for
subdir-objects files which are not renamed.  This should reduce
the size of Makefiles with lots of subdirectory sources.
* lib/depcomp: Simplify computation of dependency output, and use
DEPDIR.
* lib/am/depend2.am (%EXT%.o, %EXT%.obj, %EXT%.lo): Adjust call
to depcomp.  Compute depbase on-the-fly in generic fastdep rules
for subdir-objects.
* tests/ansi9.test: Do not grep for an explicit rule that
we no longer expect.  Really run $MAKE to make sure the chain
of rules works.
* tests/yacc5.test: Do not grep for an explicit rule that
we no longer expect.  Adjust to use set -e.
ChangeLog
NEWS
automake.in
lib/am/depend2.am
lib/depcomp
tests/ansi9.test
tests/yacc5.test