Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/smesh.git] / src / SMESHGUI / Makefile.am
index f65fd7528593cd0d10b3e87c748775ae62a42880..e48d1e8d75670a7dc095c94ee430c2e11af42c7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -49,7 +49,6 @@ salomeinclude_HEADERS = \
        SMESHGUI_RemoveElementsDlg.h \
        SMESHGUI_MeshInfo.h \
        SMESHGUI_Measurements.h \
-       SMESHGUI_Preferences_ColorDlg.h \
        SMESHGUI_Preferences_ScalarBarDlg.h \
        SMESHGUI_AddMeshElementDlg.h \
        SMESHGUI_XmlHandler.h \
@@ -95,7 +94,10 @@ salomeinclude_HEADERS = \
        SMESHGUI_MeshOrderOp.h \
        SMESHGUI_FileValidator.h \
        SMESHGUI_CopyMeshDlg.h \
-       SMESHGUI_PreviewDlg.h \
+       SMESHGUI_PreviewDlg.h  \
+       SMESHGUI_ReorientFacesDlg.h \
+       SMESHGUI_PropertiesDlg.h \
+       SMESHGUI_Add0DElemsOnAllNodesDlg.h \
        SMESH_SMESHGUI.hxx
 
 # Libraries targets
@@ -114,7 +116,6 @@ dist_libSMESH_la_SOURCES = \
        SMESHGUI_RemoveElementsDlg.cxx \
        SMESHGUI_MeshInfo.cxx \
        SMESHGUI_Measurements.cxx \
-       SMESHGUI_Preferences_ColorDlg.cxx \
        SMESHGUI_Preferences_ScalarBarDlg.cxx \
        SMESHGUI_AddMeshElementDlg.cxx \
        SMESHGUI_XmlHandler.cxx \
@@ -171,7 +172,10 @@ dist_libSMESH_la_SOURCES = \
        SMESHGUI_MeshOrderOp.cxx \
        SMESHGUI_CopyMeshDlg.cxx \
        SMESHGUI_FileValidator.cxx \
-       SMESHGUI_PreviewDlg.cxx
+       SMESHGUI_PreviewDlg.cxx  \
+       SMESHGUI_ReorientFacesDlg.cxx \
+       SMESHGUI_PropertiesDlg.cxx \
+       SMESHGUI_Add0DElemsOnAllNodesDlg.cxx
 
 MOC_FILES = \
        SMESHGUI_moc.cxx \
@@ -187,7 +191,6 @@ MOC_FILES = \
        SMESHGUI_RemoveElementsDlg_moc.cxx \
        SMESHGUI_MeshInfo_moc.cxx \
        SMESHGUI_Measurements_moc.cxx \
-       SMESHGUI_Preferences_ColorDlg_moc.cxx \
        SMESHGUI_Preferences_ScalarBarDlg_moc.cxx \
        SMESHGUI_AddMeshElementDlg_moc.cxx \
        SMESHGUI_FilterDlg_moc.cxx \
@@ -230,7 +233,10 @@ MOC_FILES = \
        SMESHGUI_MeshOrderDlg_moc.cxx \
        SMESHGUI_CopyMeshDlg_moc.cxx \
        SMESHGUI_MeshOrderOp_moc.cxx \
-       SMESHGUI_PreviewDlg_moc.cxx
+       SMESHGUI_PreviewDlg_moc.cxx \
+       SMESHGUI_ReorientFacesDlg_moc.cxx \
+       SMESHGUI_PropertiesDlg_moc.cxx \
+       SMESHGUI_Add0DElemsOnAllNodesDlg_moc.cxx
 
 nodist_libSMESH_la_SOURCES= \
        $(MOC_FILES)
@@ -250,16 +256,18 @@ libSMESH_la_CPPFLAGS = \
        $(BOOST_CPPFLAGS) \
        $(CORBA_CXXFLAGS) \
        $(CORBA_INCLUDES) \
-       $(MED2_INCLUDES) \
+       $(MED3_INCLUDES) \
        $(HDF5_INCLUDES) \
        -I$(srcdir)/../OBJECT \
        -I$(srcdir)/../SMESHFiltersSelection \
        -I$(srcdir)/../SMDS \
        -I$(srcdir)/../SMESHDS \
        -I$(srcdir)/../SMESH \
+       -I$(srcdir)/../SMESHUtils \
        -I$(srcdir)/../SMESH_I \
        -I$(srcdir)/../Controls \
        -I$(srcdir)/../SMESHClient \
+       -I$(top_builddir) \
        -I$(top_builddir)/idl
 
 libSMESH_la_LDFLAGS  = \
@@ -271,7 +279,7 @@ libSMESH_la_LDFLAGS  = \
        $(GUI_LDFLAGS) -lSalomePrs -lsuit -lSUITApp -lCAM -lstd \
        $(GEOM_LDFLAGS) -lGEOMBase -lGEOMFiltersSelection -lGEOMObject \
        $(PYTHON_LIBS)
-       
+
 # resources files
 nodist_salomeres_DATA= \
        SMESH_images.qm \