Salome HOME
Merge from V6_main 11/02/2013
[modules/hexablock.git] / src / HEXABLOCK / 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
20 include $(top_srcdir)/adm_local/unix/make_common_starter.am
21
22 #
23 # ===============================================================
24 # Files to be installed
25 # ===============================================================
26 #
27 #
28 # header files
29 salomeinclude_HEADERS = \
30         HexGroup.hxx \
31         HexCylinder.hxx \
32         HexEdge.hxx \
33         HexGlobale.hxx \
34         HexPropagation.hxx \
35         HexVector.hxx \
36         HexXmlWriter.hxx \
37         hexa_base.hxx \
38         HexDiagnostics.hxx \
39         HexElements.hxx \
40         HexHexa.hxx \
41         HexMatrix.hxx \
42         HexQuad.hxx \
43         HexVertex.hxx \
44         HexLaw.hxx \
45         HexCloner.hxx \
46         HexDocument.hxx \
47         HexEltBase.hxx \
48         Hex.hxx \
49         HexPipe.hxx \
50         HexShape.hxx \
51         HexOldShape.hxx \
52         HexNewShape.hxx \
53         HexSubShape.hxx \
54         HexVertexShape.hxx \
55         HexEdgeShape.hxx \
56         HexFaceShape.hxx \
57         HexBiCylinderShape.hxx \
58         HexAssoEdge.hxx \
59         HexXmlTree.hxx \
60         HexCrossElements.hxx \
61         HexBiCylinder.hxx \
62         HexDumpStudy.hxx \
63         HexAnaQuads.hxx \
64         HexKasPoint.hxx \
65         HexKasLine.hxx \
66         HexKasBiCylinder.hxx \
67         HexKas_functions.hxx \
68         HexCramer.hxx
69
70
71 # Libraries targets
72 # SD/Propagation/HexPropagation.cxx \
73 # SD/Law/HexLaw.cxx \
74 #
75 lib_LTLIBRARIES = libHEXABLOCKimpl.la
76
77 dist_libHEXABLOCKimpl_la_SOURCES = \
78         hexa_utils.cxx \
79         HexEltBase.cxx \
80         HexGlobale.cxx \
81         HexCloner.cxx   \
82         HexVertex.cxx \
83         HexEdge.cxx \
84         HexQuad.cxx \
85         HexHexa.cxx \
86         HexVector.cxx \
87         HexElements.cxx \
88         HexElements_bis.cxx \
89         HexElements_ter.cxx \
90         HexElements_piq.cxx \
91         HexElements_asso.cxx \
92         HexElements_grid.cxx \
93         HexCylinder.cxx \
94         HexGroup.cxx \
95         HexPipe.cxx \
96         HexLaw.cxx \
97         HexShape.cxx \
98         HexNewShape.cxx \
99         HexSubShape.cxx \
100         HexDocument_trans.cxx \
101         HexVertexShape.cxx \
102         HexEdgeShape.cxx \
103         HexFaceShape.cxx \
104         HexBiCylinderShape.cxx \
105         HexAssoEdge.cxx \
106         HexDocument_Xml.cxx \
107         HexDocument.cxx \
108         HexXmlTree.cxx \
109         HexXmlWriter.cxx \
110         HexDumpStudy.cxx \
111         HexCrossElements.cxx \
112         HexCrossElements_build.cxx \
113         HexBiCylinder.cxx \
114         Hex.cxx              \
115         HexDocument_asso.cxx \
116         HexDocument_quads.cxx \
117         HexKasPoint.cxx \
118         HexKasLine.cxx \
119         HexKasBiCylinder.cxx \
120         HexKas_functions.cxx
121
122 # libHEXABLOCKimpl_la_CPPFLAGS = \
123 #       -I$(top_builddir)/salome_adm/unix
124 #
125 # libHEXABLOCKimpl_la_LDFLAGS = \
126 #       -lOpUtil
127
128 libHEXABLOCKimpl_la_CPPFLAGS = \
129         $(KERNEL_CXXFLAGS)    \
130         $(CAS_CPPFLAGS)       \
131         $(VTK_INCLUDES)       \
132         $(GEOM_CXXFLAGS)      \
133         $(HEXABLOCK_CXXFLAGS) \
134         $(SMESH_CXXFLAGS)     \
135         $(BOOST_CPPFLAGS)     \
136         $(CORBA_CXXFLAGS)     \
137         $(CORBA_INCLUDES)     \
138         -I$(top_builddir)/idl
139
140 libHEXABLOCKimpl_la_LDFLAGS = \
141         $(CAS_KERNEL) -lTKBRep -lTKPrim -lTKG2d -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo  -lTKBool -lTKBO \
142         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics
143
144 ####  libHexaBlockimpl_la_CPPFLAGS =  \
145         ####  $(KERNEL_CXXFLAGS)    \
146         ####  $(CAS_CPPFLAGS)       \
147         ####  $(VTK_INCLUDES)       \
148         ####  $(GEOM_CXXFLAGS)      \
149         ####  $(HEXABLOCK_CXXFLAGS) \
150         ####  $(MED_CXXFLAGS)       \
151         ####  $(SMESH_CXXFLAGS)     \
152         ####  $(BOOST_CPPFLAGS)     \
153         ####  $(CORBA_CXXFLAGS)     \
154         ####  $(CORBA_INCLUDES)     \
155         ####  -I$(top_builddir)/idl
156
157 ####  libHexaBlockimpl_la_LDFLAGS  = \
158         ####  ../../idl/libSalomeIDLHEXABLOCKPLUGIN.la \
159         ####  $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \
160         ####  $(HEXABLOCK_LDFLAGS) -lHEXABLOCKEngine \
161         ####  $(MED_LDFLAGS) -lSalomeIDLMED \
162         ####  $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lSMESHDS -lSMDS \
163         ####  $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace -lSALOMEBasics