]> SALOME platform Git repositories - tools/medcoupling.git/blob - src/ParaMEDMEM_Swig/Makefile.am
Salome HOME
Merge from V6_main (04/10/2012)
[tools/medcoupling.git] / src / ParaMEDMEM_Swig / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  MED MEDMEM_SWIG : binding of C++ implementation and Python
21 #
22 include $(top_srcdir)/adm_local/unix/make_common_starter.am
23
24 EXTRA_DIST += CMakeLists.txt
25
26 salomepython_PYTHON = ParaMEDMEM.py
27 salomepyexec_LTLIBRARIES = _ParaMEDMEM.la
28
29 salomeinclude_HEADERS =  \
30         ParaMEDMEM.i
31
32 SWIG_DEF = ParaMEDMEM.i ParaMEDMEM.typemap
33
34 SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) $(MPI_INCLUDES)  -I$(srcdir)/../ParaMEDMEM -I$(srcdir)/../MEDCoupling -I$(srcdir)/../MEDCoupling_Swig \
35         -I$(srcdir)/../MEDLoader/Swig -I$(srcdir)/../INTERP_KERNEL -I$(srcdir)/../INTERP_KERNEL/Bases -I$(srcdir)/../ParaMEDLoader        \
36         -I$(srcdir)/../MEDLoader
37
38 dist__ParaMEDMEM_la_SOURCES   = $(SWIG_DEF)
39 nodist__ParaMEDMEM_la_SOURCES = ParaMEDMEM_wrap.cxx
40 ParaMEDMEM.py : ParaMEDMEM_wrap.cxx
41
42 ParaMEDMEM_wrap.cxx: $(SWIG_DEF)
43         $(SWIG) $(SWIG_FLAGS) -o $@  $<
44
45 _ParaMEDMEM_la_CPPFLAGS = $(PYTHON_INCLUDES) \
46         $(MED3_INCLUDES) $(HDF5_INCLUDES) @CXXTMPDPTHFLAGS@ \
47         -I$(srcdir)/../INTERP_KERNEL \
48         $(MPI_INCLUDES) -I$(srcdir)/../ParaMEDMEM -I$(srcdir)/../MEDCoupling_Swig -I$(srcdir)/../INTERP_KERNEL/Bases \
49         -I$(srcdir)/../MEDCoupling -I$(srcdir)/../ParaMEDLoader -I$(srcdir)/../MEDLoader -I$(srcdir)/../MEDLoader/Swig
50
51 _ParaMEDMEM_la_LDFLAGS  = -module $(MED3_LIBS_C_ONLY) $(HDF5_LIBS) $(PYTHON_LIBS) $(MPI_LIBS) \
52         ../MEDCoupling/libmedcoupling.la ../INTERP_KERNEL/libinterpkernel.la \
53         ../ParaMEDMEM/libparamedmem.la ../ParaMEDLoader/libparamedloader.la
54
55 if MED_ENABLE_KERNEL
56   _ParaMEDMEM_la_CPPFLAGS += ${KERNEL_CXXFLAGS}
57   _ParaMEDMEM_la_LDFLAGS  += ${KERNEL_LDFLAGS} -lSALOMELocalTrace
58 endif
59
60 CLEANFILES = ParaMEDMEM_wrap.cxx ParaMEDMEM.py
61
62 dist_salomescript_DATA= test_InterpKernelDEC.py \
63                         test_NonCoincidentDEC.py \
64                         test_StructuredCoincidentDEC.py \
65                         ParaMEDMEM.py