Annotation of nono/debugger/Makefile, revision 1.1.1.6

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    \
1.1.1.6 ! root       18:        debugger_hd64180.cpp    \
1.1.1.5   root       19:        debugger_m680x0.cpp     \
                     20:        debugger_m88xx0.cpp     \
1.1.1.4   root       21:        debugger_memory.cpp     \
1.1.1.5   root       22:        disasm.cpp      \
1.1.1.6 ! root       23:        memdump.cpp     \
1.1.1.5   root       24:        vectortable.cpp \
1.1       root       25: 
                     26: OBJS=  ${CXXSRCS:.cpp=.o}
                     27: 
                     28: libnndebugger.a:       ${OBJS}
                     29:        rm -f $@
                     30:        ${AR} r $@ $>
                     31:        ${RANLIB} $@
1.1.1.3   root       32: 
                     33: .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.