X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FTOOLSGUI%2FMakefile.in;h=bec8e5a2b12e4977624521edfa95215f5e8e2fea;hb=da1f47b34cbb3bc5b2cff58f1091e74a696b406c;hp=eb2d6e7bf42e75ab65e374f231df3b91e13fc07f;hpb=23ebf0a544d3a68ec53046334a46bb977878d3a3;p=modules%2Fgui.git diff --git a/src/TOOLSGUI/Makefile.in b/src/TOOLSGUI/Makefile.in index eb2d6e7bf..bec8e5a2b 100755 --- a/src/TOOLSGUI/Makefile.in +++ b/src/TOOLSGUI/Makefile.in @@ -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 # # # @@ -35,7 +35,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:@srcdir@/resources @COMMENCE@ # header files -EXPORT_HEADERS = ToolsGUI_RegWidget.h \ +EXPORT_HEADERS = ToolsGUI.h \ + ToolsGUI_RegWidget.h \ ToolsGUI_CatalogGeneratorDlg.h # .po files to transform in .qm @@ -48,17 +49,18 @@ LIB = libToolsGUI.la LIB_SRC = ToolsGUI_CatalogGeneratorDlg.cxx \ ToolsGUI_HelpWindow.cxx \ ToolsGUI_RegWidget.cxx \ - ToolsGUI_IntervalWindow.cxx + ToolsGUI_IntervalWindow.cxx \ + ToolsGUI.cxx LIB_MOC = ToolsGUI_CatalogGeneratorDlg.h \ ToolsGUI_RegWidget.h -LIB_CLIENT_IDL = SALOME_Registry.idl +LIB_CLIENT_IDL = SALOME_Registry.idl SALOME_Exception.idl -CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome -CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome +CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) +CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) -LDFLAGS += $(QT_MT_LIBS) -lsuit $(CAS_LDPATH) -lTKernel -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeNS -lOpUtil +LDFLAGS += $(QT_MT_LIBS) -lsuit $(CAS_KERNEL) $(KERNEL_LDFLAGS) -lSalomeNS -lOpUtil @CONCLUDE@