Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/homard.git] / src / HOMARD_I / Makefile.am
1 # Copyright (C) 2011-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 #  File   : Makefile.in
20 #  Author : Paul RASCLE, EDF
21 #  Modified by : Alexander BORODIN (OCN) - autotools usage
22 #  Module : HOMARD
23 #  $Header$
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS =         \
29         HOMARD_Cas_i.hxx        \
30         HOMARD_Hypothesis_i.hxx \
31         HOMARD_Iteration_i.hxx  \
32         HOMARD_Zone_i.hxx       \
33         HOMARD_Gen_i.hxx        \
34         HOMARD_Boundary_i.hxx   \
35         HomardMedCommun.h
36
37 # Libraries targets
38
39 lib_LTLIBRARIES = libHOMARDEngine.la
40
41 dist_libHOMARDEngine_la_SOURCES = \
42         HOMARD_Cas_i.cxx          \
43         HOMARD_Hypothesis_i.cxx   \
44         HOMARD_Iteration_i.cxx    \
45         HOMARD_Gen_i.cxx          \
46         HOMARD_Zone_i.cxx         \
47         HOMARD_Boundary_i.cxx     \
48         HomardMedCommun.cxx
49
50
51
52 # additionnal information to compil and link file
53 libHOMARDEngine_la_CPPFLAGS =                 \
54         $(CORBA_CXXFLAGS)                     \
55         $(CORBA_INCLUDES)                     \
56         $(KERNEL_CXXFLAGS)                    \
57         $(MED3_INCLUDES)                      \
58         $(SMESH_CXXFLAGS)                     \
59         $(GEOM_CXXFLAGS)                      \
60         -I$(srcdir)/../HOMARD                 \
61         -I$(srcdir)/../HOMARDGUI              \
62         -I$(top_builddir)/idl                 \
63         -I$(GEOM_ROOT_DIR)/include/salome     \
64         -I$(SMESH_ROOT_DIR)/include/salome     \
65         -I$(MED_ROOT_DIR)/include/salome      \
66         -I$(top_builddir)/adm_local/unix
67
68
69 libHOMARDEngine_la_LDFLAGS  =            \
70         ../../idl/libSalomeIDLHOMARD.la  \
71         ../HOMARD/libHOMARDImpl.la       \
72         $(KERNEL_LDFLAGS)                \
73         $(MED3_LIBS)                     \
74         -lSalomeContainer                \
75         -lSalomeNS                       \
76         -lRegistry                       \
77         -lSalomeHDFPersist               \
78         -lSalomeLifeCycleCORBA           \
79         -lTOOLSDS                        \
80         -lSalomeGenericObj               \
81         $(SMESH_LDFLAGS)                 \
82         -lSalomeIDLSMESH                 \
83         -lSMESHClient