Annotation of nono/m88xx0/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # nono
        !             3: # Copyright (C) 2020 [email protected]
        !             4: #
        !             5: # m88xx0 コア
        !             6: #
        !             7: 
        !             8: TARGETS=       libnnm88xx0.a
        !             9: 
        !            10: CXXFLAGS+=     -mtune=native
        !            11: 
        !            12: CXXSRCS_lib=           \
        !            13:        m88100core.cpp  \
        !            14:        m88100disasm.cpp        \
        !            15:        m88100subr.cpp  \
        !            16: 
        !            17: CXXSRCS=       ${CXXSRCS_lib}
        !            18: 
        !            19: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
        !            20: 
        !            21: .include "../Makefile.inc"
        !            22: 
        !            23: libnnm88xx0.a: ${OBJS_lib}
        !            24:        rm -f $@
        !            25:        ${AR} r $@ $>
        !            26:        ${RANLIB} $@

unix.superglobalmegacorp.com

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