/[escript]/branches/arrexp_2137_win_merge/scripts/SConscript
ViewVC logotype

Contents of /branches/arrexp_2137_win_merge/scripts/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2213 - (show annotations)
Wed Jan 14 00:23:39 2009 UTC (14 years, 2 months ago) by jfenwick
File size: 844 byte(s)
In preparation for merging to trunk

1
2 ########################################################
3 #
4 # Copyright (c) 2003-2008 by University of Queensland
5 # Earth Systems Science Computational Center (ESSCC)
6 # http://www.uq.edu.au/esscc
7 #
8 # Primary Business: Queensland, Australia
9 # Licensed under the Open Software License version 3.0
10 # http://www.opensource.org/licenses/osl-3.0.php
11 #
12 ########################################################
13
14
15 import os
16 Import('*')
17
18 local_env = clone_env(env)
19
20 script_dir = Dir('#.').abspath + '/scripts/'
21
22 wrapper = local_env.Command('finleypython', 'finley_wrapper_template', [
23 '/bin/sh ' + script_dir + 'finley_wrapper_writer.sh < $SOURCE > $TARGET',
24 Chmod('$TARGET', 0755),
25 ])
26 local_env.Alias('target_finley_wrapper', wrapper)
27
28 tmp1 = local_env.Install(local_env['bininstall'], wrapper)
29 local_env.Alias('target_install_finley_wrapper', tmp1)
30

  ViewVC Help
Powered by ViewVC 1.1.26