]> SALOME platform Git repositories - modules/kernel.git/blob - src/MEDWrapper/Base/Makefile.in
Salome HOME
PR: merge from tag mergeto_trunk_18Jan05
[modules/kernel.git] / src / MEDWrapper / Base / Makefile.in
1 #  
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : 
25 #  Author : 
26 #  Module : 
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl
33
34
35 @COMMENCE@
36
37 EXPORT_HEADERS = \
38         MED_Common.hxx \
39         MED_Wrapper.hxx \
40         MED_TWrapper.hxx \
41         MED_Structures.hxx \
42         MED_TStructures.hxx \
43         MED_Algorithm.hxx \
44         MED_Utilities.hxx
45
46 # Libraries targets
47
48 LIB = libMEDWrapperBase.la
49 LIB_SRC = MED_Wrapper.cxx MED_Algorithm.cxx MED_Utilities.cxx
50
51 # Executables targets
52 BIN = 
53 BIN_SRC = 
54
55 CPPFLAGS+= $(BOOST_CPPFLAGS) $(HDF5_INCLUDES)
56
57 LDFLAGS+=
58
59 @CONCLUDE@