Salome HOME
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
[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_0D_Algo_i.hxx \
43         SMESH_1D_Algo_i.hxx \
44         SMESH_2D_Algo_i.hxx \
45         SMESH_3D_Algo_i.hxx \
46         SMESH_subMesh_i.hxx \
47         SMESH_Mesh_i.hxx \
48         SMESH_Hypothesis_i.hxx \
49         SMESH_PythonDump.hxx \
50         SMESH.hxx
51
52 EXPORT_PYSCRIPTS = smeshpy.py
53
54 # Libraries targets
55
56 LIB= libSMESHEngine.la
57
58 LIB_SRC = \
59         SMESH_Gen_i.cxx \
60         SMESH_Gen_i_1.cxx \
61         SMESH_DumpPython.cxx \
62         SMESH_Mesh_i.cxx \
63         SMESH_MEDMesh_i.cxx \
64         SMESH_MEDFamily_i.cxx \
65         SMESH_MEDSupport_i.cxx \
66         SMESH_subMesh_i.cxx \
67         SMESH_MeshEditor_i.cxx \
68         SMESH_Hypothesis_i.cxx \
69         SMESH_Algo_i.cxx \
70         SMESH_0D_Algo_i.cxx \
71         SMESH_1D_Algo_i.cxx \
72         SMESH_2D_Algo_i.cxx \
73         SMESH_3D_Algo_i.cxx \
74         SMESH_Filter_i.cxx \
75         SMESH_Group_i.cxx \
76         SMESH_Pattern_i.cxx \
77         SMESH_2smeshpy.cxx
78
79 LIB_SERVER_IDL = \
80         SMESH_Gen.idl \
81         SMESH_Hypothesis.idl \
82         SMESH_Mesh.idl \
83         SALOME_Component.idl \
84         SALOME_Exception.idl \
85         SMESH_Filter.idl \
86         SMESH_Group.idl \
87         SMESH_Pattern.idl
88
89 LIB_CLIENT_IDL = \
90         SALOMEDS.idl \
91         GEOM_Gen.idl \
92         MED.idl \
93         SALOMEDS_Attributes.idl \
94         SALOME_GenericObj.idl \
95         SALOME_Comm.idl
96
97 # Executables targets
98 BIN = SMESHEngine
99 BIN_SRC = 
100
101 # additionnal information to compil and link file
102 CPPFLAGS+= \
103         $(OCC_INCLUDES) \
104         $(HDF5_INCLUDES) \
105         $(BOOST_CPPFLAGS) \
106         $(KERNEL_CXXFLAGS) \
107         $(MED_CXXFLAGS) \
108         $(GEOM_CXXFLAGS)
109
110 CXXFLAGS+= \
111         $(OCC_INCLUDES) \
112         $(OCC_CXXFLAGS) \
113         $(HDF5_INCLUDES) \
114         $(KERNEL_CXXFLAGS) \
115         $(MED_CXXFLAGS) \
116         $(GEOM_CXXFLAGS)
117
118 LDFLAGS+= \
119         $(KERNEL_LDFLAGS) \
120         -lSalomeContainer \
121         -lSalomeNS \
122         -lRegistry \
123         -lSalomeHDFPersist \
124         -lSalomeLifeCycleCORBA \
125         -lTOOLSDS \
126         -lSalomeGenericObj \
127         $(GEOM_LDFLAGS) \
128         -lGEOMClient \
129         -lSMESHimpl \
130         -lSMESHControls \
131         $(OCC_LDPATH) \
132         -lTKCDF \
133         -lTKBO \
134         -lTKShHealing
135
136 LDFLAGSFORBIN+= \
137         -lSMDS \
138         -lSMESHDS \
139         $(MED_LDFLAGS) \
140         -lMEDWrapper \
141         -lMEDWrapperBase \
142         -lMEDWrapper_V2_1 \
143         -lMEDWrapper_V2_2 \
144         -lmed_V2_1 \
145         -lMeshDriver \
146         -lMeshDriverMED \
147         -lMeshDriverUNV \
148         -lMeshDriverDAT \
149         -lMeshDriverSTL \
150         $(KERNEL_LDFLAGS) \
151         -lSalomeContainer \
152         -lSalomeNS \
153         -lRegistry \
154         -lSalomeResourcesManager \
155         -lOpUtil \
156         -lSALOMELocalTrace \
157         -lSALOMEBasics \
158         -lSalomeNotification \
159         -lSalomeHDFPersist \
160         -lSalomeLifeCycleCORBA \
161         -lTOOLSDS \
162         -lSalomeGenericObj \
163         $(GEOM_LDFLAGS) \
164         -lGEOMClient \
165         -lSMESHimpl \
166         -lSMESHControls \
167         -lNMTTools \
168         -lNMTDS \
169         $(OCC_LDPATH) \
170         -lTKCDF \
171         -lTKBO \
172         -lTKMath \
173         -lTKShHealing
174
175 @CONCLUDE@