mac-rom/QuickDraw/ColorQD.make

103 lines
3.3 KiB
Plaintext
Raw Permalink Normal View History

#
# File: ColorQD.make
#
# Contains: Makefile for color quickdraw.
#
# 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> 9/9/93 pdw Added slots.a to dependencies.
# <SM1> 12/2/92
PictUtilsDir = {ColorQDDir}PictUtilities:
QDPatchesDir = {ColorQDDir}Patches:
#include {PictUtilsDir}PictUtilities.Make
CQDObjs = "{ObjDir}CheckDevicesINIT.a.o" <09>
"{ObjDir}CQD.a.o" <09>
"{LibDir}MoreCQD.lib" <09>
"{ObjDir}DeviceLoop.a.o"
"{RsrcDir}CQD.rsrc" <09> "{ColorQDDir}CQD.r"
Rez {StdROpts} -o "{Targ}" "{ColorQDDir}CQD.r" -i "{QDPatchesDir}"
"{LibDir}CQD.lib" <09> {CQDObjs}
Lib {StdLibOpts} -o "{Targ}" {CQDObjs}
"{ObjDir}CheckDevicesINIT.a.o" <09> "{ColorQDDir}CheckDevicesINIT.a"
Asm {StdAOpts} -o "{Targ}" "{ColorQDDir}CheckDevicesINIT.a"
"{ObjDir}DeviceLoop.a.o" <09> "{ObjDir}StandardEqu.d" <09>
"{IntAIncludes}LinkedPatchMacros.a" <09>
"{ColorQDDir}DeviceLoop.a"
Asm {StdAOpts} -o "{Targ}" "{ColorQDDir}DeviceLoop.a"
"{ObjDir}CQD.a.o" <09> "{IntAIncludes}ColorEqu.a" <09>
"{AIncludes}Slots.a" <09>
"{IntAIncludes}SlotMgrEqu.a" <09>
"{AIncludes}QuickDraw.a" <09>
"{AIncludes}SysEqu.a" <09>
"{IntAIncludes}SysPrivateEqu.a" <09>
"{AIncludes}syserr.a" <09>
"{AIncludes}ToolUtils.a" <09>
"{AIncludes}ROMEqu.a" <09>
"{AIncludes}Video.a" <09>
"{IntAIncludes}HardwarePrivateEqu.a" <09>
"{AIncludes}HardwareEqu.a" <09>
"{AIncludes}Palettes.a" <09>
"{ColorQDDir}ANGLES.a" <09>
"{ColorQDDir}Arith8Blt.a" <09>
"{ColorQDDir}ARCS.a" <09>
"{ColorQDDir}BITBLT.a" <09>
"{ColorQDDir}BITMAPS.a" <09>
"{ColorQDDir}cCrsrCore.a" <09>
"{ColorQDDir}ColorMgr.a" <09>
"{ColorQDDir}ColorAsm.a" <09>
"{ColorQDDir}cqd.a" <09>
"{ColorQDDir}DRAWARC.a" <09>
"{ColorQDDir}DRAWLINE.a" <09>
"{ColorQDDir}DRAWTEXT.a" <09>
"{ColorQDDir}fasttraps.a" <09>
"{ColorQDDir}gdevice.a" <09>
"{ColorQDDir}GrafAsm.a" <09>
"{ColorQDDir}GWorld.a" <09>
"{ColorQDDir}LCURSOR.a" <09>
"{ColorQDDir}LINES.a" <09>
"{ColorQDDir}MaskAsm.a" <09>
"{ColorQDDir}OVALS.a" <09>
"{ColorQDDir}PACKRGN.a" <09>
"{ColorQDDir}PaletteMgr.a" <09>
"{QDPatchesDir}PaletteMgrPatch.a" <09>
"{ColorQDDir}patterns.a" <09>
"{ColorQDDir}PICTURES.a" <09>
"{ColorQDDir}POLYGONS.a" <09>
"{ColorQDDir}PUTLINE.a" <09>
"{ColorQDDir}PUTOVAL.a" <09>
"{ColorQDDir}PUTRGN.a" <09>
"{ColorQDDir}QDHooks.a" <09>
"{ColorQDDir}QuickPolys.a" <09>
"{ColorQDDir}RECTS.a" <09>
"{ColorQDDir}REGIONS.a" <09>
"{ColorQDDir}RGNBLT.a" <09>
"{ColorQDDir}RGNOP.a" <09>
"{ColorQDDir}RRECTS.a" <09>
"{ColorQDDir}ScaleBlt.a" <09>
"{ColorQDDir}seekMask.a" <09>
"{ColorQDDir}SEEKRGN.a" <09>
"{ColorQDDir}SORTPOINTS.a" <09>
"{ColorQDDir}STRETCH.A" <09>
"{ColorQDDir}TEXT.a" <09>
"{ColorQDDir}QDUtil.a"
Asm {StdAOpts} -o "{Targ}" "{ColorQDDir}CQD.a" -i "{QDPatchesDir}"