build: build plugins and examples in parallel where possible, if make -jN is used
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Mar 2010 00:17:15 +0000 (01:17 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Mar 2010 00:17:15 +0000 (01:17 +0100)
common
ext/Makefile.am
gst/Makefile.am
sys/Makefile.am

diff --git a/common b/common
index c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d..fdf023d098bba16d6d13395b8347686f2a2765a2 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
+Subproject commit fdf023d098bba16d6d13395b8347686f2a2765a2
index b78d80c9751b0dfd54ea0ae01bc6d4d73a164ba8..d38cdd4e062f243e4c9f802ae3bd4a23ab3d1533 100644 (file)
@@ -476,3 +476,5 @@ DIST_SUBDIRS = \
        timidity \
        xvid \
        zbar
+
+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 5608a8e74c78b8533fb5d87918390a7c7b8cd157..0f864058f83ab4f3171cc848ba7356ad9aae1551 100644 (file)
@@ -87,3 +87,4 @@ SUBDIRS = $(ACM_DIR) $(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) $(DVB_DIR) $(FBDEV_DIR
 DIST_SUBDIRS = acmenc acmmp3dec directdraw directsound dvb fbdev dshowdecwrapper dshowsrcwrapper dshowvideosink \
                           oss4 osxvideo qtwrapper vcd vdpau wasapi wininet winks winscreencap
 
+include $(top_srcdir)/common/parallel-subdirs.mak