Salome HOME
MED file mesh loading on demand.
[modules/med.git] / src / MEDCouplingCorba / Client / 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 # Author : Anthony Geay (CEA/DEN)
20
21 include $(top_srcdir)/adm_local/unix/make_common_starter.am
22
23 lib_LTLIBRARIES= libmedcouplingclient.la
24
25 salomeinclude_HEADERS=                        \
26         MEDCouplingClient.hxx                 \
27         MEDCouplingMeshClient.hxx             \
28         MEDCouplingUMeshClient.hxx            \
29         MEDCouplingExtrudedMeshClient.hxx     \
30         MEDCouplingCMeshClient.hxx            \
31         MEDCouplingCurveLinearMeshClient.hxx  \
32         MEDCouplingFieldDoubleClient.hxx      \
33         MEDCouplingFieldTemplateClient.hxx    \
34         MEDCouplingMultiFieldsClient.hxx      \
35         MEDCouplingFieldOverTimeClient.hxx    \
36         DataArrayDoubleClient.hxx             \
37         DataArrayIntClient.hxx
38
39 dist_libmedcouplingclient_la_SOURCES=         \
40         MEDCouplingMeshClient.cxx             \
41         MEDCouplingUMeshClient.cxx            \
42         MEDCouplingExtrudedMeshClient.cxx     \
43         MEDCouplingCMeshClient.cxx            \
44         MEDCouplingCurveLinearMeshClient.cxx  \
45         MEDCouplingFieldDoubleClient.cxx      \
46         MEDCouplingFieldTemplateClient.cxx    \
47         MEDCouplingMultiFieldsClient.cxx      \
48         MEDCouplingFieldOverTimeClient.cxx    \
49         DataArrayDoubleClient.cxx             \
50         DataArrayIntClient.cxx
51
52 libmedcouplingclient_la_CPPFLAGS= $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) -I$(top_builddir)/idl ${KERNEL_CXXFLAGS} \
53         -I$(srcdir)/../../MEDCoupling -I$(srcdir)/../../INTERP_KERNEL/Bases -I$(srcdir)/../../INTERP_KERNEL
54 libmedcouplingclient_la_LDFLAGS= \
55         ../../../idl/libSalomeIDLMED.la \
56         ../../MEDCoupling/libmedcoupling.la