Salome HOME
Merge from V6_3_BR 06/06/2011
[modules/homard.git] / src / HOMARD / Makefile.am
1 # Copyright (C) 2011  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         HomardDriver.hxx
35
36 # Libraries targets
37 lib_LTLIBRARIES = libHOMARDImpl.la
38 dist_libHOMARDImpl_la_SOURCES = \
39         HOMARD_Cas.cxx \
40         HOMARD_Boundary.cxx \
41         HOMARD_Hypothesis.cxx \
42         HOMARD_Iteration.cxx \
43         HOMARD_Zone.cxx \
44         HOMARD_Gen.cxx \
45         HOMARD_DriverTools.cxx \
46         HomardDriver.cxx
47
48 libHOMARDImpl_la_CPPFLAGS = \
49         $(KERNEL_CXXFLAGS)
50
51 libHOMARDImpl_la_LDFLAGS = \
52         $(KERNEL_LDFLAGS) \
53         -lSALOMELocalTrace
54
55 # check_PROGRAMS = testhomard
56
57 # TESTS = $(check_PROGRAMS)
58
59 # testhomard_SOURCES = testhomard.cxx
60
61 # testhomard_LDADD = libHOMARDImpl.la