]> SALOME platform Git repositories - modules/kernel.git/blob - src/Loader/Makefile.in
Salome HOME
ec05f0465c4881d8dc6245ccf40db6709abcc05e
[modules/kernel.git] / src / Loader / 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 # Executables targets
20 BIN = SALOME_Session_Loader
21
22 BIN_MOC = InquireServersQThread.h
23 BIN_SRC = InquireServersQThread.cxx
24
25 BIN_CLIENT_IDL = SALOME_Session.idl \
26                  SALOMEDS.idl \
27                  SALOMEDS_Attributes.idl \
28                  SALOME_Component.idl \
29                  SALOME_ModuleCatalog.idl \
30                  SALOME_Registry.idl \
31                  SALOME_Exception.idl 
32
33
34 CPPFLAGS+=$(QT_MT_INCLUDES)
35 CXXFLAGS+=$(OCC_CXXFLAGS)
36 LDFLAGS+=$(QT_MT_LIBS) -lSalomeNS -lOpUtil -lSalomeLoggerServer
37
38
39 @CONCLUDE@
40