22 |
../blas/Jamfile - builds the blas library |
../blas/Jamfile - builds the blas library |
23 |
../linpack/Jamfile - builds the linpack library |
../linpack/Jamfile - builds the linpack library |
24 |
../lsod/Jamfile - builds the LSODE library |
../lsod/Jamfile - builds the LSODE library |
25 |
../tcltk98/generic/Jamfile - builds the tcltk98 executable |
../tcltk/generic/Jamfile - builds the tcltk executable |
26 |
../tcltk98/generic/Jamrules_tcltk98.in |
../tcltk/generic/Jamrules_tcltk.in |
27 |
- configuration & custom build rules used |
- configuration & custom build rules used |
28 |
build the tcltk98 executable |
build the tcltk executable |
29 |
|
|
30 |
|
|
31 |
The ASCEND jam build system intends to support building under Windows |
The ASCEND jam build system intends to support building under Windows |
36 |
results using your default Jambase, use of ftjam is recommended and |
results using your default Jambase, use of ftjam is recommended and |
37 |
probably required. |
probably required. |
38 |
|
|
39 |
Automatic processing of Jamrules.in and ../tcltk98/generic/Jamrules_tcltk98.in |
Automatic processing of Jamrules.in and ../tcltk/generic/Jamrules_tcltk.in |
40 |
by configure has now been implemented for systems supporting autoconf. |
by configure has now been implemented for systems supporting autoconf. |
41 |
Configure should automatically set most necessary build options, although |
Configure should automatically set most necessary build options, although |
42 |
some manual tweaking may still be necessary. The configure.in file is |
some manual tweaking may still be necessary. The configure.in file is |
66 |
(b) If NOT using autoconf, manually copy the following files: |
(b) If NOT using autoconf, manually copy the following files: |
67 |
|
|
68 |
- ./Jamrules.in --> ./Jamrules |
- ./Jamrules.in --> ./Jamrules |
69 |
- ../tcltk98/generic/Jamrules_tcltk98.in --> |
- ../tcltk/generic/Jamrules_tcltk.in --> |
70 |
../tcltk98/generic/Jamrules_tcltk98 |
../tcltk/generic/Jamrules_tcltk |
71 |
|
|
72 |
3. If necessary or desired, manually edit the generated ./Jamrules and |
3. If necessary or desired, manually edit the generated ./Jamrules and |
73 |
../tcltk98/generic/Jamrules_tcltk98 files to set configuration and local |
../tcltk/generic/Jamrules_tcltk files to set configuration and local |
74 |
directory options. These settings are used by all the Jamfiles |
directory options. These settings are used by all the Jamfiles |
75 |
in the ASCEND source tree. |
in the ASCEND source tree. |
76 |
|
|