]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] am: new private make variable $(am__all_progs)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 17:16:10 +0000 (19:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 May 2012 11:42:37 +0000 (13:42 +0200)
commit4faacc9ba39b9d5e27eb598653d4089055af0c2c
treefe035eeb0590c5fdb1e902b0cede3075a5f0c911
parent03f340dae2e4bd3370aa6b14df6e3d83d6fa607e
[ng] am: new private make variable $(am__all_progs)

This is just a preparatory refactoring for future changes.

* automake.in (generate_makefile): Substitute $(am__all_progs) to the
list of all programs "seen" by automake (by looking at the PROGRAMS
primary).
* t/all-progs.sh: New test.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
t/all-progs.sh [new file with mode: 0755]