2017-09-17 09:09:04 +00:00
|
|
|
|
#
|
|
|
|
|
# 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"
|
|
|
|
|
|
2017-11-18 10:55:40 +00:00
|
|
|
|
"{LibDir}SlotMgr.lib" <09> {SlotMgrObjs}
|
|
|
|
|
Lib {StdLibOpts} -o "{Targ}" {SlotMgrObjs}
|
2017-09-17 09:09:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"{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"
|
|
|
|
|
|