Salome HOME
*** empty log message ***
authorjroy <jroy>
Thu, 17 Apr 2003 14:14:26 +0000 (14:14 +0000)
committerjroy <jroy>
Thu, 17 Apr 2003 14:14:26 +0000 (14:14 +0000)
build_configure
idl/Makefile.in
src/MED/Makefile.in
src/MEDGUI/Makefile.in
src/MEDMEM/Makefile.in

index c3a9d45f1a786f5113663bed66d084438ea69777..fee62a07a18e91d3ba0fe138d53dc2ff6164da74 100755 (executable)
@@ -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
 #
index 740d13db51a7e1bb6cd6b48b11dd4798e14eb2a4..1cca49fb82a198c88732a7e5bbf73e8c0ef222be 100644 (file)
@@ -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)
 
index 3f1eb798f72817ba81dba3f0ea8d8a51eb86c63d..026ed61b2fc4f9ccda72384e871763cbad6fe817 100644 (file)
@@ -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@
 
index cfc87914968158a863b85a8110b1a027e220aa19..430dfb85c667d05b5bf959b0ca73c8093403c93f 100644 (file)
@@ -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@
index a16ca41d5c5d21d4432a104c5a86b03b64c78249..8c2a08dd4f6d3f8024e8c7d1ed53e5bc5a041460 100644 (file)
@@ -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 :