Salome HOME
taking into account of the xml file for the component test of ther Corba
[modules/med.git] / src / MedMem / Makefile.in
1 #  MED MedMem : MED idl descriptions implementation based on the classes of MEDMEM
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   : Field_i.hxx
25 #  Author : Marc Tajchman
26 #  Module : MED
27 #  $Header: /export/home/CVS/SALOME_ROOT/MED/src/MedMem/Makefile.in
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome
33
34 MACHINE=PCLINUX
35
36 @COMMENCE@
37
38
39 #EXPORT_PYSCRIPTS = \
40 #  testMed.py
41
42 EXPORT_HEADERS = \
43   convert.hxx \
44   Med_i.hxx \
45   Family_i.hxx \
46   FieldDouble_i.hxx \
47   FieldInt_i.hxx \
48   FieldOf_i.hxx \
49   Field_i.hxx \
50   Group_i.hxx \
51   Mesh_i.hxx \
52   Support_i.hxx 
53
54 # Libraries targets
55
56 LIB=libMEDImpl.la
57 LIB_SRC = Med_i.cxx  Family_i.cxx FieldDouble_i.cxx FieldInt_i.cxx Field_i.cxx Group_i.cxx Mesh_i.cxx Support_i.cxx convert.cxx   
58 LIB_SERVER_IDL = MED.idl 
59 LIB_CLIENT_IDL= SALOME_Component.idl SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Exception.idl
60
61 # Executables targets
62 BIN_SRC = 
63 BIN_SERVER_IDL = 
64 BIN_CLIENT_IDL = 
65
66
67 CPPFLAGS+= $(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
68 CXXFLAGS=-g -D_DEBUG_ -D__x86__ -D__linux__ -I${KERNEL_ROOT_DIR}/include/salome
69 LDFLAGS+=-lmedmem -lOpUtil -L${KERNEL_ROOT_DIR}/lib/salome
70 #LDFLAGS+=-lmedmem  -L. -lSalomeContainer -lSalomeNS -lRegistry -lOpUtil -lSalomeNotification
71 # does we put only -lSalomeContainer and compiler retrieves -lSalomeNS -lRegistry -lOpUtil ????
72
73 MED.hh MEDSK.cc: MED.idl
74         omniidl -bcxx -Wbtp -I$(top_builddir)/idl -I${KERNEL_ROOT_DIR}/idl/salome $^
75
76 @CONCLUDE@