Blame | Last modification | View Log | Download | RSS feed
PORTS_INC=../../../docs/ports.incASL="/d/d/pentevo/tools/asw/bin/asw.exe"P2BIN="/d/d/pentevo/tools/asw/bin/p2bin.exe"all: 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.inc$(ASL) -U -L timer_test.s$(P2BIN) timer_test.p timer_test.bin -r \$$-$$ -kecho \ binclude \"timer_test.bin\" >tmp.s$(ASL) -U -L rom_loader.s$(P2BIN) rom_loader.p timer_test.bin -r \$$-$$ -kpage_test.bin: page_test.s ports.inc$(ASL) -U -L page_test.s$(P2BIN) page_test.p page_test.bin -r \$$-$$ -kecho \ binclude \"page_test.bin\" >tmp.s$(ASL) -U -L rom_loader.s$(P2BIN) rom_loader.p page_test.bin -r \$$-$$ -ksdmp3_test.bin: sdmp3_test.s ports.inc$(ASL) -U -L sdmp3_test.s$(P2BIN) sdmp3_test.p sdmp3_test.bin -r \$$-$$ -kecho \ binclude \"sdmp3_test.bin\" >tmp.s$(ASL) -U -L rom_loader.s$(P2BIN) rom_loader.p sdmp3_test.bin -r \$$-$$ -kclean:rm tmp.s ports.inc *.bin *.lst