Annotation of nono/debugger/Makefile, revision 1.1.1.3

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.2   root       16:        console.cpp \
                     17:        console_stdio.cpp \
                     18:        console_tcp.cpp \
1.1       root       19:        debugger.cpp \
1.1.1.2   root       20:        debugger_m680x0.cpp \
                     21:        debugger_m88xx0.cpp \
1.1       root       22: 
                     23: OBJS=  ${CXXSRCS:.cpp=.o}
                     24: 
                     25: libnndebugger.a:       ${OBJS}
                     26:        rm -f $@
                     27:        ${AR} r $@ $>
                     28:        ${RANLIB} $@
1.1.1.3 ! root       29: 
        !            30: .include "../Makefile.rule"

unix.superglobalmegacorp.com

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