Salome HOME
Nouvelles icones
[modules/homard.git] / src / HOMARD / 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 : , CEA
21 #  Modified by : Alexander BORODIN (OCN) - autotools usage
22 #
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25 # header files 
26 salomeinclude_HEADERS = \
27         HOMARD_Cas.hxx \
28         HOMARD_Boundary.hxx \
29         HOMARD_Hypothesis.hxx \
30         HOMARD_Iteration.hxx \
31         HOMARD_Zone.hxx \
32         HOMARD_Gen.hxx \
33         HOMARD_DriverTools.hxx \
34         HOMARD_YACS.hxx \
35         HomardDriver.hxx \
36         YACSDriver.hxx
37
38 # Libraries targets
39 lib_LTLIBRARIES = libHOMARDImpl.la
40 dist_libHOMARDImpl_la_SOURCES = \
41         HOMARD_Cas.cxx \
42         HOMARD_Boundary.cxx \
43         HOMARD_Hypothesis.cxx \
44         HOMARD_Iteration.cxx \
45         HOMARD_Zone.cxx \
46         HOMARD_Gen.cxx \
47         HOMARD_DriverTools.cxx \
48         HOMARD_YACS.cxx \
49         HomardDriver.cxx \
50         YACSDriver.cxx
51
52 libHOMARDImpl_la_CPPFLAGS = \
53         $(KERNEL_CXXFLAGS)
54
55 libHOMARDImpl_la_LDFLAGS = \
56         $(KERNEL_LDFLAGS) \
57         -lSALOMELocalTrace
58