25 |
# UNDER CONSTRUCTION |
# UNDER CONSTRUCTION |
26 |
# |
# |
27 |
# This Jamfile builds ASCEND. This includes the base, blas, |
# This Jamfile builds ASCEND. This includes the base, blas, |
28 |
# linpack, lsod, and tcltk98 static libraries, the tcltk98 |
# linpack, lsod, and tcltk static libraries, the tcltk |
29 |
# executable, and a prototype regression test suite. |
# executable, and a prototype regression test suite. |
30 |
# |
# |
31 |
# This file is part of the ASCEND jam build system rooted at ../../jam. |
# This file is part of the ASCEND jam build system rooted at ../../jam. |
56 |
} |
} |
57 |
|
|
58 |
SubInclude TOP base generic ; |
SubInclude TOP base generic ; |
59 |
SubInclude TOP blas ; |
if $(BUILD_BLAS) != FALSE |
60 |
SubInclude TOP linpack ; |
{ SubInclude TOP blas ; } |
61 |
SubInclude TOP lsod ; |
if $(BUILD_LPAK) != FALSE |
62 |
SubInclude TOP tcltk98 generic ; |
{ SubInclude TOP linpack ; } |
63 |
|
if $(BUILD_LSODE) != FALSE |
64 |
|
{ SubInclude TOP lsod ; } |
65 |
|
SubInclude TOP tcltk generic ; |