boot3/Toolbox/ToolboxEventMgr/ToolboxEventMgr.make

29 lines
890 B
Plaintext
Raw Normal View History

#
# File: ToolboxEventMgr.make
#
# Contains: Makefile for the Toolbox Event Manager.
#
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
#
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
#
# Change History (most recent first):
#
ToolboxEventMgrObjs = "{ObjDir}ToolboxEventMgr.a.o" <09>
"{ObjDir}ToolboxEventMgrPatches.a.o"
"{LibDir}ToolboxEventMgr.lib" <09> {ToolboxEventMgrObjs}
Lib {StdLibOpts} -o "{Targ}" {ToolboxEventMgrObjs}
"{ObjDir}ToolboxEventMgrPatches.a.o" <09> "{ToolboxEventDir}ToolboxEventMgrPatches.a"
Asm {StdAOpts} -o "{Targ}" "{ToolboxEventDir}ToolboxEventMgrPatches.a"
"{ObjDir}ToolboxEventMgr.a.o" <09> "{ObjDir}StandardEqu.d" <09>
"{AIncludes}SCSI.a" <09>
"{AIncludes}HardwareEqu.a" <09>
"{ToolboxEventDir}ToolboxEventMgr.a"
Asm {StdAOpts} -o "{Targ}" "{ToolboxEventDir}ToolboxEventMgr.a"