Salome HOME
SMH: 3.0.0 preparation = merged version (POLYWORK + RTVDEBUG01) + adopation for new GUI
[modules/superv.git] / src / GraphBase / Makefile.in
index 17aec826f96f1732028256044045f72efb73b7ac..208f1614192d4a570cbbc7180a05f002f9eb91ea 100644 (file)
@@ -40,9 +40,12 @@ EXPORT_HEADERS = \
                DataFlowBase_Port.hxx \
                DataFlowBase_DataPort.hxx \
                DataFlowBase_InPort.hxx \
+               DataFlowBase_InDataStreamPort.hxx \
                DataFlowBase_OutPort.hxx \
+               DataFlowBase_OutDataStreamPort.hxx \
                DataFlowBase_Service.hxx \
                DataFlowBase_PortsOfNode.hxx \
+               DataFlowBase_StreamNode.hxx \
                DataFlowBase_ComputingNode.hxx \
                DataFlowBase_FactoryNode.hxx \
                DataFlowBase_InLineNode.hxx \
@@ -53,7 +56,8 @@ EXPORT_HEADERS = \
                DataFlowBase_EndOfSwitchNode.hxx \
                DataFlowBase_DataNode.hxx \
                DataFlowBase_XmlHandler.hxx \
-               DataFlowBase_Graph.hxx
+               DataFlowBase_Graph.hxx \
+               DataFlowBase_StreamGraph.hxx
 
 # Libraries targets
 LIB = libSalomeSuperVisionBase.la
@@ -62,9 +66,12 @@ LIB_SRC = \
        DataFlowBase_Port.cxx \
        DataFlowBase_DataPort.cxx \
        DataFlowBase_InPort.cxx \
+       DataFlowBase_InDataStreamPort.cxx \
        DataFlowBase_OutPort.cxx \
+       DataFlowBase_OutDataStreamPort.cxx \
        DataFlowBase_Service.cxx \
        DataFlowBase_PortsOfNode.cxx \
+       DataFlowBase_StreamNode.cxx \
        DataFlowBase_ComputingNode.cxx \
        DataFlowBase_FactoryNode.cxx \
        DataFlowBase_InLineNode.cxx \
@@ -76,7 +83,8 @@ LIB_SRC = \
        DataFlowBase_DataNode.cxx \
        DataFlowBase_XmlHandler.cxx \
        DataFlowBase_LoadXml.cxx \
-       DataFlowBase_Graph.cxx 
+       DataFlowBase_Graph.cxx \
+       DataFlowBase_StreamGraph.cxx
 
 LIB_CLIENT_IDL = Logger.idl \
                 SALOME_ModuleCatalog.idl \
@@ -84,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 = 
@@ -92,12 +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
-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
-#LDFLAGS= -L../../../lib $(CORBA_LIBS) -lomniORB4 -lomniDynamic4 -lomnithread -lCOS4 -lCOSDynamic4 -lSalomeNS -lSalomeLifeCycleCORBA -lOpUtil -lSalomeLoggerServer -lc $(QT_MT_LIBS)
+LDFLAGSFORBIN=$(LDFLAGS) -lSalomeContainer -lSalomeResourcesManager -lRegistry -lSalomeNotification -lSALOMETraceCollector
+//LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)
 
 @CONCLUDE@