]> git.ipfire.org Git - thirdparty/automake.git/commit
* depend.am: Add @AMDEP@ before `include', so that dependency user-dep-gen-merge-branchpoint
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 04:32:50 +0000 (04:32 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 04:32:50 +0000 (04:32 +0000)
commit5874aab2926c00b7f11b72ff5a7fd550a04cfe79
treeecb5cf2699576f6c305c12e36119ceac995e33f3
parentf88a4440477431762b33eb899b70833e361759ac
* 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 `#'.
ChangeLog
automake.in
depend.am
depend2.am
m4/depend.m4
m4/depout.m4
m4/init.m4