Salome HOME
NRI : Merge from V1_2.
[modules/med.git] / src / MEDMEM_SWIG / Makefile.in
1 #  MED MEDMEM_SWIG : binding of C++ implementation and Python
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Nadir BOUHAMOU (CEA/DEN/DM2S/SFME/LGLS)
26 #  Module : MED
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:$(srcdir)
32
33 @COMMENCE@
34
35 EXPORT_HEADERS = \
36         libMEDMEM_Swig.i \
37         my_typemap.i \
38         MEDMEM_SWIG_FieldDouble.hxx \
39         MEDMEM_SWIG_FieldInt.hxx \
40         MEDMEM_SWIG_MedFieldDoubleDriver.hxx \
41         MEDMEM_SWIG_MedFieldIntDriver.hxx
42
43 # Libraries targets
44
45 LIB = libMEDMEM_Swigcmodule.la
46
47 LIB_SRC = MEDMEM_SWIG_FieldDouble.cxx \
48           MEDMEM_SWIG_FieldInt.cxx \
49           MEDMEM_SWIG_MedFieldDoubleDriver.cxx \
50           MEDMEM_SWIG_MedFieldIntDriver.cxx
51
52 SWIG_DEF = libMEDMEM_Swig.i
53
54 EXPORT_PYSCRIPTS = libMEDMEM_Swig.py med_test1.py med_test2.py med_test3.py med_test_grid.py med_test_skin.py medMeshing_test.py
55
56 #############################################################################
57
58 CPPFLAGS+= $(PYTHON_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
59 CXXFLAGS=-g -D_DEBUG_ -D__x86__ -D__linux__ 
60 CXXFLAGS+=-ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome
61 LIBS= $(PYTHON_LIBS) 
62 LDFLAGS+= -lmedmem $(MED2_LIBS) $(HDF5_LIBS)
63
64 #############################################################################
65
66 @CONCLUDE@