mac-rom/OS/MMU/MMU.make

52 lines
1.5 KiB
Plaintext
Raw Normal View History

#
# 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"
# "{LibDir}MMU.lib" <09> {MMUObjs}
# Lib {StdLibOpts} {MMUObjs} -o "{Targ}"
"{ObjDir}MMU.a.o" <09> "{ObjDir}StandardEqu.d" <09>
"{IntAIncludes}HardwarePrivateEqu.a" <09>
"{IntAIncludes}SoundPrivate.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"