boot3/Toolbox/NotificationMgr/NotificationMgr.make

51 lines
1.5 KiB
Plaintext
Raw Normal View History

#
# File: NotificationMgr.make
#
# Contains: Makefile for the Notification Manager.
#
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
#
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
#
# Change History (most recent first):
#
NotificationMgrObjs = "{ObjDir}NotificationMgr.c.o" <09>
"{ObjDir}NotificationMgr.a.o" <09>
"{ObjDir}SetProcessorLevel.a.o"
"{LibDir}NotificationMgr.lib" <09> {NotificationMgrObjs}
Lib {StdLibOpts} -o "{Targ}" {NotificationMgrObjs}
"{ObjDir}NotificationMgr.c.o" <09> "{cincludes}Notification.h" <09>
"{NotificationDir}kernel.h" <09>
"{NotificationDir}task.h" <09>
"{CIncludes}Types.h" <09>
"{CIncludes}Devices.h" <09>
"{CIncludes}Memory.h" <09>
"{CIncludes}OSUtils.h" <09>
"{CIncludes}Events.h" <09>
"{CIncludes}Resources.h" <09>
"{CIncludes}Controls.h" <09>
"{CIncludes}Dialogs.h" <09>
"{CIncludes}Menus.h" <09>
"{CIncludes}Sound.h" <09>
"{NotificationDir}NotificationMgr.c"
C {StdCOpts} -o "{Targ}" "{NotificationDir}NotificationMgr.c"
"{ObjDir}NotificationMgr.a.o" <09> "{ObjDir}StandardEqu.d" <09>
"{IntAIncludes}UniversalEqu.a" <09>
"{AIncludes}HardwareEqu.a" <09>
"{NotificationDir}NotificationMgr.a"
Asm {StdAOpts} -o "{Targ}" "{NotificationDir}NotificationMgr.a"
"{ObjDir}SetProcessorLevel.a.o" <09> "{NotificationDir}SetProcessorLevel.a"
Asm {StdAOpts} -o "{Targ}" "{NotificationDir}SetProcessorLevel.a"