|
|
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.1.7 ! root 22: m68030cache.cpp \
1.1 root 23: m68030core.cpp \
1.1.1.2 root 24: m68030disasm.cpp \
1.1 root 25: m68030ea.cpp \
26: m68030fpu.cpp \
27: m68030mmu.cpp \
1.1.1.6 root 28: m68030ops.cpp \
1.1 root 29:
30: CXXSRCS_test= \
31: testacc.cpp \
32: testdis.cpp \
33: testea.cpp \
34:
35: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
36:
37: OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
38:
39: libnnm680x0.a: ${OBJS_lib}
40: rm -f $@
41: ${AR} r $@ $>
42: ${RANLIB} $@
43:
1.1.1.6 root 44: testacc: testacc.o m68030acc.o
1.1 root 45: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
46:
1.1.1.6 root 47: testea: testea.o m68030ea.o
1.1 root 48: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
49:
1.1.1.6 root 50: testdis: testdis.o m68030disasm.o ../lib/mystring.o
1.1 root 51: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.3 root 52:
53: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.