WITHIHM="no"
+# This flags should be used to switch between the MEDMEM GUI (defined
+# in the MEDGUI package) and the MEDOP GUI (defined in the MEDOP
+# package). In any case the module factory function is provided by the
+# MEDOP GUI library (package MEDOP/gui) and this factory function
+# creates weither a MedGUI instance or a MEDOPModule instance,
+# depending on the value of this flags. The default is to use the new
+# MEDOP GUI.
+AM_CONDITIONAL(WITH_MEDMEMGUI,test "1" = "0")
+
###
# Other tests should be performed only in --with-interp-kernel-only=no mode
###
# Sources built from idl files
BASEIDL_SOURCES = \
- MEDSK.cc MED_GenSK.cc Compo1PySK.cc \
+ MEDSK.cc \
MEDCouplingCorbaServantSK.cc \
ParaMEDCouplingCorbaServantSK.cc
# header files must be exported: other modules have to use this library
nodist_salomeinclude_HEADERS = \
- MED.hh MED_Gen.hh Compo1Py.hh \
+ MED.hh \
MEDCouplingCorbaServant.hh \
MEDCouplingCorbaServantTest.hh \
ParaMEDCouplingCorbaServant.hh
MeshTestToolkit.txx \
MultiElement2DTests.hxx \
MultiElementTetraTests.hxx \
- PointLocatorTest.hxx \
- PointLocatorTest.cxx \
SingleElementTetraTests.hxx
libInterpKernelTest_la_CPPFLAGS += \