comparison level2/coco3_6309/modules/makefile @ 2262:6ce1eeaa029e

Fixed makefiles that I messed up.
author boisy
date Sun, 27 Dec 2009 19:21:27 +0000
parents c5e313a93c68
children 22e14df528e8
comparison
equal deleted inserted replaced
2261:21fbb6404920 2262:6ce1eeaa029e
53 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \ 53 term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \
54 w3.dw w4.dw w5.dw w6.dw w7.dw \ 54 w3.dw w4.dw w5.dw w6.dw w7.dw \
55 w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \ 55 w8.dw w9.dw w10.dw w11.dw w12.dw w13.dw w14.dw w15.dw \
56 v1.dw v2.dw v3.dw v4.dw v5.dw \ 56 v1.dw v2.dw v3.dw v4.dw v5.dw \
57 v6.dw v7.dw \ 57 v6.dw v7.dw \
58 scdwt.dr term_scdwt.dt t0_scdwt.dd t1_scdwt.dd t2_scdwt.dd t3_scdwt.dd \ 58 scdwt.dr term_scdwt.dt t0_scdwt.dd t1_scdwt.dd t2_scdwt.dd t3_scdwt.dd \
59 t4_scdwt.dd t5_scdwt.dd t6_scdwt.dd 59 t4_scdwt.dd t5_scdwt.dd t6_scdwt.dd
60 60
61 PIPE = pipeman.mn pipeman_named.mn \ 61 PIPE = pipeman.mn pipeman_named.mn \
62 piper.dr \ 62 piper.dr \
63 pipe.dd 63 pipe.dd
192 ddr0_192k.dd: r0.asm 192 ddr0_192k.dd: r0.asm
193 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 -aDD=1 193 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 -aDD=1
194 194
195 # DriveWire 3 SCF descriptors 195 # DriveWire 3 SCF descriptors
196 term_scdwt.dt: dwtdesc.asm 196 term_scdwt.dt: dwtdesc.asm
197 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1 197 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTERM=1
198 198
199 t0_scdwt.dt: dwtdesc.asm 199 t0_scdwt.dd: dwtdesc.asm
200 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=0 200 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=0
201 201
202 t1_scdwt.dt: dwtdesc.asm 202 t1_scdwt.dd: dwtdesc.asm
203 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=1 203 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=1
204 204
205 t2_scdwt.dt: dwtdesc.asm 205 t2_scdwt.dd: dwtdesc.asm
206 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=2 206 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=2
207 207
208 t3_scdwt.dt: dwtdesc.asm 208 t3_scdwt.dd: dwtdesc.asm
209 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=3 209 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=3
210 210
211 t4_scdwt.dt: dwtdesc.asm 211 t4_scdwt.dd: dwtdesc.asm
212 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=4 212 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=4
213 213
214 t5_scdwt.dt: dwtdesc.asm 214 t5_scdwt.dd: dwtdesc.asm
215 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=5 215 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=5
216 216
217 t6_scdwt.dt: dwtdesc.asm 217 t6_scdwt.dd: dwtdesc.asm
218 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=6 218 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aTNum=6
219 219
220 # DriveWire 3 RBF descriptors 220 # DriveWire 3 RBF descriptors
221 ddx0.dd: dwdesc.asm 221 ddx0.dd: dwdesc.asm
222 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0 222 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDD=1 -aDNum=0
223 223