* depend.am: Add @AMDEP@ before `include', so that dependency
commit702cad4ceb6e072443f5e7d5ed9673f35d87437c
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 04:32:46 +0000 (1 04:32 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 04:32:46 +0000 (1 04:32 +0000)
tree1ba4da9bf9fa535843fac70b273f141c9cc42ff3
parent208b5033e51c35542d5e562b9d01fb602c9ef8b0
* depend.am: Add @AMDEP@ before `include', so that dependency
tracking can be disabled.
* depend2.am: Ditto, before all lines related with dependency
tracking.
* m4/depend.m4 (AM_DEP_TRACK): New macro, that documents
--enable/disable-dependency-tracking and sets AMDEP accordingly.
It is implicitly disabled if depcomp is missing.
(AM_DEPENDENCIES): Disable dependency tracking unless it can be
generated by side-effect.
* m4/init.m4 (AM_INIT_AUTOMAKE): Require AM_DEP_TRACK.
* automake.in (handle_dependencies): Add @AMDEP@ before the value
of DEP_FILES.
* m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Handle DEP_FILES
starting with `#'.
lib/am/depend.am
lib/am/depend2.am