|
|
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
! 14: .if !defined(NOTEST)
! 15: TARGETS+= testacc testea testdis
! 16: .endif
1.1 root 17:
18: CXXSRCS_lib= \
19: m68030acc.cpp \
20: m68030core.cpp \
1.1.1.2 root 21: m68030disasm.cpp \
1.1 root 22: m68030ea.cpp \
23: m68030fpu.cpp \
24: m68030mmu.cpp \
25: m68030subr.cpp \
26:
27: CXXSRCS_test= \
28: testacc.cpp \
29: testdis.cpp \
30: testea.cpp \
31:
32: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
33:
34: OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
35:
36: libnnm680x0.a: ${OBJS_lib}
37: rm -f $@
38: ${AR} r $@ $>
39: ${RANLIB} $@
40:
41: testacc: testacc.o
42: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
43:
44: testea: testea.o
45: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
46:
1.1.1.4 root 47: testdis: testdis.o m68030disasm.o ../debugger/debugger_memory.o ../lib/mystring.o
1.1 root 48: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.3 root 49:
50: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.