antoine-source/appleworksgs/IW.CL/IWCL.make

1 line
1.5 KiB
Plaintext
Raw Normal View History

2023-03-04 02:45:20 +00:00
# # IWCL.make - Makefile for the ImageWriter CL driver # # Copyright <20> 1989, Claris Corporation. # # This makefile only assembles IWCL code. It is NOT intended to be used # as a sub-build to ::AppleWorks.make. # # To build LQ driver instead of regular driver, change the "-d lq=0" to # "-d lq=1" and change Program to "ImageWriter.CLQ" #-------------------------------------------------------------------------------- # Variables AsmIIGSOptions1 = -i {IWCLIncDir},{AWGS}Macros AsmIIGSOptions2 = -d lq=0 Program = ImageWriter.CL IWCLSrcDir = {iwcl}src: IWCLIncDir = {iwcl}src: IWCLObjDir = {iwcl}obj: Makefile = {iwcl}IWCL.make GlobalMacros = {iwcl}src:all.macros <09> {iwcl}src:iw.macros <09> {awgs}macros:m16.stack <09> {awgs}macros:m16.cmp Objs = {IWCLObjDir}iw.o <09> {IWCLObjDir}dialogdata.o {IWCL}{Program} <09><> {Objs} @If "`Newer {Objs} {IWCL}{Program}`" LinkIIGS {IWCLObjDir}iw.o {IWCLObjDir}dialogdata.o -o {IWCL}{Program} -t $BB -at $0001 -l > {IWCL}Link.map @End {Objs} <09> {makefile} {IWCLObjDir}iw.o <09> {IWCLSrcDir}iw.asm <09> {IWCLSrcDir}hld.asm <09> {IWCLSrcDir}lld.asm <09> {IWCL}iw.sym <09> {Makefile} ASMIIGS {IWCLSrcDir}iw.asm -o {IWCLObjDir}iw.o {AsmIIGSOptions1} {AsmIIGSOptions2} {IWCLObjDir}dialogdata.o <09> {IWCLSrcDir}dialogdata.asm ASMIIGS {IWCLSrcDir}dialogdata.asm -o {IWCLObjDir}dialogdata.o {AsmIIGSOptions1} {AsmIIGSOptions2} {IWCL}iw.sym <09> {IWCLSrcDir}iw.asm {GlobalMacros} ASMIIGS -c -d DUMPIT {IWCLSrcDir}iw.asm {AsmIIGSOptions1}