Salome HOME
0022227: [CEA 827] Building a surface from a cloud of points
[modules/geom.git] / src / GEOM_SWIG / Makefile.am
index 3b7c921fbd306688538101c754ca0c9202f6c4ae..0cea1d4265090ded95b3cd3a39b4358127551fee 100644 (file)
@@ -1,31 +1,27 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
 #  GEOM GEOM_SWIG : binding of C++ omplementaion with Python
 #  File   : Makefile.in
 #  Author : Nicolas REJNERI, Paul RASCLE
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : GEOM
-
-
 # Libraries targets
 #
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
@@ -38,8 +34,6 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 # Scripts to be installed.
 dist_salomescript_DATA =               \
        geompy.py                       \
-       geompyDC.py                     \
-       batchmode_geompy.py             \
        GEOM_Spanner.py                 \
        GEOM_blocks.py                  \
        GEOM_example.py                 \
@@ -48,6 +42,7 @@ dist_salomescript_DATA =              \
        GEOM_example4.py                \
        GEOM_example5.py                \
        GEOM_example6.py                \
+       GEOM_example7.py                \
        GEOM_moteur.py                  \
        GEOM_TestAll.py                 \
        GEOM_TestOthers.py              \
@@ -72,5 +67,10 @@ dist_salomescript_DATA =             \
        PAL_MESH_033_geometry.py        \
        PAL_MESH_035_geometry.py
 
+mypkgpythondir = $(salomepythondir)/salome/geom
+mypkgpython_PYTHON = \
+       geomBuilder.py                  \
+       gsketcher.py
+
 sharedpkgpython_PYTHON =               \
        GEOM_shared_modules.py