#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
if MED_ENABLE_KERNEL
if MED_ENABLE_GUI
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
AM_CPPFLAGS = -I$(top_builddir)/adm_local_without_kernel -include SALOMEconfig.h
endif
+# ============================================================
+# Cmake files wildcard (to add then to the distribution)
+# ============================================================
+CMAKEFILES = $(notdir $(wildcard $(srcdir)/CMakeLists.txt))
+
# ============================================================
# This file defines the common definitions used in several
# Makefile. This file must be included, if needed, by the file
# Documentation directory
docdir = $(datadir)/doc/salome
-EXTRA_DIST =
+EXTRA_DIST = $(CMAKEFILES)
# tests
tests: unittest
check_mpich.m4 \
check_openmpi.m4 \
check_swig.m4 \
+ check_sphinx.m4 \
enable_pthreads.m4 \
production.m4 \
python.m4 \
src/MEDOP/exe/appligen/config_appli_model.xml \
src/MEDOP/exe/appligen/appligen.sh \
src/MEDOP/exe/image2med/Makefile \
+ src/MEDOP/doc/Makefile \
src/MEDOP/doc/sphinx/conf.py \
src/MEDOP/doc/sphinx/Makefile \
doc/Makefile \
# 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
-
BASEIDL_FILES = \
MED.idl MED_Gen.idl Compo1Py.idl \
MEDCouplingCorbaServant.idl \
#
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
-
MEDCALCULATOR_SUBDIRS =
if !MED_ENABLE_MICROMED
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
bin_PROGRAMS = spython
lib_LTLIBRARIES = libmedcalculatorspython.la _MEDCalculator.la
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
bin_PROGRAMS= TestMEDCalculator
TestMEDCalculator_CPPFLAGS=@CPPUNIT_INCLUDES@ @PTHREAD_CFLAGS@ $(PYTHON_INCLUDES) -I$(srcdir)/.. -I$(srcdir)/../Swig -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Geometric2D -I$(srcdir)/../../MEDCoupling -I$(srcdir)/../../MEDLoader
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= libmedcouplingclient.la
salomeinclude_HEADERS= \
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
if CPPUNIT_IS_OK
SUBDIRS = . Client Test
else
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
bin_PROGRAMS= TestMEDCouplingCorbaServ TestMEDCouplingCorbaClt
TestMEDCouplingCorbaServ_CPPFLAGS=$(CORBA_CXXFLAGS) $(CORBA_INCLUDES) @CPPUNIT_INCLUDES@ -I$(srcdir)/.. -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNELTest -I$(srcdir)/../../INTERP_KERNEL \
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
lib_LTLIBRARIES = _MEDCouplingClient.la
salomeinclude_HEADERS = MEDCouplingClient.i
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
SUBDIRS = Client
lib_LTLIBRARIES = _MEDCouplingCorba.la
#
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
# - exe: folder containing small executable programs for MED data processing
# - doc: folder containing the documentation of the MEDOP package
-SUBDIRS= cmp tui res gui exe doc/sphinx
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST = README.txt
+SUBDIRS= cmp tui res gui exe doc
+
+EXTRA_DIST += README.txt
--- /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)
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
SUBDIRS=appligen image2med
appligenbin_SCRIPTS=\
appligen.sh
-EXTRA_DIST += $(appligenbin_DATA) $(appligenbin_SCRIPTS)
+EXTRA_DIST += $(appligenbin_DATA) $(appligenbin_SCRIPTS) genenv.sh README.txt
config_appli.xml: config_appli_model.xml
cat $< | sed \
%.qm: %.ts
$(LRELEASE) $< -qm $@
-EXTRA_DIST+=$(MOC_FILES:%_moc.cxx=%.hxx) $(nodist_salomeres_DATA:%.qm=%.ts)
+EXTRA_DIST+=$(MOC_FILES:%_moc.cxx=%.hxx) $(nodist_salomeres_DATA:%.qm=%.ts) test
mostlyclean-local:
rm -f @builddir@/*_moc.cxx
# This folder contains the packages for the Text User Interfaces:
# - xmedpy: python library for TUI (python package installed with name xmed)
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
SUBDIRS= xmedpy
# MED MedClient : tool to transfer MED CORBA from server producer of MED object to a client using those MED object
#
+
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
SUBDIRS = src test
include $(top_srcdir)/adm_local/unix/make_common_starter.am
-EXTRA_DIST += CMakeLists.txt
-
###
# MEDLoader and Test sub-folders are available only if MED3 is detected ok
###
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