X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphBase%2FMakefile.in;h=208f1614192d4a570cbbc7180a05f002f9eb91ea;hb=787989820026cbd647c7bdb7159beed8e12e4944;hp=ba027982782ecb6b3341e42b1e8a75e0d59581b1;hpb=bae06cd3bdae2ac2acb878e96689b2ea283aad23;p=modules%2Fsuperv.git diff --git a/src/GraphBase/Makefile.in b/src/GraphBase/Makefile.in index ba02798..208f161 100644 --- a/src/GraphBase/Makefile.in +++ b/src/GraphBase/Makefile.in @@ -56,8 +56,8 @@ EXPORT_HEADERS = \ DataFlowBase_EndOfSwitchNode.hxx \ DataFlowBase_DataNode.hxx \ DataFlowBase_XmlHandler.hxx \ - DataFlowBase_StreamGraph.hxx \ - DataFlowBase_Graph.hxx + DataFlowBase_Graph.hxx \ + DataFlowBase_StreamGraph.hxx # Libraries targets LIB = libSalomeSuperVisionBase.la @@ -83,8 +83,8 @@ LIB_SRC = \ DataFlowBase_DataNode.cxx \ DataFlowBase_XmlHandler.cxx \ DataFlowBase_LoadXml.cxx \ - DataFlowBase_StreamGraph.cxx \ - DataFlowBase_Graph.cxx + DataFlowBase_Graph.cxx \ + DataFlowBase_StreamGraph.cxx LIB_CLIENT_IDL = Logger.idl \ SALOME_ModuleCatalog.idl \ @@ -92,7 +92,8 @@ LIB_CLIENT_IDL = Logger.idl \ SALOMEDS.idl \ SUPERV.idl \ SALOMEDS_Attributes.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets BIN = SuperVisionBase_CheckOfUndefined BIN_SRC = @@ -100,11 +101,12 @@ BIN_SERVER_IDL = CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \ -I${KERNEL_ROOT_DIR}/include/salome -CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ +CXXFLAGS+= -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ -I${KERNEL_ROOT_DIR}/include/salome LDFLAGS= -L../../lib/salome $(CORBA_LIBS) -lSalomeNS -lSalomeLifeCycleCORBA -lOpUtil -lSALOMELocalTrace \ -lc $(PYTHON_LIBS) $(QT_MT_LIBS) $(OGL_LIBS) \ -L${KERNEL_ROOT_DIR}/lib/salome +LDFLAGSFORBIN=$(LDFLAGS) -lSalomeContainer -lSalomeResourcesManager -lRegistry -lSalomeNotification -lSALOMETraceCollector //LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS) @CONCLUDE@