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 3821509e0408495b927cd044d16fb4e13d567649..eea0f73c2722c93b356684f2f7c5752d0a338a6d 100644 (file)
@@ -25,7 +25,7 @@
 #  $Header$
 
 top_srcdir=@top_srcdir@
-top_builddir=../../..
+top_builddir=../..
 srcdir=@srcdir@
 VPATH=.:@srcdir@:@top_srcdir@/idl
 
@@ -39,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 \
@@ -53,6 +72,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_Component.idl \
                 MED.idl
 
+EXPORT_SHAREDPYSCRIPTS=SMESH_shared_modules.py
+
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -DHAVE_CONFIG_H
 LIBS+= $(PYTHON_LIBS)
 LDFLAGS+= -lSMESHGUI