Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/med.git] / src / MEDCouplingCorba / 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
20 include $(top_srcdir)/adm_local/unix/make_common_starter.am
21
22 EXTRA_DIST += CMakeLists.txt
23
24 if CPPUNIT_IS_OK
25   SUBDIRS = . Client Test
26 else
27   SUBDIRS = . Client
28 endif
29
30 lib_LTLIBRARIES= libmedcouplingcorba.la
31
32 salomeinclude_HEADERS=                        \
33         MEDCouplingCorba.hxx                  \
34         MEDCouplingRefCountServant.hxx        \
35         MEDCouplingMeshServant.hxx            \
36         MEDCouplingPointSetServant.hxx        \
37         MEDCouplingExtrudedMeshServant.hxx    \
38         MEDCouplingCMeshServant.hxx           \
39         MEDCouplingUMeshServant.hxx           \
40         MEDCouplingFieldServant.hxx           \
41         MEDCouplingFieldDoubleServant.hxx     \
42         MEDCouplingFieldTemplateServant.hxx   \
43         MEDCouplingMultiFieldsServant.hxx     \
44         MEDCouplingFieldOverTimeServant.hxx   \
45         DataArrayDoubleServant.hxx            \
46         DataArrayIntServant.hxx               \
47         DataArrayServant.hxx
48
49 dist_libmedcouplingcorba_la_SOURCES=         \
50         MEDCouplingRefCountServant.cxx       \
51         MEDCouplingMeshServant.cxx           \
52         MEDCouplingPointSetServant.cxx       \
53         MEDCouplingExtrudedMeshServant.cxx   \
54         MEDCouplingCMeshServant.cxx          \
55         MEDCouplingUMeshServant.cxx          \
56         MEDCouplingFieldServant.cxx          \
57         MEDCouplingFieldDoubleServant.cxx    \
58         MEDCouplingFieldTemplateServant.cxx  \
59         MEDCouplingMultiFieldsServant.cxx    \
60         MEDCouplingFieldOverTimeServant.cxx  \
61         DataArrayDoubleServant.cxx           \
62         DataArrayIntServant.cxx              \
63         DataArrayServant.cxx
64
65 libmedcouplingcorba_la_CPPFLAGS= $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) -I$(top_builddir)/idl ${KERNEL_CXXFLAGS} \
66         -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL/Bases -I$(srcdir)/../INTERP_KERNEL
67
68 libmedcouplingcorba_la_LDFLAGS= \
69         ../../idl/libSalomeIDLMED.la \
70         ../MEDCoupling/libmedcoupling.la