build: build plugins and examples in parallel where possible
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 10:00:04 +0000 (11:00 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 29 Mar 2010 10:00:57 +0000 (11:00 +0100)
common
ext/Makefile.am
gst/Makefile.am
sys/Makefile.am
tests/examples/Makefile.am

diff --git a/common b/common
index c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d..ba33d1f3cf0b9143963f13dd1ea05c93b1db8864 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
+Subproject commit ba33d1f3cf0b9143963f13dd1ea05c93b1db8864
index bc9279f0bb98cf8e03939006e63e88a3938109c0..1dc2e2abcafc562900bae5346ce5eb1b4bc75ccd 100644 (file)
@@ -168,3 +168,5 @@ DIST_SUBDIRS = \
        speex \
        taglib \
        wavpack
+
+include $(top_srcdir)/common/parallel-subdirs.mak
index 93522195dcd9b1208916f125f2607e8b4ff11253..f25a56d9cb810759bbb095d65963060ee452d6c9 100644 (file)
@@ -1,2 +1,4 @@
 SUBDIRS = $(GST_PLUGINS_SELECTED)
 DIST_SUBDIRS = $(GST_PLUGINS_ALL)
+
+include $(top_srcdir)/common/parallel-subdirs.mak
index ee72a6e16fe10318ec941a03ec1f350470687054..535f581b031092381e2a44429b965831f1782df7 100644 (file)
@@ -73,3 +73,5 @@ endif
 SUBDIRS=$(DIRECTSOUND_DIR) $(OSS_DIR) $(OSX_AUDIO_DIR) $(OSX_VIDEO_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR)
 
 DIST_SUBDIRS=directsound oss osxaudio osxvideo sunaudio v4l2 waveform ximage
+
+include $(top_srcdir)/common/parallel-subdirs.mak
index 2501e681c77c802f473045574af5ab25a24514a2..a655b2d6238f4fd8b96fea1db9f48904e7aa76d7 100644 (file)
@@ -1,3 +1,5 @@
 SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
 
 DIST_SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
+
+include $(top_srcdir)/common/parallel-subdirs.mak