1 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License.
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 # See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
23 # Author : Nicolas REJNERI, Paul RASCLE
27 top_srcdir=@top_srcdir@
30 VPATH=.:@srcdir@:@top_srcdir@/idl
37 LIB = libSMESH_Swigcmodule.la
40 SWIG_DEF = libSMESH_Swig.i
41 EXPORT_PYSCRIPTS = libSMESH_Swig.py \
44 batchmode_mefisto.py \
47 ex02_cube2primitive.py \
48 ex03_cube2partition.py \
49 ex04_cube5tetraHexa.py \
51 ex06_hole1boolean.py \
52 ex07_hole1partition.py \
55 ex10_grid4geometry.py \
56 ex11_grid3partition.py \
57 ex12_grid17partition.py \
58 ex13_hole1partial.py \
60 ex15_cyl2geometry.py \
61 ex16_cyl2complementary.py \
64 ex19_sphereINcube.py \
73 SMESH_mechanic_tetra.py \
74 SMESH_mechanic_editor.py \
76 SMESH_fixation_hexa.py \
77 SMESH_fixation_tetra.py \
81 SMESH_flight_skin.py \
82 SMESH_Partition1_tetra.py\
86 SMESH_BelongToGeom.py \
87 SMESH_GroupFromGeom2.py \
89 SMESH_demo_hexa2_upd.py \
92 SMESH_GroupFromGeom.py \
94 SMESH_GroupLyingOnGeom.py \
95 PAL_MESH_041_mesh.py \
99 LIB_CLIENT_IDL = SALOMEDS.idl \
100 SALOME_Exception.idl \
104 SMESH_Hypothesis.idl \
105 SMESH_BasicHypothesis.idl \
107 SALOME_ModuleCatalog.idl \
108 SALOME_Component.idl \
109 SALOME_GenericObj.idl \
113 EXPORT_SHAREDPYSCRIPTS=SMESH_shared_modules.py
115 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -DHAVE_CONFIG_H
116 LIBS+= $(PYTHON_LIBS)
117 LDFLAGS+= -lSMESH -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeGenericObj