mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-09 17:30:18 +00:00
29 lines
890 B
Plaintext
29 lines
890 B
Plaintext
|
#
|
|||
|
# 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"
|