#============================================================================== # File : Makefile.in # Created : aug 21 2001 # Author : , CEA # Project : SALOME # Copyright : CEA 2001 # $Header: #============================================================================== # source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl @COMMENCE@ EXPORT_HEADERS = \ DataFlowExecutor_FiniteStateMachine.hxx \ DataFlowExecutor_InNode.hxx \ DataFlowExecutor_OutNode.hxx \ DataFlowExecutor_DataFlow.hxx \ DataFlowExecutor_DataFlow.lxx # Libraries targets LIB = libSalomeSuperVisionExecutor.la LIB_SRC = \ DataFlowExecutor_FiniteStateMachine.cxx \ DataFlowExecutor_PyDynInvoke.cxx \ DataFlowExecutor_DynInvoke.cxx \ DataFlowExecutor_InNodeThreads.cxx \ DataFlowExecutor_InNode.cxx \ DataFlowExecutor_OutNode.cxx \ DataFlowExecutor_DataFlow.cxx LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ SALOME_Exception.idl # Executables targets #BIN = SuperVisionExecutor_CheckOfUndefined BIN_SRC = 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 -I${KERNEL_ROOT_DIR}/include/salome #LDFLAGS+= -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lOpUtil -lSalomeLoggerServer -lc $(PYTHON_LIBS) $(QT_MT_LIBS) $(OGL_LIBS) LDFLAGS+= -export-dynamic -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lOpUtil -lSalomeLoggerServer -lc $(QT_MT_LIBS) $(OGL_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome @CONCLUDE@