Annotation of nono/m680x0/Makefile, revision 1.1.1.1

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: CPPFLAGS+=     -I. -I.. -I../fpe -I../lib -I../vm -I../debugger
                     11: CXXFLAGS+=     -mtune=native
                     12: 
                     13: CXXSRCS_lib=   \
                     14:        disasm.cpp              \
                     15:        m68030acc.cpp   \
                     16:        m68030core.cpp  \
                     17:        m68030ea.cpp    \
                     18:        m68030fpu.cpp   \
                     19:        m68030mmu.cpp   \
                     20:        m68030subr.cpp  \
                     21: 
                     22: CXXSRCS_test=  \
                     23:        testacc.cpp     \
                     24:        testdis.cpp     \
                     25:        testea.cpp      \
                     26: 
                     27: CXXSRCS=       ${CXXSRCS_lib} ${CXXSRCS_test}
                     28: 
                     29: OBJS_lib=      ${CXXSRCS_lib:.cpp=.o}
                     30: 
                     31: .include "../Makefile.inc"
                     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: 
                     44: testdis:       testdis.o disasm.o ../lib/mystring.o
                     45:        ${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.