sys7.1-doc-wip/OS/MMU/MMU.make

64 lines
1.8 KiB
Makefile

#
# Hacks to match MacOS (most recent first):
#
# <Sys7.1> 8/3/92 Added rule for MMUPatches.a, which is separately linked into the lpch.
# 9/2/94 SuperMario ROM source dump (header preserved below)
#
#
# File: MMU.Make
#
# Contains: Makefile for the MMU stuff.
#
# 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> 8/4/93 JDR MMU.a depends on SoundPrivate.a.
MMUObjs = "{ObjDir}MMU.a.o"
"{ObjDir}MMUTables.a.o"
"{ObjDir}GetReal.a.o"
"{LibDir}MMU.lib" ƒ {MMUObjs}
Lib {StdLibOpts} {MMUObjs} -o "{Targ}"
"{ObjDir}MMU.a.o" ƒ "{ObjDir}StandardEqu.d"
"{IntAIncludes}HardwarePrivateEqu.a"
"{IntAIncludes}SoundPrivate.a"
"{AIncludes}HardwareEqu.a"
"{IntAIncludes}MMUEqu.a"
"{IntAIncludes}BootEqu.a"
"{IntAIncludes}UniversalEqu.a"
"{MMUDir}MMU.a"
Asm {StdAOpts} -o "{Targ}" "{MMUDir}MMU.a"
"{ObjDir}MMUTables.a.o" ƒ "{ObjDir}StandardEqu.d"
"{IntAIncludes}HardwarePrivateEqu.a"
"{IntAIncludes}MmuEqu.a"
"{IntAIncludes}BootEqu.a"
"{IntAIncludes}UniversalEqu.a"
"{AIncludes}EDiskEqu.a"
"{MMUDir}MMUTables.a"
Asm {StdAOpts} -o "{Targ}" "{MMUDir}MMUTables.a"
"{ObjDir}GetReal.a.o" ƒ "{ObjDir}StandardEqu.d"
"{AIncludes}HardwareEqu.a"
"{IntAIncludes}MMUEqu.a"
"{AIncludes}GestaltEqu.a"
"{MMUDir}GetReal.a"
Asm {StdAOpts} -o "{Targ}" "{MMUDir}GetReal.a"
# <Sys7.1>
"{ObjDir}MMUPatches.a.o" ƒ "{MMUDir}MMUPatches.a"
Asm {StdAOpts} -o "{Targ}" "{MMUDir}MMUPatches.a"