Salome HOME
Update version number: 3.1.0a2
[modules/smesh.git] / src / SMESH_SWIG / Makefile.in
1 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3
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. 
8
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. 
13
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 
17
18 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
19 #
20 #
21 #
22 #  File   : Makefile.in
23 #  Author : Nicolas REJNERI, Paul RASCLE
24 #  Module : SMESH
25 #  $Header$
26
27 top_srcdir=@top_srcdir@
28 top_builddir=../..
29 srcdir=@srcdir@
30 VPATH=.:@srcdir@:@top_srcdir@/idl
31
32
33 @COMMENCE@
34
35 # Libraries targets
36
37 LIB = libSMESH_Swigcmodule.la
38 LIB_SRC = 
39
40 SWIG_DEF = libSMESH_Swig.i
41 EXPORT_PYSCRIPTS = libSMESH_Swig.py \
42                    smesh.py \
43                    batchmode_smesh.py \
44                    batchmode_mefisto.py \
45                    ex00_all.py \
46                    ex01_cube2build.py \
47                    ex02_cube2primitive.py \
48                    ex03_cube2partition.py \
49                    ex04_cube5tetraHexa.py \
50                    ex05_hole1build.py \
51                    ex06_hole1boolean.py \
52                    ex07_hole1partition.py \
53                    ex08_hole2build.py \
54                    ex09_grid4build.py \
55                    ex10_grid4geometry.py \
56                    ex11_grid3partition.py \
57                    ex12_grid17partition.py \
58                    ex13_hole1partial.py \
59                    ex14_cyl1holed.py \
60                    ex15_cyl2geometry.py \
61                    ex16_cyl2complementary.py \
62                    ex17_dome1.py \
63                    ex18_dome2.py \
64                    ex19_sphereINcube.py \
65                    SMESH_test.py\
66                    SMESH_test0.py\
67                    SMESH_test1.py \
68                    SMESH_test2.py \
69                    SMESH_test3.py \
70                    SMESH_test4.py \
71                    SMESH_test5.py \
72                    SMESH_mechanic.py \
73                    SMESH_mechanic_tetra.py \
74                    SMESH_mechanic_editor.py \
75                    SMESH_fixation.py \
76                    SMESH_fixation_hexa.py \
77                    SMESH_fixation_tetra.py \
78                    SMESH_box_tetra.py \
79                    SMESH_box2_tetra.py \
80                    SMESH_box3_tetra.py \
81                    SMESH_flight_skin.py \
82                    SMESH_Partition1_tetra.py\
83                    SMESH_controls.py \
84                    SMESH_freebord.py \
85                    SMESH_blocks.py \
86                    SMESH_BelongToGeom.py \
87                    SMESH_GroupFromGeom2.py \
88                    SMESH_box.py \
89                    SMESH_demo_hexa2_upd.py \
90                    SMESH_hexaedre.py \
91                    SMESH_Sphere.py \
92                    SMESH_GroupFromGeom.py \
93                    SMESH_Nut.py \
94                    SMESH_GroupLyingOnGeom.py \
95                    PAL_MESH_041_mesh.py \
96                    PAL_MESH_043_2D.py \
97                    PAL_MESH_043_3D.py \
98                    SMESH_reg.py
99
100 LIB_CLIENT_IDL = SALOMEDS.idl \
101                  SALOME_Exception.idl \
102                  GEOM_Gen.idl \
103                  SMESH_Gen.idl \
104                  SMESH_Mesh.idl \
105                  SMESH_Hypothesis.idl \
106                  SMESH_BasicHypothesis.idl \
107                  SMESH_Group.idl \
108                  SALOME_ModuleCatalog.idl \
109                  SALOME_Component.idl \
110                  SALOME_GenericObj.idl \
111                  MED.idl \
112                  SALOME_Comm.idl
113
114 EXPORT_SHAREDPYSCRIPTS=SMESH_shared_modules.py
115
116 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -DHAVE_CONFIG_H
117 LIBS+= $(PYTHON_LIBS)
118 LDFLAGS+= -lSMESH -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeGenericObj
119
120 @CONCLUDE@