Uniform handling of per-object compilation rules.
authorAkim Demaille <akim@epita.fr>
Tue, 8 May 2001 10:42:21 +0000 (10:42 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 May 2001 10:42:21 +0000 (10:42 +0000)
commit5f6d34d03a73ef825c4355e55eaa513391ae7f0a
tree2da36c9b3a6441bd1e183b6c734a1957921e79a6
parent7e00b8111b95ca290f8bd64ac1cb6a768184ff2e
Uniform handling of per-object compilation rules.
Note: Automake is repaired.
* automake.in (&handle_languages): Output per object rules for all
the objects, not only for those which language supports dependency
tracking.
Fix Automake: when outputting per-object rules, use `-o' if the
language has no `output_flag', as it's really needed.
(&handle_single_transform_list): Instead of special casing files
which need per object rules but which language don't support
dependency tracking, keep them in the queue for processing by
`&handle_languages'.
ChangeLog
automake.in