Annotation of nono/m680x0/Makefile, revision 1.1.1.8

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.5   root       13: TARGETS=       libnnm680x0.a
1.1.1.7   root       14: .if !defined(RELEASE)
1.1.1.5   root       15: TARGETS+=      testacc testea testdis
                     16: .endif
1.1       root       17: 
                     18: CXXSRCS_lib=   \
                     19:        m68030acc.cpp   \
1.1.1.6   root       20:        m68030bitfield.cpp      \
                     21:        m68030bus.cpp   \
1.1       root       22:        m68030core.cpp  \
1.1.1.2   root       23:        m68030disasm.cpp        \
1.1       root       24:        m68030ea.cpp    \
                     25:        m68030fpu.cpp   \
                     26:        m68030mmu.cpp   \
1.1.1.6   root       27:        m68030ops.cpp   \
1.1       root       28: 
                     29: CXXSRCS_test=  \
                     30:        testacc.cpp     \
                     31:        testdis.cpp     \
                     32:        testea.cpp      \
                     33: 
                     34: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     35: 
                     36: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     37: 
                     38: libnnm680x0.a: ${OBJS_lib}
                     39:        rm -f $@
                     40:        ${AR} r $@ $>
                     41:        ${RANLIB} $@
                     42: 
1.1.1.6   root       43: testacc:       testacc.o m68030acc.o
1.1       root       44:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     45: 
1.1.1.6   root       46: testea:                testea.o m68030ea.o
1.1       root       47:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
                     48: 
1.1.1.6   root       49: testdis:       testdis.o m68030disasm.o ../lib/mystring.o
1.1       root       50:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.3   root       51: 
                     52: .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.