# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # 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.salome-platform.org/ # #============================================================================== # 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 \ SALOME_GenericObj.idl # Executables targets #BIN = SuperVisionExecutor_CheckOfUndefined BIN_SRC = BIN_SERVER_IDL = CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) \ -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS+= -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ -I${KERNEL_ROOT_DIR}/include/salome LDFLAGS+= -export-dynamic -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lSalomeSuperVisionEditor -lOpUtil -lSALOMELocalTrace\ -lc $(QT_MT_LIBS) $(OGL_LIBS) \ -L${KERNEL_ROOT_DIR}/lib/salome #LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS) @CONCLUDE@