mirror of
https://github.com/elliotnunn/boot3.git
synced 2024-12-22 10:30:32 +00:00
121 lines
4.7 KiB
Plaintext
121 lines
4.7 KiB
Plaintext
|
#
|
|||
|
# File: IOPrimitives.make
|
|||
|
#
|
|||
|
# Contains: Makefile for IOPrimitives.
|
|||
|
#
|
|||
|
# 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):
|
|||
|
#
|
|||
|
# <SM3> 12/13/93 PN Roll in KAOs and Horror changes to support Malcom and AJ
|
|||
|
# machines.
|
|||
|
# <SM2> 8/4/93 JDR updated dependencies for ADBPrimitives.a, SndPrimitives.a and
|
|||
|
# PowerMgrPrimitives.a to include SoundPrivate.a
|
|||
|
|
|||
|
|
|||
|
|
|||
|
IOPrimitivesObjs = "{ObjDir}PowerMgrPrimitives.a.o" <09>
|
|||
|
"{ObjDir}ImmgPrimitives.a.o" <09>
|
|||
|
"{ObjDir}ADBPrimitives.a.o" <09>
|
|||
|
"{ObjDir}ClockPRAMPrimitives.a.o" <09>
|
|||
|
"{ObjDir}backlightprim.a.o" <09>
|
|||
|
"{ObjDir}backlightinput.c.o" <09>
|
|||
|
"{ObjDir}backlightcpu.c.o" <09>
|
|||
|
"{ObjDir}backlightGenRout.c.o" <09>
|
|||
|
"{ObjDir}PWM.c.o" <09>
|
|||
|
"{ObjDir}SndPrimitives.a.o"
|
|||
|
|
|||
|
"{LibDir}IOPrimitives.lib" <09> {IOPrimitivesObjs}
|
|||
|
Lib {StdLibOpts} {IOPrimitivesObjs} -o "{Targ}"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ADBPrimitives.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAincludes}UniversalEqu.a" <09>
|
|||
|
"{IntAincludes}SoundPrivate.a" <09>
|
|||
|
"{IntAincludes}PowerPrivEqu.a" <09>
|
|||
|
"{IntAincludes}EgretEqu.a" <09>
|
|||
|
"{IntAincludes}IopEqu.a" <09>
|
|||
|
"{IntAincludes}AppleDeskBusPriv.a" <09>
|
|||
|
"{IntAincludes}IOPrimitiveEqu.a" <09>
|
|||
|
"{IOPrimitivesDir}ADBPrimitives.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IOPrimitivesDir}ADBPrimitives.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ClockPRAMPrimitives.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}PowerPrivEqu.a" <09>
|
|||
|
"{IntAIncludes}EgretEqu.a" <09>
|
|||
|
"{IntAIncludes}IOPrimitiveEqu.a" <09>
|
|||
|
"{IOPrimitivesDir}ClockPRAMPrimitives.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IOPrimitivesDir}ClockPRAMPrimitives.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}PowerMgrPrimitives.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAincludes}SoundPrivate.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IntAIncludes}PowerPrivEqu.a" <09>
|
|||
|
"{IntAIncludes}MMUEqu.a" <09>
|
|||
|
"{IntAIncludes}IOPrimitiveEqu.a" <09>
|
|||
|
"{IntAIncludes}DockingEqu.a" <09>
|
|||
|
"{AIncludes}ShutDown.a" <09>
|
|||
|
"{IOPrimitivesDir}PowerMgrPrimitives.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IOPrimitivesDir}PowerMgrPrimitives.a"
|
|||
|
|
|||
|
"{ObjDir}ImmgPrimitives.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{AIncludes}ROMEqu.a" <09>
|
|||
|
"{IntAIncludes}IOPrimitiveEqu.a" <09>
|
|||
|
"{AIncludes}IntModemMgrEqu.a" <09>
|
|||
|
"{IntAIncludes}IntModemMgrPrivEqu.a" <09>
|
|||
|
"{IntAIncludes}PowerPrivEqu.a" <09>
|
|||
|
"{AIncludes}Sound.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IOPrimitivesDir}ImmgPrimitives.a"
|
|||
|
|
|||
|
"{ObjDir}backlightprim.a.o" <09> "{BackLightDir}backlightprim.a" <09>
|
|||
|
"{AIncludes}SysEqu.a" <09>
|
|||
|
"{AIncludes}SysErr.a" <09>
|
|||
|
"{AIncludes}Traps.a" <09>
|
|||
|
"{IntAIncludes}powerprivequ.a" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{BackLightDir}backlightequ.a"
|
|||
|
Asm -o {Targ} "{BackLightDir}backlightprim.a" {StdAOpts}
|
|||
|
|
|||
|
"{ObjDir}SndPrimitives.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}HardwarePrivateEqu.a" <09>
|
|||
|
"{IntAincludes}SoundPrivate.a" <09>
|
|||
|
"{IntAIncludes}IOPrimitiveEqu.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{IOPrimitivesDir}SndPrimitives.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IOPrimitivesDir}SndPrimitives.a"
|
|||
|
|
|||
|
"{ObjDir}PWM.c.o" <09> "{BackLightDir}backlight.h" <09>
|
|||
|
"{BackLightDir}PowerMgr.h" <09>
|
|||
|
"{BackLightDir}PWM.c"
|
|||
|
C -o {Targ} "{BackLightDir}PWM.c" {StdCOpts}
|
|||
|
|
|||
|
"{ObjDir}backlightGenRout.c.o" <09> "{BackLightDir}backlight.h" <09>
|
|||
|
"{BackLightDir}PowerMgr.h" <09>
|
|||
|
"{BackLightDir}backlightGenRout.c"
|
|||
|
C -o {Targ} "{BackLightDir}backlightGenRout.c" {StdCOpts}
|
|||
|
"{ObjDir}backlightinput.c.o" <09> "{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}memory.h" <09>
|
|||
|
"{CIncludes}errors.h" <09>
|
|||
|
"{BackLightDir}backlightinput.c" <09>
|
|||
|
"{BackLightDir}backlight.h" <09>
|
|||
|
"{BackLightDir}PowerMgr.h"
|
|||
|
C -o {Targ} "{BackLightDir}backlightinput.c" {StdCOpts}
|
|||
|
|
|||
|
"{ObjDir}backlightcpu.c.o" <09> "{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}memory.h" <09>
|
|||
|
"{CIncludes}errors.h" <09>
|
|||
|
"{BackLightDir}backlightcpu.c" <09>
|
|||
|
"{BackLightDir}backlight.h" <09>
|
|||
|
"{BackLightDir}PowerMgr.h"
|
|||
|
C -o {Targ} "{BackLightDir}backlightcpu.c" {StdCOpts}
|