update dev300-m58
[ooovba.git] / dmake / startup / mac / macros.mk
blobca161a8baa5c3404483efe82d4110f14a0f9fc8f
1 # Define MPW MAC specific macros.
2 # Assumes CodeWarrior for Mac 5.0 C, change as needed.
5 A *:= .lib
6 S *:= .s
7 V *:= v
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"
17 SHELLFLAGS *:=
18 GROUPFLAGS *:=
19 SHELLMETAS *:=
21 # Define toolkit macros
22 CC *:= MWCPPC
23 AS *:= PPCAsm
24 LD *:= MWLinkPPC
25 AR *:=
26 ARFLAGS *:=
27 RM *:= delete
28 RMFLAGS *:=
29 MV *:= rename
30 YTAB *:=
31 LEXYY *:=
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
38 PRINT *=
40 # Make certain to disable defining how to make executables.
41 __.EXECS !:=