/[escript]/trunk/paso/SConstruct
ViewVC logotype

Contents of /trunk/paso/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 199 - (show annotations)
Tue Nov 22 04:57:00 2005 UTC (17 years, 4 months ago) by jgs
File size: 593 byte(s)
pass in static archiver flags 

1 esysroot = None
2 libinstall = None
3
4 Import('*')
5
6 if esysroot == None:
7 esysroot = Dir('#..')
8 Export(["esysroot"])
9
10 Export(["libinstall"])
11
12 libdir = Dir(str(esysroot) + '/paso/lib')
13 Export(["libdir"])
14
15 python_path = '/raid2/tools/python-2.3.4/include/python2.3'
16 boost_path = '/raid2/tools/boost/include/boost-1_31'
17
18 Export(["python_path"])
19 Export(["boost_path"])
20
21 cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -c -fpic -w1 -DSCSL'
22
23 Export(["cc_flags"])
24
25 ar_flags = 'crus'
26
27 Export(["ar_flags"])
28
29 SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26