]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/Makefile.in
Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / Makefile.in
index 76b193bf32ec4863cb8addef7b257ffefc62236d..fe959bda12ab626109fc71f45204833d327bfcf5 100644 (file)
@@ -59,8 +59,13 @@ LIB_SRC =    SMESHGUI.cxx \
                SMESHGUI_MeshPatternDlg.cxx \
                SMESHGUI_SpinBox.cxx \
                SMESHGUI_NodesDlg.cxx \
+               SMESHGUI_NodesOp.cxx \
+               SMESHGUI_AddMeshElementDlg.cxx \
+               SMESHGUI_AddMeshElementOp.cxx \
                SMESHGUI_InitMeshDlg.cxx \
+               SMESHGUI_InitMeshOp.cxx \
                SMESHGUI_AddSubMeshDlg.cxx \
+               SMESHGUI_AddSubMeshOp.cxx \
                SMESHGUI_TransparencyDlg.cxx \
                SMESHGUI_ClippingDlg.cxx \
                SMESHGUI_GroupDlg.cxx \
@@ -74,8 +79,8 @@ LIB_SRC =     SMESHGUI.cxx \
                SMESHGUI_aParameterDlg.cxx \
                SMESHGUI_Swig.cxx \
                SMESHGUI_MoveNodesDlg.cxx \
-               SMESHGUI_AddMeshElementDlg.cxx \
                SMESHGUI_EditHypothesesDlg.cxx \
+               SMESHGUI_EditHypothesesOp.cxx \
                SMESHGUI_CreateHypothesesDlg.cxx \
                SMESHGUI_XmlHandler.cxx \
                SMESHGUI_Filter.cxx \
@@ -86,6 +91,7 @@ LIB_SRC =     SMESHGUI.cxx \
                SMESHGUI_aParameter.cxx \
                SMESHGUI_DeleteGroupDlg.cxx \
                SMESHGUI_GroupOpDlg.cxx \
+               SMESHGUI_GroupOp.cxx \
                SMESHGUI_SmoothingDlg.cxx \
                SMESHGUI_RenumberingDlg.cxx \
                SMESHGUI_ExtrusionDlg.cxx \
@@ -107,7 +113,9 @@ LIB_SRC =   SMESHGUI.cxx \
                SMESHGUI_VTKUtils.cxx \
                SMESHGUI_Selection.cxx \
                SMESHGUI_CreatePolyhedralVolumeDlg.cxx \
-               SMESHGUI_Operation.cxx 
+               SMESHGUI_Dialog.cxx \
+               SMESHGUI_Operation.cxx \
+               SMESHGUI_SelectionOp.cxx
 
 LIB_MOC = \
                SMESHGUI.h \
@@ -115,9 +123,14 @@ LIB_MOC = \
                SMESHGUI_MeshPatternDlg.h \
                SMESHGUI_CreatePatternDlg.h \
                SMESHGUI_NodesDlg.h \
+               SMESHGUI_NodesOp.h \
+               SMESHGUI_AddMeshElementDlg.h \
+               SMESHGUI_AddMeshElementOp.h \
                SMESHGUI_SpinBox.h \
                SMESHGUI_InitMeshDlg.h \
+               SMESHGUI_InitMeshOp.h \
                SMESHGUI_AddSubMeshDlg.h \
+               SMESHGUI_AddSubMeshOp.h \
                SMESHGUI_TransparencyDlg.h \
                SMESHGUI_ClippingDlg.h \
                SMESHGUI_GroupDlg.h \
@@ -130,8 +143,8 @@ LIB_MOC = \
                SMESHGUI_Preferences_SelectionDlg.h \
                SMESHGUI_aParameterDlg.h \
                SMESHGUI_MoveNodesDlg.h \
-               SMESHGUI_AddMeshElementDlg.h \
                SMESHGUI_EditHypothesesDlg.h \
+               SMESHGUI_EditHypothesesOp.h \
                SMESHGUI_CreateHypothesesDlg.h \
                SMESHGUI_FilterDlg.h \
                SMESHGUI_FilterLibraryDlg.h \
@@ -139,6 +152,7 @@ LIB_MOC = \
                SMESHGUI_MultiEditDlg.h \
                SMESHGUI_DeleteGroupDlg.h \
                SMESHGUI_GroupOpDlg.h \
+               SMESHGUI_GroupOp.h \
                SMESHGUI_SmoothingDlg.h \
                SMESHGUI_RenumberingDlg.h \
                SMESHGUI_ExtrusionDlg.h \
@@ -150,8 +164,10 @@ LIB_MOC = \
                SMESHGUI_SewingDlg.h \
                SMESHGUI_PrecisionDlg.h \
                SMESHGUI_MergeNodesDlg.h \
+               SMESHGUI_Dialog.h \
                SMESHGUI_CreatePolyhedralVolumeDlg.h \
-               SMESHGUI_Operation.h
+               SMESHGUI_Operation.h \
+               SMESHGUI_SelectionOp.h
     
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 GEOM_Gen.idl \