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
#
@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)
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
-VPATH=.:$(srcdir):$(top_builddir)/share/salome/idl
+VPATH=.:$(srcdir):$(top_srcdir)/idl
@COMMENCE@
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
-VPATH=.:$(srcdir):$(top_builddir)/share/salome/idl
+VPATH=.:$(srcdir):$(top_srcdir)/idl
@COMMENCE@
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 :