Annotation of nono/m680x0/Makefile, revision 1.1.1.2

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2017 [email protected]
                      4: #
                      5: # m680x0 コア
                      6: #
                      7: 
                      8: TARGETS=       libnnm680x0.a testacc testea testdis
                      9: 
                     10: CXXFLAGS+=     -mtune=native
                     11: 
                     12: CXXSRCS_lib=   \
                     13:        m68030acc.cpp   \
                     14:        m68030core.cpp  \
1.1.1.2 ! root       15:        m68030disasm.cpp        \
1.1       root       16:        m68030ea.cpp    \
                     17:        m68030fpu.cpp   \
                     18:        m68030mmu.cpp   \
                     19:        m68030subr.cpp  \
                     20: 
                     21: CXXSRCS_test=  \
                     22:        testacc.cpp     \
                     23:        testdis.cpp     \
                     24:        testea.cpp      \
                     25: 
                     26: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     27: 
                     28: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     29: 
                     30: .include "../Makefile.inc"
                     31: 
                     32: libnnm680x0.a: ${OBJS_lib}
                     33:        rm -f $@
                     34:        ${AR} r $@ $>
                     35:        ${RANLIB} $@
                     36: 
                     37: testacc:       testacc.o
                     38:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     39: 
                     40: testea:                testea.o
                     41:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     42: 
1.1.1.2 ! root       43: testdis:       testdis.o m68030disasm.o ../lib/mystring.o
1.1       root       44:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}

unix.superglobalmegacorp.com

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