Parent Directory
|
Revision Log
|
Patch
revision 187 by jgs, Mon Nov 21 01:15:26 2005 UTC | revision 192 by jgs, Mon Nov 21 04:52:14 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | libdir = Dir('#lib') | 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"]) | 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' | |
22 | ||
23 | Export(["cc_flags"]) | |
24 | ||
25 | SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) | SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |