]> git.mxchange.org Git - simgear.git/commit
Allow parallel make ("make -j2") by giving make the opportunity to
authortimoore <timoore>
Sun, 22 Jul 2007 22:37:26 +0000 (22:37 +0000)
committertimoore <timoore>
Sun, 22 Jul 2007 22:37:26 +0000 (22:37 +0000)
commit5d7d77d4b61824e5f67fbadcc34c335d2fee25ca
treec0fc0fd9dccb16d326afb2c0813057169b741680
parent418856769bfcad86253f177e3f8a90454d1535b2
Allow parallel make ("make -j2") by giving make the opportunity to
determine dependencies.

As in subdirectory foo/bar, $(top_builddir)/foo/bar is defined to be the
current directory, this does not cause any regressions.

From Hans Ulrich Niedermann (hun@n-dimensional.de)
simgear/bucket/Makefile.am
simgear/io/Makefile.am
simgear/magvar/Makefile.am
simgear/misc/Makefile.am
simgear/props/Makefile.am
simgear/route/Makefile.am
simgear/screen/Makefile.am
simgear/serial/Makefile.am
simgear/sound/Makefile.am