Salome HOME
adding python scripts to illustrate the way to mesh a shape giving different hypothes...
[modules/smesh.git] / src / SMESH_SWIG / Makefile.in
index 57c4a479d60c9afa0e738529b03a707c92b4a676..eea0f73c2722c93b356684f2f7c5752d0a338a6d 100644 (file)
@@ -1,12 +1,29 @@
-#  File      : Makefile.in
-#  Created   : Tue Mar 26 15:04:48 2002
-#  Author    : Nicolas REJNERI, Paul RASCLE
-#  Project   : SALOME
-#  Module    : GEOM
-#  Copyright : Open CASCADE, EDF 2002
+#  Copyright (C) 2003  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 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 
+# 
+#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+#
+#
+#
+#  File   : Makefile.in
+#  Author : Nicolas REJNERI, Paul RASCLE
+#  Module : SMESH
 #  $Header$
 
-# source path
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
@@ -22,7 +39,26 @@ LIB_SRC =
 
 SWIG_DEF = libSMESH_Swig.i
 EXPORT_PYSCRIPTS = libSMESH_Swig.py \
-                   SMESH_test0.py SMESH_test1.py SMESH_test2.py SMESH_test3.py SMESH_mechanic.py SMESH_fixation.py batchmode_smesh.py
+                   SMESH_test0.py\
+                  SMESH_test1.py \
+                  SMESH_test2.py \
+                  SMESH_test3.py \
+                  SMESH_mechanic.py \
+                  SMESH_mechanic_tetra.py \
+                  SMESH_fixation.py \
+                  SMESH_fixation_hexa.py \
+                  SMESH_fixation_tetra.py \
+                  batchmode_smesh.py \
+                  SMESH_box_tetra.py \
+                  SMESH_box2_tetra.py \
+                  SMESH_box3_tetra.py \
+                  SMESH_flight_skin.py \
+                  SMESH_Partition1_tetra.py \
+                  SMESH_box_hexa.py \
+                  SMESH_demo_hexa2.py \
+                  SMESH_demo_hexa.py \
+                  SMESH_demo_tetra2.py \
+                  SMESH_demo_tetra.py
 
 LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_Exception.idl \