Salome HOME
Committing of a more precise README file in the Med Memory V3_2_0.
[modules/med.git] / src / MedClient / test / environ / Makefile.in
1 #  MED MedClient : tool to transfer MED CORBA from server producer of MED object to a client using those MED object
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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Nadir BOUHAMOU (CEA/DEN/DM2S/SFME/LGLS)
26 #  Module : MED
27 # source path
28 top_srcdir=@top_srcdir@
29 top_builddir=../../../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@
32
33 BIN=    runEnvironTests 
34
35 all:
36         $(MAKE) inc
37         $(MAKE) depend_idl
38         $(MAKE) depend
39         $(MAKE) lib
40         $(MAKE) bin
41         $(MAKE) resources
42
43 depend depend_idl clean_dep lib idl resources:
44
45 inc: ${BIN} Makefile 
46
47
48 bin:
49         chmod u+x ${BIN}
50         cp -f runTestMedCorba ${top_builddir}/bin
51         chmod +x ${top_builddir}/bin/runTestMedCorba
52         chmod +x runContainer stopContainer runEnvironTests
53         chmod +x csh/*
54
55 install:
56         mkdir -p @prefix@/Tests/environ
57         cp -rf ${BIN} csh @prefix@/Tests/environ
58         cd @prefix@/Tests/environ ; chmod u+x ${BIN}
59         cp -f ${top_builddir}/bin/runTestMedCorba @prefix@/bin
60         chmod +x @prefix@/bin/runTestMedCorba
61
62 ./%: @srcdir@/%.in
63         cd $(top_builddir) ; \
64         ./config.status 
65
66 $(top_builddir)/config.status: $(top_srcdir)/configure
67         cd $(top_builddir) ; ./config.status --recheck
68
69 clean:
70         \rm -f dummy *~ */*~
71
72 cleandep:
73