comparison Makefile @ 864:40703069bb68

Get everything needed to build menu.bin either committed or buildable via the Makefile
author Michael Pavone <pavone@retrodev.com>
date Thu, 05 Nov 2015 19:35:48 -0800
parents 124a58fdcf3a
children 69a6ec208111
comparison
equal deleted inserted replaced
863:b6f42044c8a7 864:40703069bb68
192 %.o : %.S 192 %.o : %.S
193 $(CC) -c -o $@ $< 193 $(CC) -c -o $@ $<
194 194
195 %.o : %.c 195 %.o : %.c
196 $(CC) $(CFLAGS) -c -o $@ $< 196 $(CC) $(CFLAGS) -c -o $@ $<
197 %.png : %.xcf
198 xcf2png $< > $@
199
200 %.tiles : %.spec
201 ./img2tiles.py -s $< $@
197 202
198 %.bin : %.s68 203 %.bin : %.s68
199 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< 204 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $<
200 205
201 %.bin : %.sz8 206 %.bin : %.sz8
202 vasmz80_mot -Fbin -spaces -o $@ $< 207 vasmz80_mot -Fbin -spaces -o $@ $<
203 208
209 arrow.tiles : arrow.png
210 font_interlace_variable.tiles : font_interlace_variable.png
211 menu.bin : font_interlace_variable.tiles arrow.tiles
212
204 clean : 213 clean :
205 rm -rf $(ALL) trans ztestrun ztestgen *.o 214 rm -rf $(ALL) trans ztestrun ztestgen *.o