|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2023 nono project
4: # Licensed under nono-license.txt
5: #
6:
7: TOPDIR= ../..
8: CXXFLAGS= \
9: -I${TOPDIR} \
10: -I${TOPDIR}/lib \
11:
12: optest.com: optest.z80
13: perl ${TOPDIR}/util/runcom/z80tocom.pl $> $@
14:
15: optest.z80: optest.asm
16: z80-asm $> 0100:$@
17:
18: optest.asm: gen.asm subr.asm
19: -rm -f $@
20: cat $> > $@
21:
22: gen.asm: optestxp_gen
23: -rm -f $@
24: ./optestxp_gen > $@
25:
26: optestxp_gen: optestxp_gen.o ${TOPDIR}/lib/libnnlib.a
27: ${CXX} ${LDFLAGS} -o $@ $>
28:
29: optestxp_gen.o: optestxp_gen.cpp
30: ${CXX} ${CXXFLAGS} -c $>
31:
32: .PHONY: clean
33: clean:
34: rm -f optest.z80 optest.asm gen.asm optestxp_gen *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.