wedge/MakeFile

36 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

MpwToolLibs68k = <20>
"{Libraries}Stubs.o" <09>
"{CLibraries}StdCLib.o" <09>
"{Libraries}MacRuntime.o" <09>
"{Libraries}IntEnv.o" <09>
"{Libraries}Interface.o" <09>
SiowLibsPPC = <20>
"{PPCLibraries}PPCSIOW.o" <09>
"{PPCLibraries}MrCPlusLib.o" <09>
"{SharedLibraries}InterfaceLib" <09>
"{SharedLibraries}StdCLib" <09>
"{SharedLibraries}MathLib" <09>
"{PPCLibraries}PPCCRuntime.o" <09>
2017-11-21 04:25:06 +00:00
PPCCOptions = -w 2
IM = :Intermediates:
Apps = :Apps:
{IM} <09> :
{IM}RomWedge.x <09> {IM}WedgeStub.s.x {IM}WedgeLibC.c.x {IM}Wedge.c.x
PPCLink -outputformat xcoff -codeorder source -roistext on -o {Targ} {Deps}
{IM}Linker <09> {IM}Linker.c.o
ILink -d -t 'MPST' -c 'MPS ' -o {Targ} {MpwToolLibs68k} {Deps}
{Apps}TestWedge <09> {IM}WedgeTool.c.x {IM}Wedge.c.x
PPCLink -d -t 'APPL' -c 'siow' -o {Targ} {Deps} {SiowLibsPPC}
Rez -a "{RIncludes}SIOW.r" -d DEFAULT_SAVE_PREF=1 -o {Targ}
{Apps}WedgeLogReader <09> {IM}WedgeLogReader.c.x
PPCLink -d -t 'APPL' -c 'siow' -o {Targ} {Deps} {SiowLibsPPC}
Rez -a "{RIncludes}SIOW.r" -d DEFAULT_SAVE_PREF=1 -o {Targ}