Salome HOME
update after merging trhe branches CEA_V3_0_x, OCC_V3_1_0_a1_x, and the main
[modules/med.git] / src / MED_SWIG / Makefile.in
1 #  MED MED_SWIG : binding of C++ implementaion with Python
2 #
3 #  Copyright (C) 2003  OPEN CASCADE
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Nicolas REJNERI
25 #  Module : MED
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl
32
33
34 @COMMENCE@
35
36 EXPORT_SHAREDPYSCRIPTS=\
37                  MED_shared_modules.py
38
39 @CONCLUDE@