supermario/base/SuperMarioProj.1994-02-09/OS/PowerMgr/PowerMgr.make

51 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-06-29 15:17:50 +00:00
#
# 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"