Annotation of nono/m680x0/Makefile, revision 1.1.1.4

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: # m680x0 コア
                      9: #
                     10: 
1.1.1.3   root       11: .include "../Makefile.inc"
1.1       root       12: 
1.1.1.3   root       13: TARGETS=       libnnm680x0.a testacc testea testdis
1.1       root       14: 
                     15: CXXSRCS_lib=   \
                     16:        m68030acc.cpp   \
                     17:        m68030core.cpp  \
1.1.1.2   root       18:        m68030disasm.cpp        \
1.1       root       19:        m68030ea.cpp    \
                     20:        m68030fpu.cpp   \
                     21:        m68030mmu.cpp   \
                     22:        m68030subr.cpp  \
                     23: 
                     24: CXXSRCS_test=  \
                     25:        testacc.cpp     \
                     26:        testdis.cpp     \
                     27:        testea.cpp      \
                     28: 
                     29: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     30: 
                     31: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     32: 
                     33: libnnm680x0.a: ${OBJS_lib}
                     34:        rm -f $@
                     35:        ${AR} r $@ $>
                     36:        ${RANLIB} $@
                     37: 
                     38: testacc:       testacc.o
                     39:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     40: 
                     41: testea:                testea.o
                     42:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     43: 
1.1.1.4 ! root       44: testdis:       testdis.o m68030disasm.o ../debugger/debugger_memory.o ../lib/mystring.o
1.1       root       45:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.3   root       46: 
                     47: .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.