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} "
15 # modules with the source in a single sub directory
18 for MODULE in Parser Mac Modules Objects Python
20 Echo "### `Directory`: make {1}"
21 make {1} > makefile.out
26 Echo "### `Directory`: make {1}"
27 make {1} > makefile.out