build: build plugin and example directories in parallel if make -jN is used
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 28 Mar 2010 23:22:20 +0000 (00:22 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 28 Mar 2010 23:26:59 +0000 (00:26 +0100)
commite1f38a685b805d8c43bf106e2f024e079dbf72bd
tree054758c5a3bbf9a9dc6e6917ccbba824e7b3bb12
parent00aaae8189e2ce4b0276aa3dd57f22cd80cdfca6
build: build plugin and example directories in parallel if make -jN is used

We know our plugins and examples are independent of each other, so may
just as well build them in parallel. Makes the output a bit messy, but
that shouldn't be a problem and can easily be avoided with make -j1.
common
ext/Makefile.am
gst/Makefile.am
sys/Makefile.am
tests/examples/Makefile.am