Guido van Rossum | 8ce65b4 | 1994-08-29 08:58:39 +0000 | [diff] [blame] | 1 | Set Defines "-d MPW -d HAVE_CONFIG_H" |
| 2 | Set Includes "-i :: -i ::Include -i ::Mac" |
| 3 | Set SymOptions "-sym off" |
| 4 | Set ModelOptions "-model far" |
| 5 | Set OtherOptions "-warnings off" |
| 6 | Set LinkOptions "{SymOptions} {ModelOptions}" |
| 7 | Set COptions "{OtherOptions} {SymOptions} {ModelOptions} {Defines} {Includes}" |
| 8 | # For compiling code resources; Restrictions apply |
| 9 | Set ResCOptions "{SymOptions} -model near -b {Defines} {Includes} " |
| 10 | |
| 11 | Export ResCOptions |
| 12 | Export COptions |
| 13 | Export LinkOptions |
| 14 | |
| 15 | # modules with the source in a single sub directory |
| 16 | Date |
| 17 | Directory {Python} |
| 18 | for MODULE in Parser Mac Modules Objects Python |
| 19 | Directory :{MODULE}: |
| 20 | Echo "### `Directory`: make {1}" |
| 21 | make {1} > makefile.out |
| 22 | makefile.out |
| 23 | Directory :: |
| 24 | end |
| 25 | |
| 26 | Echo "### `Directory`: make {1}" |
| 27 | make {1} > makefile.out |
| 28 | makefile.out |
| 29 | |