Salome HOME
5340a2a374518c49ae97ba5aa2099374dfd19afc
[modules/med.git] / src / MEDMEM_I / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
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_I : MED idl descriptions implementation based on the classes of MEDMEM
21 #
22 include $(top_srcdir)/adm_local/unix/make_common_starter.am
23
24 lib_LTLIBRARIES= libMEDMEMImpl.la
25
26 salomeinclude_HEADERS= \
27   MEDMEM_convert.hxx \
28   MEDMEM_Med_i.hxx \
29   MEDMEM_Family_i.hxx \
30   MEDMEM_FieldTemplate_i.hxx \
31   MEDMEM_TraitsForFields.hxx \
32   MEDMEM_Field_i.hxx \
33   MEDMEM_Group_i.hxx \
34   MEDMEM_Mesh_i.hxx \
35   MEDMEM_Support_i.hxx \
36   MEDMEM_I.hxx \
37   MEDMEM_GMesh_i.hxx
38
39 dist_libMEDMEMImpl_la_SOURCES= \
40         MEDMEM_Med_i.cxx \
41         MEDMEM_Family_i.cxx \
42         MEDMEM_Field_i.cxx \
43         MEDMEM_Group_i.cxx \
44         MEDMEM_Mesh_i.cxx \
45         MEDMEM_Support_i.cxx \
46         MEDMEM_convert.cxx \
47         MEDMEM_GMesh_i.cxx
48
49 libMEDMEMImpl_la_CPPFLAGS= \
50         $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) $(MED3_INCLUDES) $(HDF5_INCLUDES) ${KERNEL_CXXFLAGS} \
51         -I$(srcdir)/../MEDMEM \
52         -I$(top_builddir)/idl \
53         -I$(srcdir)/../INTERP_KERNEL/Bases \
54         -I$(srcdir)/../INTERP_KERNEL/GaussPoints \
55         -I$(srcdir)/../INTERP_KERNEL
56
57 libMEDMEMImpl_la_LDFLAGS= \
58         ../../idl/libSalomeIDLMED.la \
59         ../MEDMEM/libmedmem.la \
60         ${KERNEL_LDFLAGS} -lSalomeLifeCycleCORBA -lSALOMELocalTrace -lSalomeCommunication -lSalomeGenericObj -lSalomeNS -lOpUtil \
61         $(MED3_LIBS_C_ONLY) \
62         $(HDF5_LIBS)