|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2019 [email protected]
4: #
5: # debugger
6: #
7:
8: TARGETS= libnndebugger.a
9:
10: CXXSRCS= \
1.1.1.2 ! root 11: console.cpp \
! 12: console_stdio.cpp \
! 13: console_tcp.cpp \
1.1 root 14: debugger.cpp \
1.1.1.2 ! root 15: debugger_m680x0.cpp \
! 16: debugger_m88xx0.cpp \
1.1 root 17:
18: OBJS= ${CXXSRCS:.cpp=.o}
19:
20: .include "../Makefile.inc"
21:
22: libnndebugger.a: ${OBJS}
23: rm -f $@
24: ${AR} r $@ $>
25: ${RANLIB} $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.