Salome HOME
NRI : Merge branch br_porting_MED.
[modules/visu.git] / src / VISUGUI / Makefile.in
index 414d38a7e7d6a9967f6f870e227320606b507c58..08bae36a990b67bb119ecce6f980c9d6c1252c4e 100644 (file)
@@ -42,10 +42,10 @@ EXPORT_HEADERS= \
 
 # .po files to transform in .qm
 PO_FILES = \
-          VisuGUI_msg_en.po VisuGUI_icons.po
+          VISU_msg_en.po VISU_icons.po
 
 # Libraries targets
-LIB = libVisuGUI.la
+LIB = libVISUGUI.la
 LIB_SRC =      VisuGUI.cxx \
                VisuGUI_CellsResultsDlg.cxx \
                VisuGUI_PointsResultsDlg.cxx \
@@ -65,7 +65,8 @@ LIB_SRC =     VisuGUI.cxx \
                VisuGUI_NonIsometricDlg.cxx \
                 VisuGUI_StreamLinesDlg.cxx \
                 VisuGUI_TimeAnimation.cxx \
-               VisuGUI_CutLinesDlg.cxx 
+               VisuGUI_CutLinesDlg.cxx \
+               VisuGUI_FileDlg.cxx
 
 LIB_MOC = \
                VisuGUI.h \
@@ -86,11 +87,12 @@ LIB_MOC = \
                VisuGUI_NonIsometricDlg.h \
                 VisuGUI_StreamLinesDlg.h \
                 VisuGUI_TimeAnimation.h \
-               VisuGUI_CutLinesDlg.h
+               VisuGUI_CutLinesDlg.h \
+               VisuGUI_FileDlg.h
 
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 VISU_Gen.idl \
-                Med_Gen.idl \
+                MED_Gen.idl \
                 MED.idl \
                 SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
@@ -101,7 +103,8 @@ LIB_SERVER_IDL =
 
 # additionnal information to compil and link file
 
-CPPFLAGS +=  -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
+CPPFLAGS +=  -ftemplate-depth-32 $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) \
+       $(PYTHON_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) $(QWT_INCLUDES) \
        -I${KERNEL_ROOT_DIR}/include/salome
 
 CXXFLAGS +=  -ftemplate-depth-32 $(OCC_CXXFLAGS) \