From 657a975c63efd3e2d1ef148551c960931d3c1862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 7 Apr 2021 16:52:39 +0200 Subject: Workaround for parallel build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- chalk/colorspaces/cmyk_u16/Makefile.am | 1 + chalk/colorspaces/gray_u8/Makefile.am | 1 + chalk/colorspaces/lms_f32/Makefile.am | 1 + chalk/colorspaces/rgb_f16half/Makefile.am | 1 + chalk/colorspaces/rgb_f32/Makefile.am | 1 + chalk/colorspaces/rgb_u16/Makefile.am | 1 + chalk/colorspaces/ycbcr_u16/Makefile.am | 2 ++ chalk/colorspaces/ycbcr_u8/Makefile.am | 2 ++ 8 files changed, 10 insertions(+) diff --git a/chalk/colorspaces/cmyk_u16/Makefile.am b/chalk/colorspaces/cmyk_u16/Makefile.am index c828f778..00cdd32d 100644 --- a/chalk/colorspaces/cmyk_u16/Makefile.am +++ b/chalk/colorspaces/cmyk_u16/Makefile.am @@ -28,3 +28,4 @@ chalk_cmyk_u16_plugin_la_METASOURCES = AUTO SUBDIRS = . #$(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/gray_u8/Makefile.am b/chalk/colorspaces/gray_u8/Makefile.am index 494acd22..fda7f56a 100644 --- a/chalk/colorspaces/gray_u8/Makefile.am +++ b/chalk/colorspaces/gray_u8/Makefile.am @@ -29,3 +29,4 @@ endif SUBDIRS = . templates $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/lms_f32/Makefile.am b/chalk/colorspaces/lms_f32/Makefile.am index f0199266..bf8c65ec 100644 --- a/chalk/colorspaces/lms_f32/Makefile.am +++ b/chalk/colorspaces/lms_f32/Makefile.am @@ -26,3 +26,4 @@ chalk_lms_f32_plugin_la_LIBADD = libchalk_lms_f32.la ../../chalkcolor/libchalkc chalk_lms_f32_plugin_la_METASOURCES = AUTO +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_f16half/Makefile.am b/chalk/colorspaces/rgb_f16half/Makefile.am index 195197ba..52f0c583 100644 --- a/chalk/colorspaces/rgb_f16half/Makefile.am +++ b/chalk/colorspaces/rgb_f16half/Makefile.am @@ -35,3 +35,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_f32/Makefile.am b/chalk/colorspaces/rgb_f32/Makefile.am index 0d6a8934..0d206a3e 100644 --- a/chalk/colorspaces/rgb_f32/Makefile.am +++ b/chalk/colorspaces/rgb_f32/Makefile.am @@ -32,3 +32,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/rgb_u16/Makefile.am b/chalk/colorspaces/rgb_u16/Makefile.am index d193e057..41711c55 100644 --- a/chalk/colorspaces/rgb_u16/Makefile.am +++ b/chalk/colorspaces/rgb_u16/Makefile.am @@ -30,3 +30,4 @@ endif SUBDIRS = . $(TESTSDIR) +.NOTPARALLEL: diff --git a/chalk/colorspaces/ycbcr_u16/Makefile.am b/chalk/colorspaces/ycbcr_u16/Makefile.am index fffb4a05..ab820020 100644 --- a/chalk/colorspaces/ycbcr_u16/Makefile.am +++ b/chalk/colorspaces/ycbcr_u16/Makefile.am @@ -25,3 +25,5 @@ chalk_ycbcr_u16_plugin_la_LIBADD = libchalk_ycbcr_u16.la ../../chalkcolor/libch METASOURCES = AUTO libchalk_ycbcr_u16_la_SOURCES = kis_ycbcr_u16_colorspace.cc + +.NOTPARALLEL: diff --git a/chalk/colorspaces/ycbcr_u8/Makefile.am b/chalk/colorspaces/ycbcr_u8/Makefile.am index 0627d518..82f2942d 100644 --- a/chalk/colorspaces/ycbcr_u8/Makefile.am +++ b/chalk/colorspaces/ycbcr_u8/Makefile.am @@ -27,3 +27,5 @@ METASOURCES = AUTO libchalk_ycbcr_u8_la_SOURCES = kis_ycbcr_u8_colorspace.cc kde_services_DATA = chalk_ycbcr_u8_plugin.desktop + +.NOTPARALLEL: -- cgit v1.2.1