Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[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
21 # Libraries targets
22 LIB = libSalomeSession.la
23 LIB_SRC=\
24         SALOME_Session_QThread.cxx \
25         SALOME_Session_i.cxx
26
27 # Executables targets
28 BIN = SALOME_Session_Server
29 BIN_SRC = 
30 #***#BIN_SERVER_IDL = SALOME_Session.idl VISU_Gen.idl MED.idl
31 BIN_SERVER_IDL = SALOME_Session.idl
32 #***#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
33 BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl
34
35 CPPFLAGS+=$(QT_MT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES)
36 CXXFLAGS+=$(OCC_CXXFLAGS)
37 LDFLAGS+=$(QT_MT_LIBS) -lSalomeNS -lSalomeGUI -lSalomeObject -lSalomeLifeCycleCORBA -lqsplitterP -lOpUtil -lSalomeLoggerServer
38
39
40 @CONCLUDE@
41