Salome HOME
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close...
[modules/smesh.git] / src / SMESH_I / Makefile.in
1 #  SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Paul RASCLE, EDF
26 #  Module : SMESH
27 #  $Header$
28
29
30 top_srcdir=@top_srcdir@
31 top_builddir=../..
32 srcdir=@srcdir@
33 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:
34
35
36 @COMMENCE@
37
38 # header files  
39 EXPORT_HEADERS= \
40         SMESH_Gen_i.hxx \
41         SMESH_Algo_i.hxx \
42         SMESH_1D_Algo_i.hxx \
43         SMESH_2D_Algo_i.hxx \
44         SMESH_3D_Algo_i.hxx \
45         SMESH_subMesh_i.hxx \
46         SMESH_Mesh_i.hxx \
47         SMESH_Hypothesis_i.hxx \
48         SMESH_PythonDump.hxx \
49         SMESH.hxx
50
51 EXPORT_PYSCRIPTS = smeshpy.py
52
53 # Libraries targets
54
55 LIB= libSMESHEngine.la
56
57 LIB_SRC = \
58         SMESH_Gen_i.cxx \
59         SMESH_Gen_i_1.cxx \
60         SMESH_DumpPython.cxx \
61         SMESH_Mesh_i.cxx \
62         SMESH_MEDMesh_i.cxx \
63         SMESH_MEDFamily_i.cxx \
64         SMESH_MEDSupport_i.cxx \
65         SMESH_subMesh_i.cxx \
66         SMESH_MeshEditor_i.cxx \
67         SMESH_Hypothesis_i.cxx \
68         SMESH_Algo_i.cxx \
69         SMESH_1D_Algo_i.cxx \
70         SMESH_2D_Algo_i.cxx \
71         SMESH_3D_Algo_i.cxx \
72         SMESH_Filter_i.cxx \
73         SMESH_Group_i.cxx \
74         SMESH_Pattern_i.cxx \
75         SMESH_2smeshpy.cxx
76
77 LIB_SERVER_IDL = \
78         SMESH_Gen.idl \
79         SMESH_Hypothesis.idl \
80         SMESH_Mesh.idl \
81         SALOME_Component.idl \
82         SALOME_Exception.idl \
83         SMESH_Filter.idl \
84         SMESH_Group.idl \
85         SMESH_Pattern.idl
86
87 LIB_CLIENT_IDL = \
88         SALOMEDS.idl \
89         GEOM_Gen.idl \
90         MED.idl \
91         SALOMEDS_Attributes.idl \
92         SALOME_GenericObj.idl \
93         SALOME_Comm.idl
94
95 # Executables targets
96 BIN = SMESHEngine
97 BIN_SRC = 
98
99 # additionnal information to compil and link file
100 CPPFLAGS+= \
101         $(OCC_INCLUDES) \
102         $(HDF5_INCLUDES) \
103         $(BOOST_CPPFLAGS) \
104         $(KERNEL_CXXFLAGS) \
105         $(MED_CXXFLAGS) \
106         $(GEOM_CXXFLAGS)
107
108 CXXFLAGS+= \
109         $(OCC_INCLUDES) \
110         $(OCC_CXXFLAGS) \
111         $(HDF5_INCLUDES) \
112         $(KERNEL_CXXFLAGS) \
113         $(MED_CXXFLAGS) \
114         $(GEOM_CXXFLAGS)
115
116 LDFLAGS+= \
117         $(KERNEL_LDFLAGS) \
118         -lSalomeContainer \
119         -lSalomeNS \
120         -lRegistry \
121         -lSalomeHDFPersist \
122         -lSalomeLifeCycleCORBA \
123         -lTOOLSDS \
124         -lSalomeGenericObj \
125         $(GEOM_LDFLAGS) \
126         -lGEOMClient \
127         -lSMESHimpl \
128         -lSMESHControls \
129         $(OCC_LDPATH) \
130         -lTKCDF \
131         -lTKBO \
132         -lTKShHealing
133
134 LDFLAGSFORBIN+= \
135         -lSMDS \
136         -lSMESHDS \
137         $(MED_LDFLAGS) \
138         -lMEDWrapper \
139         -lMEDWrapperBase \
140         -lMEDWrapper_V2_1 \
141         -lMEDWrapper_V2_2 \
142         -lmed_V2_1 \
143         -lMeshDriver \
144         -lMeshDriverMED \
145         -lMeshDriverUNV \
146         -lMeshDriverDAT \
147         -lMeshDriverSTL \
148         $(KERNEL_LDFLAGS) \
149         -lSalomeContainer \
150         -lSalomeNS \
151         -lRegistry \
152         -lSalomeResourcesManager \
153         -lOpUtil \
154         -lSALOMELocalTrace \
155         -lSALOMEBasics \
156         -lSalomeNotification \
157         -lSalomeHDFPersist \
158         -lSalomeLifeCycleCORBA \
159         -lTOOLSDS \
160         -lSalomeGenericObj \
161         $(GEOM_LDFLAGS) \
162         -lGEOMClient \
163         -lSMESHimpl \
164         -lSMESHControls \
165         -lNMTTools \
166         -lNMTDS \
167         $(OCC_LDPATH) \
168         -lTKCDF \
169         -lTKBO \
170         -lTKMath \
171         -lTKShHealing
172
173 @CONCLUDE@