Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / Session / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : mar jui  3 12:59:20 CEST 2001
4 #  Author    : Paul RASCLE, EDF
5 #  Project   : SALOME
6 #  Copyright : EDF 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= SALOME_Session_i.hxx
20 LIB_MOC = \
21                   InquireServersQThread.h 
22
23 # Libraries targets
24 LIB = libSalomeSession.la
25 LIB_SRC=\
26         InquireServersQThread.cxx \
27         SALOME_Session_QThread.cxx \
28         SALOME_Session_i.cxx
29
30 # Executables targets
31 BIN = SALOME_Session_Server SALOME_Session_loader
32 BIN_SRC = 
33 #***#BIN_SERVER_IDL = SALOME_Session.idl VISU_Gen.idl MED.idl
34 BIN_SERVER_IDL = SALOME_Session.idl
35 #***#BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Component.idl SALOME_Exception.idl VISU_Gen.idl
36 BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Component.idl SALOME_Exception.idl
37
38 CPPFLAGS+=$(QT_MT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES)
39 CXXFLAGS+=$(OCC_CXXFLAGS)
40 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) -lSalomeNS -lSalomeGUI -lSalomeObject -lSalomeLifeCycleCORBA -lqsplitterP -lOpUtil -lSalomeLoggerServer -lPlot2d
41
42
43 @CONCLUDE@
44