#============================================================================== # File : Makefile.in # Created : mar jui 3 12:12:54 CEST 2001 # Author : Marc Tajchman (CEA) # Project : SALOME # Copyright : CEA 2001 # $Header$ #============================================================================== # source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl @COMMENCE@ # header files EXPORT_HEADERS= \ utilities.h \ OpUtil.hxx \ Utils_CorbaException.hxx \ Utils_CommException.hxx \ Utils_SALOME_Exception.hxx \ Utils_ORB_INIT.hxx \ Utils_Identity.hxx \ Utils_SINGLETON.hxx \ Utils_DESTRUCTEUR_GENERIQUE.hxx EXPORT_PYSCRIPTS = Utils_Identity.py SALOME_utilities.py # Libraries targets BIN_CLIENT_IDL = LIB = libOpUtil.la LIB_SRC = OpUtil.cxx duplicate.cxx \ Utils_CommException.cxx \ Utils_SALOME_Exception.cxx \ Utils_Identity.cxx Utils_ORB_INIT.cxx \ Utils_DESTRUCTEUR_GENERIQUE.cxx LDFLAGS+= -lSalomeLoggerServer @CONCLUDE@