]> git.ipfire.org Git - thirdparty/automake.git/commit
Define AM_RECURSIVE_TARGETS, for gnulib's GNUmakefile.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Mar 2009 08:53:19 +0000 (09:53 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Mar 2009 08:53:19 +0000 (09:53 +0100)
commit9003cc9b747b87abd92d421891c0d7ec9e75e0d0
tree8dd8a30195f1736ec6124ce919666b2f6c5fcf3d
parentfae34eab88fa3cac62ee6d6f4de0e478754e98d7
Define AM_RECURSIVE_TARGETS, for gnulib's GNUmakefile.

This new macro lists all public targets which invoke `make'
recursively, or depend on targets which do so.  It allows to
prevent parallelism selectively, when multiple targets are
passed on the `make' command line.

* lib/am/distdir.am [%?SUBDIRS%] (AM_RECURSIVE_TARGETS): New
macro.
* lib/am/subdirs.am (AM_RECURSIVE_TARGETS): Likewise.
* lib/am/tags.am [%?SUBDIRS%] (AM_RECURSIVE_TARGETS):
Likewise.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.in
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/distdir.am
lib/am/subdirs.am
lib/am/tags.am