2017-09-17 09:09:04 +00:00
|
|
|
|
#
|
|
|
|
|
# File: MMU.Make
|
|
|
|
|
#
|
|
|
|
|
# Contains: Makefile for the MMU stuff.
|
|
|
|
|
#
|
|
|
|
|
# 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> 8/4/93 JDR MMU.a depends on SoundPrivate.a.
|
|
|
|
|
|
|
|
|
|
MMUObjs = "{ObjDir}MMU.a.o" <09>
|
|
|
|
|
"{ObjDir}MMUTables.a.o" <09>
|
|
|
|
|
"{ObjDir}GetReal.a.o"
|
|
|
|
|
|
2017-11-15 07:38:41 +00:00
|
|
|
|
"{LibDir}MMU.lib" <09> {MMUObjs}
|
|
|
|
|
Lib {StdLibOpts} {MMUObjs} -o "{Targ}"
|
2017-09-17 09:09:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"{ObjDir}MMU.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|
|
|
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|
|
|
|
"{AIncludes}HardwareEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}MMUEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}BootEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|
|
|
|
"{MMUDir}MMU.a"
|
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{MMUDir}MMU.a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"{ObjDir}MMUTables.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|
|
|
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}MmuEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}BootEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|
|
|
|
"{AIncludes}EDiskEqu.a" <09>
|
|
|
|
|
"{MMUDir}MMUTables.a"
|
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{MMUDir}MMUTables.a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"{ObjDir}GetReal.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|
|
|
|
"{AIncludes}HardwareEqu.a" <09>
|
|
|
|
|
"{IntAIncludes}MMUEqu.a" <09>
|
|
|
|
|
"{AIncludes}GestaltEqu.a" <09>
|
|
|
|
|
"{MMUDir}GetReal.a"
|
|
|
|
|
Asm {StdAOpts} -o "{Targ}" "{MMUDir}GetReal.a"
|
|
|
|
|
|
|
|
|
|
|