]> sourceware.org Git - automake.git/commit
* automake.in (handle_lib_objects): Compute _DEPENDENCIES variables
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Feb 2003 23:17:22 +0000 (23:17 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Feb 2003 23:17:22 +0000 (23:17 +0000)
commitf86b0d37c78d0bcb11f860b95b327ceddeead55f
tree94c648f0acf3b220256bbd877c3c2d606e359ce1
parentf56c975a4bac475dff025f0d1a912bae2ed5210a
* automake.in (handle_lib_objects): Compute _DEPENDENCIES variables
using transform_variable_recursively instead of
variable_conditions_recursive and variable_value_as_list_recursive
to avoid combinatorial explosion.
(handle_lib_objects_cond): Merge into handle_lib_objects.
* tests/cond11.test: Don't grep internal details in Makefile.in,
run $MAKE to make sure the resulting Makefile runs as expected.
* tests/cond29.test: Also exercise conditional _LDADD.
* tests/cond31.test, tests/cond32.test: New files.
* tests/Makefile.am (TESTS): Add tests/cond31.test and
tests/cond32.test.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/cond11.test
tests/cond29.test
tests/cond31.test [new file with mode: 0755]
tests/cond32.test [new file with mode: 0755]
This page took 0.02895 seconds and 5 git commands to generate.