Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / src / MEDMEM_I / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  MED MEDMEM_I : MED idl descriptions implementation based on the classes of MEDMEM
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES= libMEDMEMImpl.la
27
28 salomeinclude_HEADERS= \
29   MEDMEM_convert.hxx \
30   MEDMEM_Med_i.hxx \
31   MEDMEM_Family_i.hxx \
32   MEDMEM_FieldTemplate_i.hxx \
33   MEDMEM_TraitsForFields.hxx \
34   MEDMEM_Field_i.hxx \
35   MEDMEM_Group_i.hxx \
36   MEDMEM_Mesh_i.hxx \
37   MEDMEM_Support_i.hxx \
38   MEDMEM_I.hxx
39
40 dist_libMEDMEMImpl_la_SOURCES= \
41         MEDMEM_Med_i.cxx \
42         MEDMEM_Family_i.cxx \
43         MEDMEM_Field_i.cxx \
44         MEDMEM_Group_i.cxx \
45         MEDMEM_Mesh_i.cxx \
46         MEDMEM_Support_i.cxx \
47         MEDMEM_convert.cxx   
48
49 libMEDMEMImpl_la_CPPFLAGS= $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) ${KERNEL_CXXFLAGS} \
50         -I$(srcdir)/../MEDMEM -I$(top_builddir)/idl -I$(top_builddir)/salome_adm/unix -I$(srcdir)/../MEDWrapper/V2_1/Core
51 libMEDMEMImpl_la_LDFLAGS= \
52         ../../idl/libSalomeIDLMED.la \
53         ../MEDMEM/libmedmem.la \
54         ${KERNEL_LDFLAGS} -lSalomeLifeCycleCORBA -lSALOMELocalTrace -lSalomeCommunication -lSalomeGenericObj -lSalomeNS -lOpUtil \
55         $(MED2_LIBS) \
56         $(HDF5_LIBS)