mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 19:31:02 +00:00
55 lines
1.7 KiB
Makefile
55 lines
1.7 KiB
Makefile
#
|
|
# File SlotMgr.make
|
|
#
|
|
# Contains: Makefile for SlotMgr.
|
|
#
|
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|
#
|
|
# Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
|
|
#
|
|
# Change History (most recent first):
|
|
#
|
|
# <SM2> 9/7/93 pdw Fixed dependencies.
|
|
|
|
|
|
SlotMgrObjs = "{ObjDir}SlotInterrupts.a.o" ∂
|
|
"{ObjDir}SlotMgrInit.a.o" ∂
|
|
"{ObjDir}SlotMgr.a.o"
|
|
|
|
"{LibDir}SlotMgr.lib" ƒ {SlotMgrObjs}
|
|
Lib {StdLibOpts} -o "{Targ}" {SlotMgrObjs}
|
|
|
|
|
|
|
|
|
|
"{ObjDir}SlotInterrupts.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
"{IntAIncludes}SlotMgrEqu.a" ∂
|
|
"{AIncludes}Slots.a" ∂
|
|
"{IntAIncludes}UniversalEqu.a" ∂
|
|
"{SlotMgrDir}SlotInterrupts.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotInterrupts.a"
|
|
|
|
|
|
"{ObjDir}SlotMgrInit.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
"{AIncludes}RomEqu.a" ∂
|
|
"{IntAIncludes}UniversalEqu.a" ∂
|
|
"{IntAIncludes}SlotMgrEqu.a" ∂
|
|
"{AIncludes}Slots.a" ∂
|
|
"{IntAIncludes}ComVideoEqu.a" ∂
|
|
"{SlotMgrDir}SlotMgrInit.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotMgrInit.a"
|
|
|
|
|
|
"{ObjDir}SlotMgr.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
"{AIncludes}RomEqu.a" ∂
|
|
"{IntAIncludes}UniversalEqu.a" ∂
|
|
"{IntAIncludes}SlotMgrEqu.a" ∂
|
|
"{AIncludes}Slots.a" ∂
|
|
"{IntAIncludes}ComVideoEqu.a" ∂
|
|
"{SlotMgrDir}SlotMgr.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotMgr.a"
|
|
|