mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-15 12:30:53 +00:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
|
#
|
|||
|
# File: ResourceMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Resource Manager.
|
|||
|
#
|
|||
|
# 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> 6/14/93 kc Roll in Ludwig.
|
|||
|
# <LW2> 4/8/93 fau Updated the dependencies for ResourceMgr.a.
|
|||
|
#
|
|||
|
|
|||
|
ResourceMgrObjs = "{ObjDir}ResourceMgr.a.o" <09>
|
|||
|
"{ObjDir}ResourceMgrExtensions.a.o"
|
|||
|
|
|||
|
|
|||
|
"{LibDir}ResourceMgr.lib" <09> {ResourceMgrObjs}
|
|||
|
Lib {StdLibOpts} -o "{Targ}" {ResourceMgrObjs}
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ResourceMgr.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{AIncludes}HardwareEqu.a" <09>
|
|||
|
"{IntAIncludes}Decompression.a" <09>
|
|||
|
"{IntAIncludes}ResourceMgrPriv.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}InternalOnlyEqu.a" <09>
|
|||
|
"{IntAIncludes}SysPrivateEqu.a" <09>
|
|||
|
"{ResourceMgrDir}ResourceMgr.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{ResourceMgrDir}ResourceMgr.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ResourceMgrExtensions.a.o" <09> "{AIncludes}SysEqu.a" <09>
|
|||
|
"{IntAIncludes}SysPrivateEqu.a" <09>
|
|||
|
"{AIncludes}SysErr.a" <09>
|
|||
|
"{AIncludes}ToolUtils.a" <09>
|
|||
|
"{AIncludes}Traps.a" <09>
|
|||
|
"{IntAIncludes}MFPrivate.a" <09>
|
|||
|
"{IntAIncludes}ResourceMgrPriv.a" <09>
|
|||
|
"{IntAIncludes}LinkedPatchMacros.a" <09>
|
|||
|
"{ResourceMgrDir}ResourceMgrExtensions.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{ResourceMgrDir}ResourceMgrExtensions.a"
|
|||
|
|
|||
|
|