|
|
1.1 root 1: #
2: # nono
1.1.1.3 root 3: # Copyright (C) 2020 nono project
4: # Licensed under nono-license.txt
5: #
6:
1.1 root 7: #
8: # debugger
9: #
10:
1.1.1.3 root 11: .include "../Makefile.inc"
12:
1.1 root 13: TARGETS= libnndebugger.a
14:
15: CXXSRCS= \
1.1.1.4 root 16: branchhistory.cpp \
1.1.1.5 ! root 17: debugger.cpp \
! 18: debugger_m680x0.cpp \
! 19: debugger_m88xx0.cpp \
1.1.1.4 root 20: debugger_memory.cpp \
1.1.1.5 ! root 21: disasm.cpp \
! 22: vectortable.cpp \
1.1 root 23:
24: OBJS= ${CXXSRCS:.cpp=.o}
25:
26: libnndebugger.a: ${OBJS}
27: rm -f $@
28: ${AR} r $@ $>
29: ${RANLIB} $@
1.1.1.3 root 30:
31: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.