Salome HOME
DCQ:prepare 2.0.0
[modules/superv.git] / src / GraphExecutor / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : aug 21 2001
4 #  Author    : , CEA
5 #  Project   : SALOME
6 #  Copyright : CEA 2001
7 #  $Header: 
8 #==============================================================================
9
10 # source path
11 top_srcdir=@top_srcdir@
12 top_builddir=../..
13 srcdir=@srcdir@
14 VPATH=.:@srcdir@:@top_srcdir@/idl
15
16
17 @COMMENCE@
18
19 EXPORT_HEADERS = \
20                 DataFlowExecutor_FiniteStateMachine.hxx \
21                 DataFlowExecutor_InNode.hxx \
22                 DataFlowExecutor_OutNode.hxx \
23                 DataFlowExecutor_DataFlow.hxx \
24                 DataFlowExecutor_DataFlow.lxx
25
26 # Libraries targets
27 LIB = libSalomeSuperVisionExecutor.la
28 LIB_SRC = \
29         DataFlowExecutor_FiniteStateMachine.cxx \
30         DataFlowExecutor_PyDynInvoke.cxx \
31         DataFlowExecutor_DynInvoke.cxx \
32         DataFlowExecutor_InNodeThreads.cxx \
33         DataFlowExecutor_InNode.cxx \
34         DataFlowExecutor_OutNode.cxx \
35         DataFlowExecutor_DataFlow.cxx
36
37 LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \
38                   SALOME_Component.idl \
39                   SALOMEDS.idl \
40                   SUPERV.idl  \
41                   SALOME_Exception.idl
42
43 # Executables targets
44 #BIN = SuperVisionExecutor_CheckOfUndefined
45 BIN_SRC = 
46 BIN_SERVER_IDL = 
47
48 CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \
49         -I${KERNEL_ROOT_DIR}/include/salome
50 CXXFLAGS+= -g -D_DEBUG_ -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \
51         -I${KERNEL_ROOT_DIR}/include/salome
52 LDFLAGS+= -export-dynamic -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeSuperVisionBase -lOpUtil -lSALOMELocalTrace \
53         -lc $(QT_MT_LIBS) $(OGL_LIBS) \
54         -L${KERNEL_ROOT_DIR}/lib/salome
55 #LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)
56
57
58 @CONCLUDE@
59
60