From: jroy Date: Thu, 17 Apr 2003 14:14:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Start-v1_1a~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19d62e1356bb41bb2c01307ffda09c20fb5484b6;p=modules%2Fmed.git *** empty log message *** --- diff --git a/build_configure b/build_configure index c3a9d45f1..fee62a07a 100755 --- a/build_configure +++ b/build_configure @@ -20,6 +20,12 @@ if test ! -d "${KERNEL_ROOT_DIR}"; then exit fi +# Test if the KERNEL_SRC is set correctly + +if test ! -d "${KERNEL_SRC}"; then + echo "failed : KERNEL_SRC variable is not correct !" + exit +fi ######################################################################## # find_in - utility function # diff --git a/idl/Makefile.in b/idl/Makefile.in index 740d13db5..1cca49fb8 100644 --- a/idl/Makefile.in +++ b/idl/Makefile.in @@ -11,8 +11,24 @@ VPATH=.:$(srcdir) @COMMENCE@ IDL_FILES = \ + SALOME_Exception.idl \ + SALOME_ModuleCatalog.idl \ + SALOME_DataTypeCatalog.idl \ + SALOME_RessourcesCatalog.idl \ + SALOMEDS.idl \ + SALOMEDS_Attributes.idl \ + SALOME_Session.idl \ SALOME_Component.idl \ - MED.idl + SALOME_TestComponent.idl \ + SALOME_Registry.idl \ + MED.idl \ + Med_Gen.idl \ + Logger.idl \ + SMESH_Mesh.idl \ + SMESH_Hypothesis.idl \ + SMESH_BasicHypothesis.idl \ + GEOM_Shape.idl \ + VISU_Gen.idl PY_CLIENT_IDL = $(IDL_FILES) diff --git a/src/MED/Makefile.in b/src/MED/Makefile.in index 3f1eb798f..026ed61b2 100644 --- a/src/MED/Makefile.in +++ b/src/MED/Makefile.in @@ -11,7 +11,7 @@ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ -VPATH=.:$(srcdir):$(top_builddir)/share/salome/idl +VPATH=.:$(srcdir):$(top_srcdir)/idl @COMMENCE@ diff --git a/src/MEDGUI/Makefile.in b/src/MEDGUI/Makefile.in index cfc879149..430dfb85c 100644 --- a/src/MEDGUI/Makefile.in +++ b/src/MEDGUI/Makefile.in @@ -11,7 +11,7 @@ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ -VPATH=.:$(srcdir):$(top_builddir)/share/salome/idl +VPATH=.:$(srcdir):$(top_srcdir)/idl @COMMENCE@ diff --git a/src/MEDMEM/Makefile.in b/src/MEDMEM/Makefile.in index a16ca41d5..8c2a08dd4 100644 --- a/src/MEDMEM/Makefile.in +++ b/src/MEDMEM/Makefile.in @@ -75,8 +75,8 @@ BIN_CLIENT_IDL = TEST_PROGS = test_MEDMEM_ModulusArray test_MEDMEM_Array test_MEDMEM_SkyLineArray test_MEDMEM_CellModel -CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES) -CXXFLAGS+=-ftemplate-depth-42 +CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome +CXXFLAGS+=-ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -lSalomeLoggerServer # build create_mesh :