/[ascend]/trunk/models/SConscript
ViewVC logotype

Contents of /trunk/models/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 449 - (show annotations) (download)
Wed Apr 5 01:32:45 2006 UTC (18 years, 8 months ago) by johnpye
File size: 326 byte(s)
Adding 'models' directory to SCons install
1 Import('env')
2
3 import glob
4
5 a4c = glob.glob("*.a4c")
6 a4s = glob.glob("*.a4s")
7
8 env.Install(env['INSTALL_ROOT']+env['INSTALL_DATA']+"/ascend/models",a4c+a4s)
9
10 subdirs = ['johnpye']
11
12 for subdir in subdirs:
13 files = glob.glob("johnpye/*.a4c")
14
15 env.Install(env['INSTALL_ROOT']+env['INSTALL_DATA']+"/ascend/models/"+subdir,files)

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22