Salome HOME
PAL13330( When mesh generation does not success, trace where )
[modules/smesh.git] / src / SMESH / Makefile.in
index f9154dca4409ceb17e651c4a5e1889ab07a2b3e8..91f3c8d2ea00f97a5884254cc85764cab78811c4 100644 (file)
@@ -38,9 +38,11 @@ EXPORT_HEADERS= \
        SMESH_Gen.hxx \
        SMESH_Mesh.hxx \
        SMESH_subMesh.hxx \
+       SMESH_subMeshEventListener.hxx \
        SMESH_Hypothesis.hxx \
        SMESH_HypoFilter.hxx \
        SMESH_Algo.hxx \
+       SMESH_0D_Algo.hxx \
        SMESH_1D_Algo.hxx \
        SMESH_2D_Algo.hxx \
        SMESH_3D_Algo.hxx \
@@ -52,7 +54,11 @@ EXPORT_HEADERS= \
        SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx \
        SMESH_SequenceOfElemPtr.hxx \
        SMESH_SequenceOfNode.hxx \
-       SMESH_MesherHelper.hxx
+        SMESH_MesherHelper.hxx \
+        SMESH_Octree.hxx \
+        SMESH_OctreeNode.hxx \
+       SMESH_ComputeError.hxx \
+       SMESH_Comment.hxx
 
 EXPORT_PYSCRIPTS =
 
@@ -63,6 +69,7 @@ LIB= libSMESHimpl.la
 LIB_SRC = SMESH_Gen.cxx SMESH_Mesh.cxx SMESH_subMesh.cxx \
          SMESH_Hypothesis.cxx \
          SMESH_Algo.cxx \
+         SMESH_0D_Algo.cxx \
          SMESH_1D_Algo.cxx \
          SMESH_2D_Algo.cxx \
          SMESH_3D_Algo.cxx \
@@ -71,7 +78,9 @@ LIB_SRC = SMESH_Gen.cxx SMESH_Mesh.cxx SMESH_subMesh.cxx \
          SMESH_Block.cxx \
          SMESH_Pattern.cxx \
          SMESH_HypoFilter.cxx \
-         SMESH_MesherHelper.cxx
+          SMESH_MesherHelper.cxx \
+          SMESH_Octree.cxx \
+          SMESH_OctreeNode.cxx
 
 LIB_SERVER_IDL =