Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / Makefile.in
index da74603d5f965885cc1c5f540a771b060f076cd6..805e692815f14aac7fd73c58baa9618cd0d00b66 100644 (file)
@@ -48,6 +48,7 @@ LIB = libVISU.la
 #LIB_MOC =     VisuGUI_SweepPrefDlg.h
 
 LIB_SRC =      VisuGUI.cxx \
+               VisuGUI_Factory.cxx \
                VisuGUI_Selection.cxx \
                VisuGUI_Tools.cxx \
                VisuGUI_PopupTools.cxx \
@@ -56,6 +57,11 @@ LIB_SRC =    VisuGUI.cxx \
                VisuGUI_CursorDlg.cxx \
                VisuGUI_TimeAnimation.cxx \
                VisuGUI_EditContainerDlg.cxx \
+               VisuGUI_ClippingDlg.cxx \
+               VisuGUI_CubeAxesDlg.cxx \
+               VisuGUI_FontWg.cxx \
+               VisuGUI_OffsetDlg.cxx \
+               VisuGUI_Plot3DDlg.cxx \
                VisuGUI_NonIsometricDlg.cxx \
                VisuGUI_ScalarBarDlg.cxx \
                VisuGUI_DeformedShapeDlg.cxx \
@@ -63,8 +69,10 @@ LIB_SRC =    VisuGUI.cxx \
                VisuGUI_CutLinesDlg.cxx \
                VisuGUI_CutPlanesDlg.cxx \
                VisuGUI_StreamLinesDlg.cxx \
-               VisuGUI_VectorsDlg.cxx  \
-               VisuGUI_TableDlg.cxx
+               VisuGUI_VectorsDlg.cxx \
+               VisuGUI_DialogRunner.cxx \
+               VisuGUI_Displayer.cxx \
+               VisuGUI_SetupPlot2dDlg.cxx
 
 LIB_MOC =      VisuGUI.h \
                VisuGUI_Selection.h \
@@ -73,6 +81,11 @@ LIB_MOC =    VisuGUI.h \
                VisuGUI_CursorDlg.h \
                VisuGUI_TimeAnimation.h \
                VisuGUI_EditContainerDlg.h \
+               VisuGUI_ClippingDlg.h \
+               VisuGUI_CubeAxesDlg.h \
+               VisuGUI_FontWg.h \
+               VisuGUI_OffsetDlg.h \
+               VisuGUI_Plot3DDlg.h \
                VisuGUI_NonIsometricDlg.h \
                VisuGUI_ScalarBarDlg.h \
                VisuGUI_DeformedShapeDlg.h \
@@ -81,7 +94,8 @@ LIB_MOC =     VisuGUI.h \
                VisuGUI_CutPlanesDlg.h \
                VisuGUI_StreamLinesDlg.h \
                VisuGUI_VectorsDlg.h \
-               VisuGUI_TableDlg.h
+               VisuGUI_DialogRunner.h \
+               VisuGUI_SetupPlot2dDlg.h
 
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 VISU_Gen.idl \
@@ -105,9 +119,8 @@ CXXFLAGS +=  -ftemplate-depth-32 $(OCC_CXXFLAGS) \
        -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome
 
 LDFLAGS += $(QWT_LIBS) -lSalomeNS \
-       -lVisuObject -lVISUEngineImpl -lSVTK -lSPlot2d \
-       -L${KERNEL_ROOT_DIR}/lib/salome  -L${GUI_ROOT_DIR}/lib/salome
+       -lSVTK -lSPlot2d -lVisuObject -lVISUEngineImpl -lVISUGUITOOLS \
+       -L${KERNEL_ROOT_DIR}/lib/salome -L${GUI_ROOT_DIR}/lib/salome
 
 
 @CONCLUDE@
-