Salome HOME
On MD10 32 bits OS numpy bug on 1.6.2 on cumsum ???
[tools/medcoupling.git] / src / MEDCoupling_Swig / Makefile.am
1 # Copyright (C) 2007-2013  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 lib_LTLIBRARIES = _MEDCoupling.la _MEDCouplingRemapper.la
25
26 salomeinclude_HEADERS =  \
27         MEDCoupling.i MEDCouplingRemapper.i MEDCouplingTypemaps.i MEDCouplingCommon.i MEDCouplingFinalize.i MEDCouplingMemArray.i
28
29 BUILT_SOURCES = MEDCouplingWRAP.cxx MEDCouplingRemapperWRAP.cxx
30
31 SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL/Bases -I$(srcdir)/../INTERP_KERNEL
32
33 dist__MEDCoupling_la_SOURCES   = MEDCoupling.i MEDCouplingTypemaps.i MEDCouplingCommon.i MEDCouplingFinalize.i MEDCouplingMemArray.i
34 nodist__MEDCoupling_la_SOURCES = MEDCouplingWRAP.cxx
35 MEDCoupling.py: MEDCouplingWRAP.cxx
36
37 MEDCouplingWRAP.cxx: MEDCoupling.i MEDCouplingTypemaps.i
38         $(SWIG) $(SWIG_FLAGS) -o $@  $<
39
40 _MEDCoupling_la_CPPFLAGS = $(PYTHON_INCLUDES) \
41         @CXXTMPDPTHFLAGS@ -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL -I$(srcdir)/../INTERP_KERNEL/Bases
42
43 _MEDCoupling_la_LDFLAGS  = -module $(PYTHON_LIBS) \
44         ../MEDCoupling/libmedcoupling.la ../INTERP_KERNEL/libinterpkernel.la
45
46 dist__MEDCouplingRemapper_la_SOURCES = MEDCouplingRemapper.i
47 nodist__MEDCouplingRemapper_la_SOURCES = MEDCouplingRemapperWRAP.cxx
48 MEDCouplingRemapper.py: MEDCouplingRemapperWRAP.cxx
49
50 MEDCouplingRemapperWRAP.cxx: MEDCouplingRemapper.i MEDCouplingTypemaps.i
51         $(SWIG) $(SWIG_FLAGS) -o $@  $<
52
53 _MEDCouplingRemapper_la_CPPFLAGS = $(PYTHON_INCLUDES) \
54         @CXXTMPDPTHFLAGS@ -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL -I$(srcdir)/../INTERP_KERNEL/Bases
55
56 _MEDCouplingRemapper_la_LDFLAGS  = -module $(PYTHON_LIBS) \
57         ../MEDCoupling/libmedcouplingremapper.la ../INTERP_KERNEL/libinterpkernel.la
58
59 CLEANFILES = MEDCouplingWRAP.cxx MEDCoupling.py MEDCouplingRemapperWRAP.cxx MEDCouplingRemapper.py
60
61 dist_salomescript_DATA= MEDCouplingBasicsTest.py MEDCouplingRemapperTest.py MEDCoupling.py MEDCouplingRemapper.py MEDCouplingDataForTest.py MEDCouplingNumPyTest.py libMEDCoupling_Swig.py
62
63 UNIT_TEST_PROG = MEDCouplingBasicsTest.py MEDCouplingRemapperTest.py
64
65 #check : tests
66
67 EXTRA_DIST += MEDCouplingExamplesTest.py