/[escript]/trunk/finley/py_src/SConscript
ViewVC logotype

Annotation of /trunk/finley/py_src/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1811 - (hide annotations)
Thu Sep 25 23:11:13 2008 UTC (14 years, 5 months ago) by ksteube
File size: 793 byte(s)
Copyright updated in all files

1 ksteube 1811
2     ########################################################
3 ksteube 1705 #
4 ksteube 1811 # Copyright (c) 2003-2008 by University of Queensland
5     # Earth Systems Science Computational Center (ESSCC)
6     # http://www.uq.edu.au/esscc
7 ksteube 1705 #
8 ksteube 1811 # 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 ksteube 1705 #
12 ksteube 1811 ########################################################
13 ksteube 1705
14 ksteube 1811
15 ksteube 1705 import os
16 jgs 268 Import('*')
17    
18 ksteube 1705 local_env = clone_env(env)
19 jgs 268
20 robwdcock 682 src_dir = local_env.Dir('.').srcnode().abspath
21 jgs 268
22 robwdcock 682 filenames = os.listdir(src_dir)
23     python_src = [x for x in filenames if os.path.splitext(x)[1] in ['.py']]
24 jgs 268
25 robwdcock 682 pyc = local_env.PyCompile(python_src)
26 jgs 268
27 robwdcock 682 local_env.Depends(pyc, dep_lib)
28 gross 700
29 ksteube 1705 tmp1 = local_env.Install(local_env['pyinstall']+'/finley', pyc)
30     env.Alias('target_install_finley_py', [tmp1])
31 ksteube 1312

  ViewVC Help
Powered by ViewVC 1.1.26