Salome HOME
PAL13190 (EDF159 SMESH: in Merge Nodes and Merge Elements, visualisze nodes or meshes...
[modules/smesh.git] / src / SMESHGUI / Makefile.in
index 6871db10562cbb799b5ad17f8fc5e5fc2ac760f1..821ca6f91868eee1e66d70887c2416fe554f7708 100644 (file)
@@ -42,7 +42,9 @@ EXPORT_HEADERS= SMESHGUI_Swig.hxx \
                SMESHGUI_Hypotheses.h \
                SMESHGUI_HypothesesUtils.h \
                SMESHGUI_SpinBox.h \
-               SMESHGUI_Selection.h 
+               SMESHGUI_Selection.h \
+               SMESHGUI_VTKUtils.h
+
 
 # .po files to transform in .qm
 PO_FILES = \
@@ -89,6 +91,7 @@ LIB_SRC =     SMESHGUI.cxx \
                SMESHGUI_SewingDlg.cxx \
                SMESHGUI_MergeNodesDlg.cxx \
                SMESHGUI_EditMeshDlg.cxx \
+               SMESHGUI_BuildCompoundDlg.cxx \
                SMESHGUI_Utils.cxx \
                SMESHGUI_GEOMGenUtils.cxx \
                SMESHGUI_MeshUtils.cxx \
@@ -109,7 +112,9 @@ LIB_SRC =   SMESHGUI.cxx \
                SMESHGUI_ShapeByMeshDlg.cxx \
                SMESHGUI_AddQuadraticElementDlg.cxx \
                SMESHGUI_ConvToQuadDlg.cxx \
-               SMESHGUI_ConvToQuadOp.cxx
+               SMESHGUI_ConvToQuadOp.cxx \
+               SMESHGUI_MeshEditPreview.cxx \
+               SMESHGUI_MakeNodeAtPointDlg.cxx
 
 LIB_MOC = \
                SMESHGUI.h \
@@ -147,6 +152,7 @@ LIB_MOC = \
                SMESHGUI_SewingDlg.h \
                SMESHGUI_MergeNodesDlg.h \
                SMESHGUI_EditMeshDlg.h \
+               SMESHGUI_BuildCompoundDlg.h \
                SMESHGUI_CreatePolyhedralVolumeDlg.h \
                SMESHGUI_Operation.h \
                SMESHGUI_SelectionOp.h \
@@ -157,13 +163,15 @@ LIB_MOC = \
                SMESHGUI_ShapeByMeshDlg.h \
                SMESHGUI_AddQuadraticElementDlg.h \
                SMESHGUI_ConvToQuadDlg.h \
-               SMESHGUI_ConvToQuadOp.h
+               SMESHGUI_ConvToQuadOp.h \
+               SMESHGUI_MakeNodeAtPointDlg.h
 
 
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 GEOM_Gen.idl \
                 SMESH_Gen.idl \
                 SMESH_Mesh.idl \
+                SMESH_MeshEditor.idl \
                 SMESH_Hypothesis.idl \
                 SMESH_Group.idl \
                 SALOMEDS.idl \