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. |
62 |
{ SubInclude TOP linpack ; } |
{ SubInclude TOP linpack ; } |
63 |
if $(BUILD_LSODE) != FALSE |
if $(BUILD_LSODE) != FALSE |
64 |
{ SubInclude TOP lsod ; } |
{ SubInclude TOP lsod ; } |
65 |
SubInclude TOP tcltk98 generic ; |
SubInclude TOP tcltk generic ; |