Salome HOME
Merge from V6_main (04/10/2012)
[tools/medcoupling.git] / src / MEDCoupling_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 MEDCoupling_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 lib_LTLIBRARIES = _MEDCoupling.la _MEDCouplingRemapper.la
27
28 salomeinclude_HEADERS =  \
29         MEDCoupling.i MEDCouplingRemapper.i MEDCouplingTypemaps.i MEDCouplingCommon.i MEDCouplingFinalize.i
30
31 BUILT_SOURCES = MEDCouplingWRAP.cxx MEDCouplingRemapperWRAP.cxx
32
33 SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL/Bases -I$(srcdir)/../INTERP_KERNEL
34
35 dist__MEDCoupling_la_SOURCES   = MEDCoupling.i MEDCouplingTypemaps.i MEDCouplingCommon.i MEDCouplingFinalize.i
36 nodist__MEDCoupling_la_SOURCES = MEDCouplingWRAP.cxx
37 MEDCoupling.py: MEDCouplingWRAP.cxx
38
39 MEDCouplingWRAP.cxx: MEDCoupling.i MEDCouplingTypemaps.i
40         $(SWIG) $(SWIG_FLAGS) -o $@  $<
41
42 _MEDCoupling_la_CPPFLAGS = $(PYTHON_INCLUDES) \
43         @CXXTMPDPTHFLAGS@ -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL -I$(srcdir)/../INTERP_KERNEL/Bases
44
45 _MEDCoupling_la_LDFLAGS  = -module $(PYTHON_LIBS) \
46         ../MEDCoupling/libmedcoupling.la ../INTERP_KERNEL/libinterpkernel.la
47
48 dist__MEDCouplingRemapper_la_SOURCES = MEDCouplingRemapper.i
49 nodist__MEDCouplingRemapper_la_SOURCES = MEDCouplingRemapperWRAP.cxx
50 MEDCouplingRemapper.py: MEDCouplingRemapperWRAP.cxx
51
52 MEDCouplingRemapperWRAP.cxx: MEDCouplingRemapper.i MEDCouplingTypemaps.i
53         $(SWIG) $(SWIG_FLAGS) -o $@  $<
54
55 _MEDCouplingRemapper_la_CPPFLAGS = $(PYTHON_INCLUDES) \
56         @CXXTMPDPTHFLAGS@ -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL -I$(srcdir)/../INTERP_KERNEL/Bases
57
58 _MEDCouplingRemapper_la_LDFLAGS  = -module $(PYTHON_LIBS) \
59         ../MEDCoupling/libmedcouplingremapper.la ../INTERP_KERNEL/libinterpkernel.la
60
61 CLEANFILES = MEDCouplingWRAP.cxx MEDCoupling.py MEDCouplingRemapperWRAP.cxx MEDCouplingRemapper.py
62
63 dist_salomescript_DATA= MEDCouplingBasicsTest.py MEDCouplingRemapperTest.py MEDCoupling.py MEDCouplingRemapper.py MEDCouplingDataForTest.py libMEDCoupling_Swig.py
64
65 UNIT_TEST_PROG = MEDCouplingBasicsTest.py MEDCouplingRemapperTest.py
66
67 #check : tests