]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/Supervision/Makefile.in
Salome HOME
*** empty log message ***
[modules/superv.git] / src / Supervision / Makefile.in
index 341019d5622c0a53c54924f2177a5cdd827a77fb..ce0b3aecac4c74ebdec40d063c1d9706d85c42e0 100755 (executable)
@@ -39,6 +39,7 @@ EXPORT_SHAREDPYSCRIPTS = SUPERV_shared_modules.py
 
 EXPORT_HEADERS =  \
          SuperV_Impl.hxx  \
+         StreamGraph_Impl.hxx \
          Graph_Impl.hxx \
          CNode_Impl.hxx \
          FNode_Impl.hxx \
@@ -49,15 +50,19 @@ EXPORT_HEADERS =  \
          SNode_Impl.hxx \
          ESNode_Impl.hxx \
          Link_Impl.hxx \
+         StreamLink_Impl.hxx \
          Value_Impl.hxx \
-         Port_Impl.hxx 
+         Port_Impl.hxx \
+         StreamPort_Impl.hxx 
 #        Input_Impl.hxx \
 
 # Libraries targets
 LIB = libSUPERVEngine.la
 LIB_SRC = Value_Impl.cxx  \
          Port_Impl.cxx \
+         StreamPort_Impl.cxx \
          Link_Impl.cxx \
+         StreamLink_Impl.cxx \
          CNode_Impl.cxx \
          FNode_Impl.cxx \
          INode_Impl.cxx \
@@ -66,6 +71,7 @@ LIB_SRC = Value_Impl.cxx  \
          ELNode_Impl.cxx \
          SNode_Impl.cxx \
          ESNode_Impl.cxx \
+         StreamGraph_Impl.cxx \
          Graph_Impl.cxx \
          SuperV_Impl.cxx 
 #        Input_Impl.cxx \
@@ -83,14 +89,13 @@ BIN_SERVER_IDL =
 
 CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) \
        -I${KERNEL_ROOT_DIR}/include/salome
-#CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wno-deprecated
-#CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall ### mpv: D_DEBUG key must be set only on DEBUG compilation mode
-CXXFLAGS += -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \
+CXXFLAGS += -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \
        -I${KERNEL_ROOT_DIR}/include/salome
 LDFLAGS+= -lSalomeSuperVisionEditor -lSalomeSuperVisionExecutor -lSalomeSuperVisionBase \
        -lSalomeContainer -lSalomeNotification -lSalomeNS -lSalomeLifeCycleCORBA \
        -lOpUtil -lRegistry -lTOOLSDS -lSALOMELocalTrace \
        $(QT_MT_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
+#LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)
 
 @CONCLUDE@