Rev 94 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
PORTS_INC=../../../docs/ports.incall: timer_test.bin page_test.bin sdmp3_test.binports.inc: $(PORTS_INC)cat $(PORTS_INC) | sed s/#/0x/ >ports.inctimer_test.bin: timer_test.s ports.incasl -U -L timer_test.sp2bin timer_test.p timer_test.bin -r \$$-$$ -kecho \ binclude \"timer_test.bin\" >tmp.sasl -U -L rom_loader.sp2bin rom_loader.p timer_test.bin -r \$$-$$ -kpage_test.bin: page_test.s ports.incasl -U -L page_test.sp2bin page_test.p page_test.bin -r \$$-$$ -kecho \ binclude \"page_test.bin\" >tmp.sasl -U -L rom_loader.sp2bin rom_loader.p page_test.bin -r \$$-$$ -ksdmp3_test.bin: sdmp3_test.s ports.incasl -U -L sdmp3_test.sp2bin sdmp3_test.p sdmp3_test.bin -r \$$-$$ -kecho \ binclude \"sdmp3_test.bin\" >tmp.sasl -U -L rom_loader.sp2bin rom_loader.p sdmp3_test.bin -r \$$-$$ -kclean:rm tmp.s ports.inc *.bin *.lst