Salome HOME
Updated for PAL14857.
[modules/geom.git] / src / GEOMToolsGUI / Makefile.in
index 0614a6d83007d0b7359e5a5aa04c7f6fadaa40d3..f5fcab3e96307528616379ccceb7ee643a425882 100644 (file)
@@ -17,7 +17,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -38,27 +38,28 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
 LIB = libGEOMToolsGUI.la
 
 # header files 
-EXPORT_HEADERS= 
+EXPORT_HEADERS 
 
 LIB_SRC =      GEOMToolsGUI.cxx \
                GEOMToolsGUI_1.cxx \
-               GEOMToolsGUI_NbIsosDlg.cxx \
-               GEOMToolsGUI_TransparencyDlg.cxx
+               GEOMToolsGUI_TransparencyDlg.cxx \
+               GEOMToolsGUI_NbIsosDlg.cxx
 
-LIB_MOC = \
-               GEOMToolsGUI.h \
-               GEOMToolsGUI_NbIsosDlg.h \
-               GEOMToolsGUI_TransparencyDlg.h
+LIB_MOC =      GEOMToolsGUI_TransparencyDlg.h \
+               GEOMToolsGUI_NbIsosDlg.h
 
-LIB_CLIENT_IDL = SALOMEDS_Attributes.idl SALOME_GenericObj.idl
+LIB_CLIENT_IDL = SALOMEDS_Attributes.idl \
+                SALOME_GenericObj.idl \
+                SALOME_Exception.idl \
+                SALOME_Component.idl
 
 LIB_SERVER_IDL = 
 
 # additionnal information to compil and link file
 
-CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
+CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
+CXXFLAGS += $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
 
-LDFLAGS += -lGEOMFiltersSelection -lGEOMBase
+LDFLAGS += $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) -lGEOMBase -lVTKViewer -lOCCViewer -lsuit -lSalomeApp
 
 @CONCLUDE@