mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2024-12-26 20:30:15 +00:00
1 line
565 B
Plaintext
1 line
565 B
Plaintext
|
# MakeFile - Make instructions for assembly language examples.
#
# Copyright Apple Computer, Inc. 1986-1987,1992, 1998
# All rights reserved.
#
# This makefile builds:
# The sample MPW Tool: Count
# The sample desk accessory: Memory
#
all <09><> rom
rom.raw <09><> rom.a.o
Link rom.a.o -o rom.raw
rom <09><> rom.ck
Data rom.ck rom
rom.ck <09><> rom.raw
CRCPatch rom.raw rom.ck
rom.a.o <09> rom.a
Asm rom.a
# 'quadra650hd:MPW-GM:Interfaces&Libraries:Interfaces:AIncludes:'
# 'quadra650hd:Metrowerks:CodeWarrior MPW:Interfaces&Libraries:Interfaces:AIncludes:'
|