]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCK_I/Makefile.am
Salome HOME
Merge from V6_main 01/04/2013
[modules/hexablock.git] / src / HEXABLOCK_I / Makefile.am
1 # Copyright (C) 2009-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
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         HexNewShape_impl.hxx \
47         HexVertex_impl.hxx
48
49 # Scripts to be installed
50 dist_salomescript_PYTHON = hexablock.py
51
52 # Libraries targets
53 # SD/Propagation/HexPropagation.cxx \
54 # SD/Law/HexLaw.cxx \
55 #
56 lib_LTLIBRARIES = libHEXABLOCKEngine.la
57 dist_libHEXABLOCKEngine_la_SOURCES = \
58         HexVertex_impl.cxx \
59         HexEdge_impl.cxx \
60         HexQuad_impl.cxx \
61         HexHexa_impl.cxx \
62         HexVector_impl.cxx \
63         HexNewShape_impl.cxx \
64         HexElements_impl.cxx \
65         HexCrossElements_impl.cxx \
66         HexCylinder_impl.cxx \
67         HexPipe_impl.cxx \
68         HexPropagation_impl.cxx \
69         HexLaw_impl.cxx \
70         HexGroup_impl.cxx \
71         HexDocument_impl.cxx \
72         HEXABLOCK.cxx \
73         HEXABLOCK_1.cxx
74
75
76
77 libHEXABLOCKEngine_la_CPPFLAGS = \
78         $(CORBA_CXXFLAGS) \
79         $(CORBA_INCLUDES) \
80         $(KERNEL_CXXFLAGS) \
81         $(GEOM_CXXFLAGS) \
82         $(CAS_CPPFLAGS) \
83         -I$(srcdir)/../HEXABLOCK \
84         -I$(top_builddir) \
85         -I$(top_builddir)/idl \
86         -I$(top_builddir)/salome_adm/unix
87
88 libHEXABLOCKEngine_la_LDFLAGS = \
89         ../../idl/libSalomeIDLHEXABLOCK.la \
90         ../HEXABLOCK/libHEXABLOCKimpl.la \
91         $(KERNEL_LDFLAGS) -lOpUtil -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lSalomeLifeCycleCORBA \
92         $(CAS_LDPATH) \
93         $(GEOM_LDFLAGS) -lGEOMClient
94