]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] refactor: merge inst-vars.am into header-vars.mk
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Aug 2012 22:01:29 +0000 (00:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 8 Aug 2012 10:35:27 +0000 (12:35 +0200)
commitfd74123befe7ce42c44d52128bb2e725706bb967
treee4494aa033fa27b5903374aeceaf49a7d821b7e6
parentbdc607514748d8892dab26158b6d9693079d3a20
[ng] refactor: merge inst-vars.am into header-vars.mk

This will simplify possible future refactorings.  Given the small size
of 'inst-vars.am', and the fact that the content of a verbatim-included
makefile fragment is included in the distribution tarball only once,
this change doesn't increase the size of distribution tarballs in any
appreciable way, even if the variables once defined in 'inst-vars.am'
aren't really needed.

* lib/am/inst-vars.am: Remove, merged ...
* lib/am/header-vars.mk: ... in here, with all '##' comments turned
into '#' comments, and (few of them) slightly improved with the
addition of "FIXME" remarks.
* Makefile.am (dist_am_DATA): Adjust.
* lib/am/data.am: Include the 'inst-vars.am' file explicitly no more.
* lib/am/libs.am:: Likewise.
* lib/am/lisp.am:: Likewise.
* lib/am/ltlib.am:: Likewise.
* lib/am/mans.am:: Likewise.
* lib/am/python.am:: Likewise.
* lib/am/scripts.am:: Likewise.
* lib/am/texinfos.am:: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
lib/am/data.am
lib/am/header-vars.mk
lib/am/inst-vars.am [deleted file]
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/mans.am
lib/am/python.am
lib/am/scripts.am
lib/am/texinfos.am