Salome HOME
NRI : Add Loader.
[modules/kernel.git] / src / Container / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : mar jui  3 12:58:13 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_PYSCRIPTS = SALOME_ComponentPy.py SALOME_ContainerPy.py
20
21 EXPORT_HEADERS = \
22         SALOME_Component_i.hxx \
23         SALOME_Container_i.hxx
24
25 # Libraries targets
26
27 LIB = libSalomeContainer.la 
28 LIB_SRC = Component_i.cxx  Container_i.cxx
29 LIB_SERVER_IDL = SALOME_Registry.idl SALOME_Component.idl
30
31 # Executables targets
32 BIN = SALOME_Container
33 BIN_SRC =
34 BIN_SERVER_IDL = SALOME_Component.idl
35
36 CPPFLAGS+= $(PYTHON_INCLUDES) -I../Logger
37
38 LDFLAGS+= -lSalomeNS -lRegistry -lOpUtil -lSalomeNotification -lSalomeLoggerServer
39
40 LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS)
41
42 @CONCLUDE@