]> SALOME platform Git repositories - modules/multipr.git/blob - src/MULTIPR/Makefile.in
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/multipr.git] / src / MULTIPR / Makefile.in
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # Source path
21
22 top_srcdir=@top_srcdir@
23 top_builddir=../..
24 srcdir=@srcdir@
25 VPATH=.:@srcdir@:@top_srcdir@/idl
26
27 MACHINE=PCLINUX
28
29 @COMMENCE@
30
31 # Libraries targets
32
33 LIB = libMULTIPREngine.la
34
35 LIB_SRC = MULTIPR_i.cxx
36
37 LIB_SERVER_IDL = MULTIPR.idl 
38
39 LIB_CLIENT_IDL = SALOME_Component.idl SALOME_Exception.idl SALOMEDS.idl SALOME_GenericObj.idl Logger.idl 
40
41 EXPORT_HEADERS =
42
43 # additionnal information to compile and link file
44
45 CPPFLAGS += $(KERNEL_CXXFLAGS) $(MED_CXXFLAGS) $(MED2_INCLUDES) $(BOOST_CPPFLAGS) -Wall -pthread  
46
47 LDFLAGS += \
48         $(KERNEL_LDFLAGS) \
49         -lSalomeContainer \
50         -lSalomeGenericObj \
51         -lOpUtil \
52         -lTOOLSDS \
53         -lSALOMELocalTrace \
54         $(MED2_LIBS) $(MED_LDFLAGS) \
55         $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \
56         -lmedsplitter \
57         -lmedmem \
58         -lmed_V2_1 \
59         -lMULTIPR_API
60
61 # Executables targets
62
63 @CONCLUDE@