mac-rom/Toolbox/DisplayMgr/DisplayMgr.make

156 lines
5.3 KiB
Plaintext
Raw Normal View History

#
# File: DisplayMgr.make
#
# Contains: Display Manager Make file
#
# Written by: Ian Hendry
#
# Copyright: <09> 1993 by Apple Computer, Inc., all rights reserved.
#
# Change History (most recent first):
#
# <SM10> 10/10/93 RC Fixed a directory problem with this make file
# <SM9> 10/10/93 IH Sync with Excelsior.
# <8> 9/10/93 IH Add DisplayManager.c dependency.
# <SM7> 08-17-93 jmp Oops<70> in SuperMario we have <20>ObjDir<69>s not <20>Objects<74>.
# <SM6> 08-17-93 jmp Updated a few of the dependency lists.
# <5> 8/4/93 IH #1101633,1098397,1101795,1101636,1102280 <KON>: Fix checkin 4 to
# really have what it says it has (I checked it in by accident
# before I finished making the changes). Add dependencies for
# DisplayMgrCompatibility.c.
# <4> 8/4/93 IH #1101633,1098397,1101795,1101636 <KON>: Add dependencies for
# DisplaysPriv.h and sync to SysObj.make.
# <3> 6/1/93 IH Add new dependencies.
# <2> 4/8/93 IH Add DisplayMgrUtils.c to build, also added some more .h
# dependencies.
# <1> 4/1/93 IH first checked in
#
#
#
# When converting from Reality:
# remove all "Compiling" lines
# remove all " ; LogError" commands
#
ProcessMgrDir = {Sources}ProcessMgr:
DispalyMgrLibDir = {LibDir}
DisplayObjs = "{ObjDir}DisplayMgr.a.o" <20>
"{ObjDir}DisplayMgr.c.o" <20>
"{ObjDir}DisplayMgrCompatibility.c.o" <20>
"{ObjDir}DisplayMgrUtils.c.o" <20>
"{ObjDir}DisplayMgrOverlap.c.o"
DisplayExtensionObjs = "{ObjDir}DisplayMgr.a.o" <20>
"{ObjDir}DisplayMgr.c.o" <20>
"{ObjDir}DisplayMgrCompatibility.c.o" <20>
"{ObjDir}DisplayMgrUtils.c.o" <20>
"{ObjDir}DeviceLoop.a.o"
DisplayMgrCOpts = -b2 {StdCOpts} -i {DisplayMgrDir} -i {ProcessMgrDir}
DisplayMgrAOpts = {StdAOpts}
# "{DispalyMgrLibDir}DisplayMgr.lib" <09> {DisplayObjs}
# Lib {LibWarnings} -o {Targ} {DisplayObjs}
"{DispalyMgrLibDir}DisplayMgrExtensionLib.o" <09> {DisplayExtensionObjs}
Lib {LibWarnings} -o {Targ} {DisplayExtensionObjs}
"{IntCIncludes}DisplaysPriv.h" <20> <20>
"{CIncludes}Components.h" <09>
"{CIncludes}Displays.h" <09>
"{CIncludes}Events.h" <09>
"{IntCIncludes}Layers.h" <09>
"{CIncludes}Processes.h" <09>
"{CIncludes}Video.h" <09>
"{CIncludes}Windows.h" <09>
"{DisplayMgrDir}DisplayComponents.h"
Setfile -m . {Targ}
"{ObjDir}DisplayMgr.a.o" <20> "{ObjDir}StandardEqu.d" <09>
"{IntAIncludes}InternalMacros.a" <09>
"{AIncludes}GestaltEqu.a" <09>
"{AIncludes}Video.a" <09>
"{IntAIncludes}LinkedPatchMacros.a" <09>
"{AIncludes}Displays.a" <09>
"{IntAIncludes}DisplaysPriv.a" <09>
"{IntAIncludes}MenuMgrPriv.a" <09>
"{IntAIncludes}HardwarePrivateEqu.a" <09>
"{IntAIncludes}DepVideoEqu.a" <09>
"{IntAIncludes}TrapsPrivate.a" <09>
"{DisplayMgrDir}DisplayMgr.a"
Asm -o {Targ} "{DisplayMgrDir}DisplayMgr.a" {DisplayMgrAOpts}
"{ObjDir}DisplayMgrUtils.c.o" <20> "{CIncludes}AppleEvents.h" <09>
"{CIncludes}GestaltEqu.h" <09>
"{CIncludes}Menus.h" <09>
"{CIncludes}Processes.h" <09>
"{CIncludes}QDOffscreen.h" <09>
"{CIncludes}Resources.h" <09>
"{CIncludes}Retrace.h" <09>
"{CIncludes}ToolUtils.h" <09>
"{CIncludes}SysEqu.h" <09>
"{CIncludes}Errors.h" <09>
"{CIncludes}Palettes.h" <09>
"{CIncludes}Slots.h" <09>
"{CIncludes}Video.h" <09>
"{CIncludes}ROMDefs.h" <09>
"{CIncludes}Devices.h" <09>
"{IntCIncludes}MenuMgrPriv.h" <09>
"{IntCIncludes}PalettesPriv.h" <09>
"{IntCIncludes}ProcessesPriv.h" <09>
"{ProcessMgrDir}Data.h" <09>
"{CIncludes}Displays.h" <09>
"{IntCIncludes}DisplaysPriv.h" <09>
"{IntCIncludes}ExpandMemPriv.h" <09>
"{DisplayMgrDir}DisplayMgrUtils.c"
C "{DisplayMgrDir}DisplayMgrUtils.c" {DisplayMgrCOpts} -o {Targ}
"{ObjDir}DisplayMgrCompatibility.c.o" <20> <20>
"{CIncludes}GestaltEqu.h" <09>
"{CIncludes}Notification.h" <09>
"{CIncludes}QDOffscreen.h" <09>
"{IntCIncludes}DisplaysPriv.h" <09>
"{DisplayMgrDir}DisplayMgrCompatibility.c"
C "{DisplayMgrDir}DisplayMgrCompatibility.c" {DisplayMgrCOpts} -o {Targ}
"{ObjDir}DisplayMgrOverlap.c.o" <20> <20>
"{CIncludes}Types.h" <09>
"{CIncludes}GestaltEqu.h" <09>
"{IntCIncludes}DisplaysPriv.h" <09>
"{IntCIncludes}ExpandMemPriv.h" <09>
"{DisplayMgrDir}DisplayMgrOverlap.c"
C "{DisplayMgrDir}DisplayMgrOverlap.c" {DisplayMgrCOpts} -o {Targ}
"{ObjDir}DisplayMgr.c.o" <20> "{CIncludes}AppleEvents.h" <09>
"{CIncludes}GestaltEqu.h" <09>
"{CIncludes}Menus.h" <09>
"{CIncludes}Processes.h" <09>
"{CIncludes}QDOffscreen.h" <09>
"{CIncludes}Resources.h" <09>
"{CIncludes}Retrace.h" <09>
"{CIncludes}ToolUtils.h" <09>
"{CIncludes}SysEqu.h" <09>
"{CIncludes}Errors.h" <09>
"{CIncludes}Palettes.h" <09>
"{CIncludes}Devices.h" <09>
"{IntCIncludes}MenuMgrPriv.h" <09>
"{IntCIncludes}PalettesPriv.h" <09>
"{IntCIncludes}ProcessesPriv.h" <09>
"{ProcessMgrDir}Data.h" <09>
"{CIncludes}Displays.h" <09>
"{IntCIncludes}DisplaysPriv.h" <09>
"{IntCIncludes}ExpandMemPriv.h" <09>
"{IntCIncludes}CrsrDevPriv.h" <09>
"{DisplayMgrDir}DisplayMgr.c"
C "{DisplayMgrDir}DisplayMgr.c" {DisplayMgrCOpts} -o {Targ}