Parent Directory
|
Revision Log
push platform dependent compiler flags and include directories up to library level scons files - these will eventually be brought in from external config files
1 | jgs | 190 | esysroot = None |
2 | |||
3 | Import('*') | ||
4 | |||
5 | if esysroot == None: | ||
6 | esysroot = Dir('#../..') | ||
7 | Export(["esysroot"]) | ||
8 | |||
9 | libdir = Dir(str(esysroot) + '/tools/mmio/lib') | ||
10 | jgs | 179 | Export(["libdir"]) |
11 | |||
12 | jgs | 191 | cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
13 | |||
14 | Export(["cc_flags"]) | ||
15 | |||
16 | jgs | 179 | SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |