# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
SUBDIRS = MEDMEM salome doxygen
dev_docs:
tools.dox \
static/footer.html \
static/doxygen.css \
- images
+ images \
+ BuildPyExamplesFromCPP.py \
+ medcouplingexamples.doxy
# Date : 30/11/2001
# $Header$
#
+
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
SUBDIRS = tui
SUBDIRSTUI = tui
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
lib_LTLIBRARIES = libinterpkernel.la
salomeinclude_HEADERS = \
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
if CPPUNIT_IS_OK
SUBDIRS = . Test
endif
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
bin_PROGRAMS= TestMEDCoupling TestMEDCouplingRemapper
TestMEDCoupling_CPPFLAGS=@CPPUNIT_INCLUDES@ @PTHREAD_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Geometric2D
CLEANFILES = \
UnitTestsResult
+
+EXTRA_DIST += MEDCouplingExamplesTest.cxx
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
lib_LTLIBRARIES = _MEDCoupling.la _MEDCouplingRemapper.la
salomeinclude_HEADERS = \
UNIT_TEST_PROG = MEDCouplingBasicsTest.py MEDCouplingRemapperTest.py
#check : tests
+
+EXTRA_DIST += MEDCouplingExamplesTest.py
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
MEDLOADER_SUBDIRS =
if !MED_ENABLE_MICROMED
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-EXTRA_DIST += SauvLoaderTest.py
+EXTRA_DIST += SauvLoaderTest.py MEDLoaderExamplesTest.py
lib_LTLIBRARIES = _MEDLoader.la
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
bin_PROGRAMS= TestMEDLoader TestSauvLoader
TestMEDLoader_CPPFLAGS=@CPPUNIT_INCLUDES@ @PTHREAD_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Geometric2D -I$(srcdir)/../../MEDCoupling
--- /dev/null
+# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+# This folder contains the packages for the MED fields operations:
+# - cmp: package containing the SALOME components
+# - tui: package containing the python user interface
+# - gui: package containing the graphical user interface (the GUI part of the MED module)
+# - res: folder containing data files (resources)
+# - exe: folder containing small executable programs for MED data processing
+# - doc: folder containing the documentation of the MEDOP package
+
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
+SUBDIRS= sphinx
+
+EXTRA_DIST += models
EXTRA_DIST+= $(RSTFILES)
EXTRA_DIST+= \
- conf.py
+ conf.py \
+ _static \
+ images
install-data-local:
$(INSTALL) -d $(DESTDIR)$(medopdocdir)
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
lib_LTLIBRARIES= libparamedmem.la
salomeinclude_HEADERS= \
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
lib_LTLIBRARIES = libParaMEDMEMTest.la
salomeinclude_HEADERS = \
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
salomepython_PYTHON = ParaMEDMEM.py
salomepyexec_LTLIBRARIES = _ParaMEDMEM.la