Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / src / HEXABLOCK_I / Makefile.am
1 # Copyright (C) 2009-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 : , CEA
21 #  Modified by : Alexander BORODIN (OCN) - autotools usage
22 #
23 include $(top_srcdir)/adm_local/unix/make_common_starter.am
24
25
26
27 # ===============================================================
28 # Files to be installed
29 # ===============================================================
30 #
31 # header files  
32 salomeinclude_HEADERS = \
33         HEXABLOCK.hxx \
34         HexCrossElements_impl.hxx \
35         HexCylinder_impl.hxx \
36         HexDocument_impl.hxx \
37         HexEdge_impl.hxx \
38         HexElements_impl.hxx \
39         HexGroup_impl.hxx \
40         HexHexa_impl.hxx \
41         HexLaw_impl.hxx \
42         HexPipe_impl.hxx \
43         HexPropagation_impl.hxx \
44         HexQuad_impl.hxx \
45         HexVector_impl.hxx \
46         HexVertex_impl.hxx
47
48 # Scripts to be installed
49 dist_salomescript_PYTHON = hexablock.py
50
51 # Libraries targets
52 # SD/Propagation/HexPropagation.cxx \
53 # SD/Law/HexLaw.cxx \
54 #
55 lib_LTLIBRARIES = libHEXABLOCKEngine.la
56 dist_libHEXABLOCKEngine_la_SOURCES = \
57         HexVertex_impl.cxx \
58         HexEdge_impl.cxx \
59         HexQuad_impl.cxx \
60         HexHexa_impl.cxx \
61         HexVector_impl.cxx \
62         HexElements_impl.cxx \
63         HexCrossElements_impl.cxx \
64         HexCylinder_impl.cxx \
65         HexPipe_impl.cxx \
66         HexPropagation_impl.cxx \
67         HexLaw_impl.cxx \
68         HexGroup_impl.cxx \
69         HexDocument_impl.cxx \
70         HEXABLOCK.cxx \
71         HEXABLOCK_1.cxx
72
73
74
75 libHEXABLOCKEngine_la_CPPFLAGS = \
76         $(CORBA_CXXFLAGS) \
77         $(CORBA_INCLUDES) \
78         $(KERNEL_CXXFLAGS) \
79         $(GEOM_CXXFLAGS) \
80         $(CAS_CPPFLAGS) \
81         -I$(srcdir)/../HEXABLOCK \
82         -I$(top_builddir)/idl \
83         -I$(top_builddir)/salome_adm/unix
84
85 libHEXABLOCKEngine_la_LDFLAGS = \
86         ../../idl/libSalomeIDLHEXABLOCK.la \
87         ../HEXABLOCK/libHEXABLOCKimpl.la \
88         $(KERNEL_LDFLAGS) -lOpUtil -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lSalomeLifeCycleCORBA \
89         $(CAS_LDPATH) \
90         $(GEOM_LDFLAGS) -lGEOMClient
91