Annotation of nono/debugger/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2019 [email protected]
                      4: #
                      5: # debugger
                      6: #
                      7: 
                      8: TARGETS=       libnndebugger.a
                      9: 
                     10: CPPFLAGS+=     -I. -I.. -I../lib -I../m680x0 -I../fpe -I../vm
                     11: 
                     12: CXXSRCS=       \
                     13:        consio.cpp \
                     14:        debugger.cpp \
                     15:        memdump.cpp \
                     16: 
                     17: OBJS=  ${CXXSRCS:.cpp=.o}
                     18: 
                     19: .include "../Makefile.inc"
                     20: 
                     21: libnndebugger.a:       ${OBJS}
                     22:        rm -f $@
                     23:        ${AR} r $@ $>
                     24:        ${RANLIB} $@

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.