Salome HOME
b42bc694e7c2794b39ab38997b8a8389b92e1733
[modules/smesh.git] / src / SMESH_SWIG / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
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 #  File   : Makefile.in
21 #  Author : Nicolas REJNERI, Paul RASCLE
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : SMESH
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27
28 # Scripts to be installed.
29 dist_salomescript_PYTHON = \
30         smesh.py \
31         batchmode_smesh.py \
32         batchmode_mefisto.py \
33         ex00_all.py \
34         ex01_cube2build.py \
35         ex02_cube2primitive.py \
36         ex03_cube2partition.py \
37         ex04_cube5tetraHexa.py \
38         ex05_hole1build.py \
39         ex06_hole1boolean.py \
40         ex07_hole1partition.py \
41         ex08_hole2build.py \
42         ex09_grid4build.py \
43         ex10_grid4geometry.py \
44         ex11_grid3partition.py \
45         ex12_grid17partition.py \
46         ex13_hole1partial.py \
47         ex14_cyl1holed.py \
48         ex15_cyl2geometry.py \
49         ex16_cyl2complementary.py \
50         ex17_dome1.py \
51         ex18_dome2.py \
52         ex19_sphereINcube.py \
53         ex21_lamp.py \
54         ex24_cylinder.py \
55         ex29_refine.py \
56         ex30_tepal.py \
57         ex30_groupsOp.py \
58         ex31_dimGroup.py \
59         SMESH_test.py\
60         SMESH_test0.py\
61         SMESH_test1.py \
62         SMESH_test1_AndDisplay.py \
63         SMESH_test2.py \
64         SMESH_test3.py \
65         SMESH_test4.py \
66         SMESH_test5.py \
67         SMESH_mechanic.py \
68         SMESH_mechanic_tetra.py \
69         SMESH_mechanic_editor.py \
70         SMESH_mechanic_netgen.py \
71         SMESH_fixation.py \
72         SMESH_fixation_hexa.py \
73         SMESH_fixation_tetra.py \
74         SMESH_fixation_netgen.py \
75         SMESH_box_tetra.py \
76         SMESH_box2_tetra.py \
77         SMESH_box3_tetra.py \
78         SMESH_flight_skin.py \
79         SMESH_Partition1_tetra.py\
80         SMESH_controls.py \
81         SMESH_freebord.py \
82         SMESH_blocks.py \
83         SMESH_BelongToGeom.py \
84         SMESH_GroupFromGeom2.py \
85         SMESH_box.py \
86         SMESH_demo_hexa2_upd.py \
87         SMESH_hexaedre.py \
88         SMESH_Sphere.py \
89         SMESH_GroupFromGeom.py \
90         SMESH_Nut.py \
91         SMESH_GroupLyingOnGeom.py \
92         SMESH_AdvancedEditor.py \
93         SMESH_BuildCompound.py \
94         PAL_MESH_041_mesh.py \
95         PAL_MESH_043_2D.py \
96         PAL_MESH_043_3D.py \
97         SMESH_reg.py
98
99 mypkgpythondir = $(salomepythondir)/salome/smesh
100 mypkgpython_PYTHON = \
101         smeshBuilder.py \
102         smesh_algorithm.py
103         
104 stdpkgpythondir = $(salomepythondir)/salome/StdMeshers
105 stdpkgpython_PYTHON = \
106         __init__.py \
107         StdMeshersBuilder.py
108         
109 sharedpkgpython_PYTHON =                \
110         SMESH_shared_modules.py