Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / Communication / Makefile.in
1
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 EXPORT_PYSCRIPTS = 
11
12 EXPORT_HEADERS = \
13         ReceiverFactory.hxx \
14         SenderFactory.hxx \
15         SALOMEMultiComm.hxx \
16         MultiCommException.hxx
17 # Libraries targets
18
19 LIB = libSalomeCommunication.la 
20 LIB_SRC = SALOME_Comm_i.cxx  SenderFactory.cxx Receiver.cxx MultiCommException.cxx SALOMEMultiComm.cxx ReceiverFactory.cxx
21 LIB_SERVER_IDL = SALOME_Comm.idl SALOME_Exception.idl
22
23 # Executables targets
24 BIN = 
25 BIN_SRC =
26 BIN_SERVER_IDL = 
27
28 CPPFLAGS+= $(PYTHON_INCLUDES)  $(MPI_INCLUDES) 
29
30 LDFLAGS+= -lOpUtil -lSALOMELocalTrace
31
32 LIBS += -Xlinker -export-dynamic $(PYTHON_LIBS) $(MPI_LIBS)
33
34 @CONCLUDE@