26 |
|
|
27 |
# locations of include files for python |
# locations of include files for python |
28 |
python_path = Dir('/usr/include') |
python_path = Dir('/usr/include') |
29 |
python_lib_path =Dir('/usr/lib') |
python_lib_path = Dir('/usr/lib') |
30 |
python_lib = Library('python2.3') |
python_lib = Library('python2.3') |
31 |
|
|
32 |
# locations of libraries for boost |
# locations of libraries for boost |
33 |
boost_path =Dir('/usr/include') |
boost_path = Dir('/usr/include') |
34 |
boost_lib_path =Dir('/usr/lib') |
boost_lib_path = Dir('/usr/lib') |
35 |
boost_lib = Library('boost_python') |
boost_lib = Library('boost_python') |
36 |
|
|
37 |
|
# locations of doc building executables |
38 |
|
doxygen_path = '' |
39 |
|
epydoc_path = '' |
40 |
|
epydoc_pythonpath = '' |
41 |
|
|
42 |
# names of c and c++ compilers to use |
# names of c and c++ compilers to use |
43 |
cc = 'gcc' |
cc = 'gcc' |
44 |
cxx = 'g++' |
cxx = 'g++' |