2020-05-10 05:37:38 +00:00
|
|
|
#
|
|
|
|
# Hacks to match MacOS (most recent first):
|
|
|
|
#
|
|
|
|
# <Sys7.1> 8/3/92 Elliot make this change
|
|
|
|
# 9/2/94 SuperMario ROM source dump (header preserved below)
|
|
|
|
#
|
|
|
|
|
2019-07-27 14:37:48 +00:00
|
|
|
#
|
|
|
|
# File: Gestalt.make
|
|
|
|
#
|
|
|
|
# Contains: Makefile for Gestalt.
|
|
|
|
#
|
|
|
|
# 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> 4/8/93 CSS Update dependencies so that changing include files will cause
|
|
|
|
# things to build.
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-05-10 05:37:38 +00:00
|
|
|
GestaltObjs = "{ObjDir}GestaltPatchHead.a.o" ∂
|
2019-07-27 14:37:48 +00:00
|
|
|
"{ObjDir}GestaltLookup.c.o" ∂
|
2020-05-10 05:37:38 +00:00
|
|
|
"{IfObjDir}Interface.o" ∂
|
|
|
|
"{ObjDir}GestaltFunction.a.o" ∂
|
2019-07-27 14:37:48 +00:00
|
|
|
"{ObjDir}GestaltExtensions.a.o"
|
|
|
|
|
|
|
|
"{LibDir}Gestalt.lib" ƒ {GestaltObjs}
|
|
|
|
Lib {StdLibOpts} -o "{Targ}" {GestaltObjs}
|
|
|
|
|
|
|
|
|
2020-05-10 05:37:38 +00:00
|
|
|
"{RsrcDir}Gestalt.rsrc" ƒ "{LibDir}Gestalt.lib"
|
|
|
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt RSRC=0 "{LibDir}Gestalt.lib"
|
|
|
|
|
|
|
|
|
2019-07-27 14:37:48 +00:00
|
|
|
"{ObjDir}GestaltFunction.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
|
|
"{IntAIncludes}UniversalEqu.a" ∂
|
|
|
|
"{AIncludes}SANEMacs881.a" ∂
|
|
|
|
"{IntAIncludes}MMUEqu.a" ∂
|
|
|
|
"{AIncludes}GestaltEqu.a" ∂
|
|
|
|
"{IntAIncludes}GestaltPrivateEqu.a" ∂
|
|
|
|
"{IntAIncludes}InternalOnlyEqu.a" ∂
|
|
|
|
"{IntAIncludes}EDiskEqu.a" ∂
|
|
|
|
"{IntAIncludes}BootEqu.a" ∂
|
|
|
|
"{GestaltDir}GestaltFunction.a"
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{GestaltDir}GestaltFunction.a"
|
|
|
|
|
|
|
|
|
2020-05-10 05:37:38 +00:00
|
|
|
"{ObjDir}GestaltPatchHead.a.o" ƒ "{GestaltDir}GestaltPatchHead.a"
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{GestaltDir}GestaltPatchHead.a"
|
|
|
|
|
|
|
|
|
2019-07-27 14:37:48 +00:00
|
|
|
"{ObjDir}GestaltExtensions.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
|
|
"{AIncludes}GestaltEqu.a" ∂
|
|
|
|
"{IntAIncludes}GestaltPrivateEqu.a" ∂
|
|
|
|
"{IntAIncludes}SysPrivateEqu.a" ∂
|
|
|
|
"{IntAIncludes}InternalOnlyEqu.a" ∂
|
|
|
|
"{GestaltDir}GestaltExtensions.a"
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{GestaltDir}GestaltExtensions.a"
|
|
|
|
|
|
|
|
|
|
|
|
"{ObjDir}GestaltLookup.c.o" ƒ "{CIncludes}GestaltEqu.h" ∂
|
|
|
|
"{CIncludes}Types.h" ∂
|
|
|
|
"{CIncludes}Errors.h" ∂
|
|
|
|
"{CIncludes}Memory.h" ∂
|
|
|
|
"{CIncludes}SysEqu.h" ∂
|
|
|
|
"{IntCIncludes}ExpandMemPriv.h" ∂
|
|
|
|
"{IntCIncludes}GestaltPrivateEqu.h" ∂
|
|
|
|
"{GestaltDir}GestaltLookup.c"
|
|
|
|
C {StdCOpts} -o "{Targ}" "{GestaltDir}GestaltLookup.c"
|
|
|
|
|