]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARD_I/Makefile.am
Salome HOME
Prise en compte des instants dans les champs de pilotage pour l'écriture du schÃ...
[modules/homard.git] / src / HOMARD_I / Makefile.am
1 # Copyright (C) 2011-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 #  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         HOMARD_YACS_i.hxx  \
36   HomardMedCommun.h
37
38 # Libraries targets
39
40 lib_LTLIBRARIES = libHOMARDEngine.la
41
42 dist_libHOMARDEngine_la_SOURCES = \
43         HOMARD_Cas_i.cxx          \
44         HOMARD_Hypothesis_i.cxx   \
45         HOMARD_Iteration_i.cxx    \
46         HOMARD_Gen_i.cxx          \
47         HOMARD_Zone_i.cxx         \
48         HOMARD_Boundary_i.cxx     \
49         HOMARD_YACS_i.cxx    \
50   HomardMedCommun.cxx
51
52
53
54 # additionnal information to compil and link file
55 libHOMARDEngine_la_CPPFLAGS =                 \
56         $(CORBA_CXXFLAGS)                     \
57         $(CORBA_INCLUDES)                     \
58         $(KERNEL_CXXFLAGS)                    \
59         $(MED3_INCLUDES)                      \
60         $(SMESH_CXXFLAGS)                     \
61         $(GEOM_CXXFLAGS)                      \
62         -I$(srcdir)/../HOMARD                 \
63         -I$(srcdir)/../HOMARDGUI              \
64         -I$(top_builddir)                     \
65         -I$(top_builddir)/idl                 \
66   -I$(GEOM_ROOT_DIR)/include/salome     \
67   -I$(SMESH_ROOT_DIR)/include/salome    \
68         -I$(top_builddir)/adm_local/unix
69
70
71 libHOMARDEngine_la_LDFLAGS  =            \
72         ../../idl/libSalomeIDLHOMARD.la  \
73         ../HOMARD/libHOMARDImpl.la       \
74         $(KERNEL_LDFLAGS)                \
75         $(MED3_LIBS_C_ONLY)              \
76         -lSalomeContainer                \
77         -lSalomeNS                       \
78         -lRegistry                       \
79         -lSalomeHDFPersist               \
80         -lSalomeLifeCycleCORBA           \
81         -lTOOLSDS                        \
82         -lSalomeGenericObj               \
83   $(SMESH_LDFLAGS)                 \
84         -lSalomeIDLSMESH