mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-07 05:29:38 +00:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
|
#
|
|||
|
# File SlotMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for SlotMgr.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 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" <09>
|
|||
|
"{ObjDir}SlotMgrInit.a.o" <09>
|
|||
|
"{ObjDir}SlotMgr.a.o"
|
|||
|
|
|||
|
"{LibDir}SlotMgr.lib" <09> {SlotMgrObjs}
|
|||
|
Lib {StdLibOpts} -o "{Targ}" {SlotMgrObjs}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}SlotInterrupts.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAIncludes}SlotMgrEqu.a" <09>
|
|||
|
"{AIncludes}Slots.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{SlotMgrDir}SlotInterrupts.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotInterrupts.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}SlotMgrInit.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{AIncludes}RomEqu.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}SlotMgrEqu.a" <09>
|
|||
|
"{AIncludes}Slots.a" <09>
|
|||
|
"{IntAIncludes}ComVideoEqu.a" <09>
|
|||
|
"{SlotMgrDir}SlotMgrInit.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotMgrInit.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}SlotMgr.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{AIncludes}RomEqu.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}SlotMgrEqu.a" <09>
|
|||
|
"{AIncludes}Slots.a" <09>
|
|||
|
"{IntAIncludes}ComVideoEqu.a" <09>
|
|||
|
"{SlotMgrDir}SlotMgr.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{SlotMgrDir}SlotMgr.a"
|
|||
|
|