mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-25 09:30:50 +00:00
334 lines
12 KiB
Makefile
334 lines
12 KiB
Makefile
#
|
|
# File: PPC.make
|
|
#
|
|
# Contains: Makefile to build the PPC manager.
|
|
#
|
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|
#
|
|
# Copyright: © 1992 by Apple Computer, Inc. All rights reserved.
|
|
#
|
|
# Change History (most recent first):
|
|
#
|
|
# <SM3> 12/2/92 kc Added " || Exit 1" to commands with a double dependency.
|
|
# <SM2> 11/30/92 SWC Changed ATalkEqu.a->AppleTalk.a.
|
|
|
|
|
|
PPCObjects = "{ObjDir}PPCInstall.a.o" ∂
|
|
"{ObjDir}PPCUtilities.c.o" ∂
|
|
"{ObjDir}PPCDispatcher.a.o" ∂
|
|
"{ObjDir}PPCLoader.c.o" ∂
|
|
"{ObjDir}PPCInit.c.o" ∂
|
|
"{ObjDir}PPCUtil.a.o" ∂
|
|
"{ObjDir}PPCEntry.c.o" ∂
|
|
"{ObjDir}PPCPort.c.o" ∂
|
|
"{ObjDir}PPCSession.c.o" ∂
|
|
"{ObjDir}PPCLocal.c.o" ∂
|
|
"{ObjDir}PPCNetwork.c.o" ∂
|
|
"{ObjDir}PPCAuth.c.o" ∂
|
|
"{ObjDir}PPCDsp.c.o" ∂
|
|
"{ObjDir}PPCNBP.c.o" ∂
|
|
"{ObjDir}BTreeCGlue.a.o" ∂
|
|
"{ObjDir}BTIntf.a.o" ∂
|
|
"{ObjDir}PPCBrowserPackEntry.a.o" ∂
|
|
"{ObjDir}PromptForUser.a.o" ∂
|
|
"{ObjDir}PromptForUser.c.o" ∂
|
|
"{PPCDir}maindes.o"
|
|
|
|
PPCBrowserObjs = "{ObjDir}PPCBrowser.a.o" ∂
|
|
"{ObjDir}PPCBrowser.c.o" ∂
|
|
"{CLibraries}StdCLib.o" ∂
|
|
"{IfObjDir}interface.o"
|
|
|
|
|
|
"{LibDir}PPC.lib" ƒ {PPCObjects}
|
|
Lib {StdLibOpts} -o "{Targ}" {PPCObjects}
|
|
|
|
|
|
"{RsrcDir}PPC.rsrc" ƒƒ {PPCBrowserObjs}
|
|
Link {StdLOpts} {StdAlign} -o "{Targ}" {PPCBrowserObjs} -m BrowsePackEntry -rt PACK=9 || Exit 1
|
|
|
|
|
|
"{RsrcDir}PPC.rsrc" ƒƒ "{RIncludes}Types.r" ∂
|
|
"{RIncludes}SysTypes.r" ∂
|
|
"{RIncludes}BalloonTypes.r" ∂
|
|
"{PPCDir}PPCBrowser.r"
|
|
Rez {StdROpts} -o "{Targ}" "{PPCDir}PPCBrowser.r" -a || Exit 1
|
|
|
|
|
|
"{ObjDir}BTIntf.a.o" ƒ "{AIncludes}Traps.a" ∂
|
|
"{AIncludes}ToolUtils.a" ∂
|
|
"{IntAIncludes}BTreeEqu.a" ∂
|
|
"{PPCDir}BTIntf.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}BTIntf.a"
|
|
|
|
|
|
"{ObjDir}BTreeCGlue.a.o" ƒ "{PPCDir}BTreeCGlue.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}BTreeCGlue.a"
|
|
|
|
|
|
"{ObjDir}PPCAuth.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCAuth.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCAuth.c"
|
|
|
|
|
|
"{ObjDir}PPCDispatcher.a.o" ƒ "{AIncludes}Traps.a" ∂
|
|
"{AIncludes}ToolUtils.a" ∂
|
|
"{AIncludes}PPCToolbox.a" ∂
|
|
"{PPCDir}PPCDispatcher.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PPCDispatcher.a"
|
|
|
|
|
|
"{ObjDir}PPCDsp.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCDsp.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCDsp.c"
|
|
|
|
|
|
"{ObjDir}PPCEntry.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCEntry.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCEntry.c"
|
|
|
|
|
|
"{ObjDir}PPCInit.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCInit.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCInit.c"
|
|
|
|
|
|
"{ObjDir}PPCLoader.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCLoader.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCLoader.c"
|
|
|
|
|
|
"{ObjDir}PPCLocal.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCLocal.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCLocal.c"
|
|
|
|
|
|
"{ObjDir}PPCNbp.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCNbp.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCNbp.c"
|
|
|
|
|
|
"{ObjDir}PPCNetwork.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCNetwork.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCNetwork.c"
|
|
|
|
|
|
"{ObjDir}PPCInstall.a.o" ƒ "{PPCDir}PPCInstall.a" ∂
|
|
"{ObjDir}StandardEqu.d" ∂
|
|
"{AIncludes}GestaltEqu.a" ∂
|
|
"{AIncludes}ShutDown.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PPCInstall.a"
|
|
|
|
|
|
"{ObjDir}PPCPort.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCPort.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCPort.c"
|
|
|
|
|
|
"{ObjDir}PPCSession.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}UserGroup.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCSession.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCSession.c"
|
|
|
|
|
|
"{ObjDir}StoreAndForward.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{IntCIncludes}BTEqu.h" ∂
|
|
"{CIncludes}OSUtils.h" ∂
|
|
"{CIncludes}Devices.h" ∂
|
|
"{CIncludes}AppleTalk.h" ∂
|
|
"{CIncludes}ADSP.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}StoreAndForward.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}StoreAndForward.c"
|
|
|
|
|
|
"{ObjDir}PPCUtilities.c.o" ƒ "{PPCDir}PPCCommon.h" ∂
|
|
"{PPCDir}PPCUtilities.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCUtilities.c"
|
|
|
|
|
|
"{ObjDir}PPCUtil.a.o" ƒ "{AIncludes}Traps.a" ∂
|
|
"{AIncludes}ToolUtils.a" ∂
|
|
"{AIncludes}PPCToolbox.a" ∂
|
|
"{AIncludes}QuickDraw.a" ∂
|
|
"{PPCDir}PPCUtil.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PPCUtil.a"
|
|
|
|
|
|
"{ObjDir}PromptForUser.a.o" ƒ "{AIncludes}Traps.a" ∂
|
|
"{AIncludes}QuickDraw.a" ∂
|
|
"{AIncludes}SysErr.a" ∂
|
|
"{AIncludes}ToolUtils.a" ∂
|
|
"{AIncludes}FSEqu.a" ∂
|
|
"{AIncludes}AppleTalk.a" ∂
|
|
"{PPCDir}PromptForUserEqu.a" ∂
|
|
"{PPCDir}PromptForUser.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PromptForUser.a"
|
|
|
|
|
|
"{ObjDir}PPCBrowserPackEntry.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{IntAIncludes}DispatchHelperPriv.a" ∂
|
|
"{PPCDir}PPCBrowserPackEntry.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PPCBrowserPackEntry.a"
|
|
|
|
|
|
"{ObjDir}PPCBrowser.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{AIncludes}Packages.a" ∂
|
|
"{PPCDir}PPCBrowser.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{PPCDir}PPCBrowser.a"
|
|
|
|
|
|
"{ObjDir}PPCBrowser.c.o" ƒ "{PPCDir}PPCBrowserPriv.h" ∂
|
|
"{CIncludes}Types.h" ∂
|
|
"{CIncludes}stdio.h" ∂
|
|
"{CIncludes}Resources.h" ∂
|
|
"{CIncludes}Files.h" ∂
|
|
"{CIncludes}ToolUtils.h" ∂
|
|
"{CIncludes}Memory.h" ∂
|
|
"{CIncludes}Errors.h" ∂
|
|
"{CIncludes}Packages.h" ∂
|
|
"{CIncludes}Lists.h" ∂
|
|
"{IntCIncludes}IntlUtilsPriv.h" ∂
|
|
"{CIncludes}PPCToolbox.h" ∂
|
|
"{PPCDir}PPCBrowser.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PPCBrowser.c"
|
|
|
|
|
|
"{ObjDir}PromptForUser.c.o" ƒ "{PPCDir}PromptForUser.c"
|
|
C {StdCOpts} -o "{Targ}" "{PPCDir}PromptForUser.c"
|