mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-19 21:30:04 +00:00
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
|
#
|
|||
|
# File: VideoDrivers.make
|
|||
|
#
|
|||
|
# Contains: Makefile for Video.
|
|||
|
#
|
|||
|
# 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):
|
|||
|
#
|
|||
|
# <SM5> 12/13/93 PN Roll in Kaos and Horror to add support for AJ and Malcom
|
|||
|
# machines
|
|||
|
# <SM6> 09-23-93 jmp Added GestaltEqu.a to Sonora<72>s dependency list.
|
|||
|
# <SM5> 9/9/93 pdw Added slots.a to dependencies.
|
|||
|
# <SM4> 08-03-93 jmp Added various necessary dependencies that weren<65>t previously
|
|||
|
# spelled out.
|
|||
|
# <SM3> 6/14/93 kc Roll in Ludwig.
|
|||
|
# <LW5> 5/19/93 fau Added CivicPict2 to the DeclVideo.rsrc and made Rez use a -t and
|
|||
|
# -c options.
|
|||
|
# <LW4> 4/30/93 fau Added CivicPict to the DeclDataVideo.rsrc
|
|||
|
# <LW3> 4/27/93 fau W/r to Bug #1081554, I updated the dependencies of the video
|
|||
|
# drivers to include the actual source files!
|
|||
|
# <LW2> 2/16/93 fau Added CivicPrimaryInit dependency to CivicDriver.
|
|||
|
# <SM2> 3/31/93 kc Delete duplicate definition of VideoDir.
|
|||
|
# <SM2> 01-12-93 jmp Added support for CSC.
|
|||
|
|
|||
|
VSCVideoDir = {DeclDir}VSCDeclData:
|
|||
|
|
|||
|
CommonHeaders = "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{AIncludes}ROMEqu.a" <09>
|
|||
|
"{AIncludes}Video.a" <09>
|
|||
|
"{IntAIncludes}SlotMgrEqu.a" <09>
|
|||
|
"{AIncludes}Slots.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}DepVideoEqu.a"
|
|||
|
|
|||
|
#
|
|||
|
# DeclData
|
|||
|
#
|
|||
|
|
|||
|
"{RsrcDir}VSCDriver.rsrc" <09> "{ObjDir}VSCDeclData.a.o" "{VSCVideoDir}VSCDeclData.make"
|
|||
|
link {StdLOpts} {StdAlign} -rt decl=1 "{ObjDir}VSCDeclData.a.o" -o "{RsrcDir}VSCDriver.rsrc"
|
|||
|
|
|||
|
"{ObjDir}VSCDeclData.a.o" <09> "{VSCVideoDir}VSCDriver.a" <09>
|
|||
|
"{VSCVideoDir}VSCPrimaryInit.a" <09>
|
|||
|
"{VSCVideoDir}VSCDockingHandler.a" <09>
|
|||
|
"{VSCVideoDir}VSCDeclData.a" <09>
|
|||
|
{CommonHeaders}
|
|||
|
Asm {StdAOpts} -o "{ObjDir}VSCDeclData.a.o" "{VSCVideoDir}VSCDeclData.a"
|
|||
|
|
|||
|
|