mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 04:31:30 +00:00
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
|
#
|
||
|
# File PowerMgr.Make
|
||
|
#
|
||
|
# Contains: Makefile for the Power mager.
|
||
|
#
|
||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
||
|
#
|
||
|
# Copyright: © 1992 by Apple Computer, Inc. All rights reserved.
|
||
|
#
|
||
|
# Change History (most recent first):
|
||
|
#
|
||
|
# <SM2> 9/1/93 SKH Added PwrControlsPatches.o
|
||
|
# <SM1> 12/7/92 SWC Updated list of dependencies.
|
||
|
#
|
||
|
|
||
|
|
||
|
"{ObjDir}PowerMgr.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
||
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
||
|
"{IntAIncludes}UniversalEqu.a" ∂
|
||
|
"{IntAIncludes}PowerPrivEqu.a" ∂
|
||
|
"{AIncludes}AppleTalk.a" ∂
|
||
|
"{AIncludes}Notification.a" ∂
|
||
|
"{IntAIncludes}IopEqu.a" ∂
|
||
|
"{IntAIncludes}EgretEqu.a" ∂
|
||
|
"{IntAIncludes}AppleDeskBusPriv.a" ∂
|
||
|
"{IntAIncludes}MMUEqu.a" ∂
|
||
|
"{IntAIncludes}IOPrimitiveEqu.a" ∂
|
||
|
"{AIncludes}LAPEqu.a" ∂
|
||
|
"{IntAIncludes}DockingEqu.a" ∂
|
||
|
"{AIncludes}Slots.a" ∂
|
||
|
"{PowerMgrDir}PowerMgr.a"
|
||
|
Asm {StdAOpts} -o "{Targ}" "{PowerMgrDir}PowerMgr.a"
|
||
|
|
||
|
"{ObjDir}PwrControlsPatches.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
||
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
||
|
"{IntAIncludes}UniversalEqu.a" ∂
|
||
|
"{IntAIncludes}PowerPrivEqu.a" ∂
|
||
|
"{AIncludes}AppleTalk.a" ∂
|
||
|
"{AIncludes}Notification.a" ∂
|
||
|
"{IntAIncludes}IopEqu.a" ∂
|
||
|
"{IntAIncludes}EgretEqu.a" ∂
|
||
|
"{IntAIncludes}AppleDeskBusPriv.a" ∂
|
||
|
"{IntAIncludes}MMUEqu.a" ∂
|
||
|
"{IntAIncludes}IOPrimitiveEqu.a" ∂
|
||
|
"{AIncludes}LAPEqu.a" ∂
|
||
|
"{IntAIncludes}DockingEqu.a" ∂
|
||
|
"{AIncludes}Slots.a" ∂
|
||
|
"{PowerMgrDir}PwrControlsPatches.a"
|
||
|
Asm {StdAOpts} -o "{Targ}" "{PowerMgrDir}PwrControlsPatches.a"
|
||
|
|