antoine-source/appleworksgs/IW.CL/makefile

1 line
1.5 KiB
Makefile
Executable File

### Dependencies for building both the imagewriter and imagewriter.lq drivers.
install Ä both
choose -u 'Scott Lindsey' ':StyleWare, Inc.:' -pw azures
cp -y imageÅ Royalton:Appleworks_GS:Bandit:Utilities: ³ Dev:Null
all Ä imagewriter.cl
beep
mac2gs -y imagewriter.cl :imagewriter.cl
both Ä imagewriter.cl imagewriter.clq
beep
mac2gs -y imagewriter.cl :imagewriter.cl
beep
mac2gs -y imagewriter.clq :imagewriter.clq
macros Ä :src:iw.sym
### Dependancies for IW
imagewriter.cl Ä :obj:iw.o
:obj:dialogdata.o
LINKIIGS :obj:iw.o :obj:dialogdata.o -o imagewriter.cl -t $70BB0001 ¶
-s > list
imagewriter.clq Ä :obj:lq.o
:obj:dialogdata.o
LINKIIGS :obj:lq.o :obj:dialogdata.o -o imagewriter.clq -t $70BB0001
### Dependancies for iw.o
### Setting the variable lq to 0 will build the regular Imagewriter driver
:obj:iw.o Ä :src:iw.asm
:src:hld.asm ¶
:src:lld.asm
ASMIIGS -d lq=0 :src:iw.asm -o :obj:iw.o
### Dependencies for lq.o
### Setting the variable lq to 1 will build the Imagewriter LQ driver
:obj:lq.o Ä :src:iw.asm
:src:hld.asm ¶
:src:lld.asm
ASMIIGS -d lq=1 :src:iw.asm -o :obj:lq.o
### Dependancies for dialogdata.o
:obj:dialogdata.o Ä :src:dialogdata.asm
ASMIIGS :src:dialogdata.asm -o :obj:dialogdata.o
### Dependancies for stdtext.o
:obj:stdtext.o Ä :src:stdtext.asm
ASMIIGS :src:stdtext.asm -o :obj:stdtext.o
### Dependancies for iw.sym
:src:iw.sym Ä :src:iw.asm :src:all.macros
ASMIIGS -c -d DUMPIT :src:iw.asm