Salome HOME
PR: distributed geom and smesh scripts: first step
[modules/geom.git] / src / GEOM_SWIG / Makefile.am
1 # Copyright (C) 2007-2012  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 #  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
21 #  File   : Makefile.in
22 #  Author : Nicolas REJNERI, Paul RASCLE
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25 # Libraries targets
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # ===============================================================
30 # Files to be installed
31 # ===============================================================
32 #
33
34 # Scripts to be installed.
35 dist_salomescript_DATA =                \
36         geompy.py                       \
37         geompyDC.py                     \
38         gsketcher.py                    \
39         batchmode_geompy.py             \
40         GEOM_Spanner.py                 \
41         GEOM_blocks.py                  \
42         GEOM_example.py                 \
43         GEOM_example2.py                \
44         GEOM_example3.py                \
45         GEOM_example4.py                \
46         GEOM_example5.py                \
47         GEOM_example6.py                \
48         GEOM_example7.py                \
49         GEOM_moteur.py                  \
50         GEOM_TestAll.py                 \
51         GEOM_TestOthers.py              \
52         GEOM_TestHealing.py             \
53         GEOM_TestMeasures.py            \
54         GEOM_usinggeom.py               \
55         GEOM_Partition1.py              \
56         GEOM_Partition2.py              \
57         GEOM_Partition3.py              \
58         GEOM_Partition4.py              \
59         GEOM_Partition5.py              \
60         GEOM_cyl2complementary.py       \
61         GEOM_shellSolid.py              \
62         GEOM_tube_geom.py               \
63         GEOM_tube_geom_gg2.py           \
64         GEOM_Nut.py                     \
65         GEOM_Sketcher.py                \
66         GEOM_ObjectInfo.py              \
67         PAL_MESH_019_020_geometry.py    \
68         PAL_MESH_028_geometry.py        \
69         PAL_MESH_030_geometry.py        \
70         PAL_MESH_033_geometry.py        \
71         PAL_MESH_035_geometry.py
72
73 sharedpkgpython_PYTHON =                \
74         GEOM_shared_modules.py