mac-rom/OS/SlotMgr/SlotMgr.make

55 lines
1.6 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"