Annotation of nono/m88xx0/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
1.1.1.2 ! root        3: # Copyright (C) 2020 nono project
        !             4: # Licensed under nono-license.txt
        !             5: #
        !             6: 
1.1       root        7: #
                      8: # m88xx0 コア
                      9: #
                     10: 
1.1.1.2 ! root       11: .include "../Makefile.inc"
1.1       root       12: 
1.1.1.2 ! root       13: TARGETS=       libnnm88xx0.a
1.1       root       14: 
                     15: CXXSRCS_lib=           \
                     16:        m88100core.cpp  \
                     17:        m88100disasm.cpp        \
                     18:        m88100subr.cpp  \
1.1.1.2 ! root       19:        m88200.cpp      \
1.1       root       20: 
                     21: CXXSRCS=       ${CXXSRCS_lib}
                     22: 
                     23: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     24: 
                     25: libnnm88xx0.a: ${OBJS_lib}
                     26:        rm -f $@
                     27:        ${AR} r $@ $>
                     28:        ${RANLIB} $@
1.1.1.2 ! 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.