1 # Define MPW MAC specific macros.
2 # Assumes CodeWarrior for Mac 5.0 C, change as needed.
8 TMPDIR
*:= $(TempFolder
)
10 # import library definitions
11 .IMPORT .IGNORE
: CLibraries Libraries
13 # Set arguments for the SHELL. Since we can't execute sub-processes,
14 # these variables are not important, except for some makefiles that check
15 # for some values to determine the platform.
16 SHELL
*:= "{MPW}MPW Shell"
21 # Define toolkit macros
33 LDLIBS
*= "{SharedLibraries}StdCLib" "{SharedLibraries}InterfaceLib" \
34 "{PPCLibraries}StdCRuntime.o" "{PPCLibraries}PPCCRuntime.o" \
35 "{Libraries}MathLib.o" "{PPCLibraries}PPCToolLibs.o"
37 # Disable the print command
40 # Make certain to disable defining how to make executables.