|
|
1.1 root 1: #
2: # nono
1.1.1.2 root 3: # Copyright (C) 2020 nono project
4: # Licensed under nono-license.txt
5: #
6:
1.1 root 7: #
8: # m88xx0 コア
9: #
10:
1.1.1.2 root 11: .include "../Makefile.inc"
1.1 root 12:
1.1.1.3 ! root 13: TARGETS= libnnm88xx0.a testdis
1.1 root 14:
15: CXXSRCS_lib= \
16: m88100core.cpp \
17: m88100disasm.cpp \
18: m88100subr.cpp \
1.1.1.2 root 19: m88200.cpp \
1.1 root 20:
1.1.1.3 ! root 21: CXXSRCS_test= \
! 22: testdis.cpp \
! 23:
! 24: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
1.1 root 25:
26: OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
27:
28: libnnm88xx0.a: ${OBJS_lib}
29: rm -f $@
30: ${AR} r $@ $>
31: ${RANLIB} $@
1.1.1.2 root 32:
1.1.1.3 ! root 33: testdis: testdis.o m88100disasm.o ../debugger/debugger_memory.o ../lib/mystring.o
! 34: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
! 35:
1.1.1.2 root 36: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.