Salome HOME
PR: force the transformation of message argument into string
[modules/kernel.git] / src / Utils / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : mar jui  3 12:12:54 CEST 2001
4 #  Author    : Marc Tajchman (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 # header files  
20 EXPORT_HEADERS= \
21         utilities.h \
22         OpUtil.hxx \
23         Utils_CorbaException.hxx \
24         Utils_CommException.hxx \
25         Utils_SALOME_Exception.hxx \
26         Utils_ORB_INIT.hxx \
27         Utils_Identity.hxx \
28         Utils_SINGLETON.hxx \
29         Utils_DESTRUCTEUR_GENERIQUE.hxx
30
31 EXPORT_PYSCRIPTS = Utils_Identity.py SALOME_utilities.py
32 # Libraries targets
33
34 BIN_CLIENT_IDL = 
35
36 LIB = libOpUtil.la 
37 LIB_SRC = OpUtil.cxx duplicate.cxx \
38         Utils_CommException.cxx \
39         Utils_SALOME_Exception.cxx \
40         Utils_Identity.cxx Utils_ORB_INIT.cxx \
41         Utils_DESTRUCTEUR_GENERIQUE.cxx
42
43 LDFLAGS+= -lSalomeLoggerServer
44
45 @CONCLUDE@
46
47