From: vtn Date: Mon, 4 Mar 2013 12:31:16 +0000 (+0000) Subject: problem on parallel make of idl files X-Git-Tag: V7_1_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44a2a3c9f4b282621b33ddedc49d35dc167b2267;p=modules%2Fgeom.git problem on parallel make of idl files --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 22ae8e15c..b2cc80f0c 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -53,11 +53,8 @@ OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@ -I$(top_builddir)/idl/salome -I$(KERN IDLCXXFLAGS = -bcxx @IDLCXXFLAGS@ -I$(top_builddir)/idl/salome -I$(KERNEL_ROOT_DIR)/idl/salome IDLPYFLAGS = @IDLPYFLAGS@ -I$(KERNEL_ROOT_DIR)/idl/salome -# potential problem on parallel make on the following - multiple outputs SUFFIXES = .idl .hh SK.cc -.idlSK.cc: - $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< -.idl.hh: +%SK.cc %.hh :: %.idl $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%)