Salome HOME
Merge from V6_main (04/10/2012)
[tools/medcoupling.git] / src / MEDLoader / 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 # Author : Anthony Geay (CEA/DEN)
20
21 #  MED MEDMEM_SWIG : binding of C++ implementation and Python
22 #
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 EXTRA_DIST += CMakeLists.txt
26 EXTRA_DIST += SauvLoaderTest.py
27
28 lib_LTLIBRARIES = _MEDLoader.la
29
30 salomeinclude_HEADERS =  \
31         MEDLoader.i MEDLoaderTypemaps.i MEDLoaderCommon.i
32
33 SWIG_DEF = MEDLoader.i MEDLoaderTypemaps.i MEDLoaderCommon.i
34
35 SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../MEDCoupling -I$(srcdir)/../../MEDCoupling_Swig \
36         -I$(srcdir)/../../INTERP_KERNEL -I$(srcdir)/../../INTERP_KERNEL/Bases
37
38 dist__MEDLoader_la_SOURCES   = $(SWIG_DEF)
39 nodist__MEDLoader_la_SOURCES = MEDLoader_wrap.cxx
40 MEDLoader.py: MEDLoader_wrap.cxx
41
42 MEDLoader_wrap.cxx: $(SWIG_DEF)
43         $(SWIG) $(SWIG_FLAGS) -o $@  $<
44
45 _MEDLoader_la_CPPFLAGS = $(PYTHON_INCLUDES) \
46         $(MED3_INCLUDES) $(HDF5_INCLUDES) @CXXTMPDPTHFLAGS@ \
47         -I$(srcdir)/../../INTERP_KERNEL \
48         -I$(srcdir)/.. -I$(srcdir)/../../MEDCoupling_Swig -I$(srcdir)/../../INTERP_KERNEL/Bases \
49         -I$(srcdir)/../../MEDCoupling
50
51 _MEDLoader_la_LDFLAGS  = -module $(MED3_LIBS_C_ONLY) $(HDF5_LIBS) $(PYTHON_LIBS) \
52         ../../MEDCoupling/libmedcoupling.la ../../INTERP_KERNEL/libinterpkernel.la \
53         ../libmedloader.la
54
55 CLEANFILES = MEDLoader_wrap.cxx MEDLoader.py
56
57 dist_salomescript_DATA= MEDLoaderDataForTest.py MEDLoaderTest.py MEDLoaderTest2.py MEDLoaderTest3.py libMEDLoader_Swig.py
58 nodist_salomescript_DATA = MEDLoader.py
59
60 UNIT_TEST_PROG = MEDLoaderTest.py MEDLoaderTest2.py