|
|
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.5 ! root 13: TARGETS= libnnm88xx0.a
! 14: .if !defined(NOTEST)
! 15: TARGETS+= testdis
! 16: .endif
1.1 root 17:
1.1.1.5 ! root 18: CXXSRCS_lib= \
1.1 root 19: m88100core.cpp \
20: m88100disasm.cpp \
21: m88100subr.cpp \
1.1.1.2 root 22: m88200.cpp \
1.1 root 23:
1.1.1.3 root 24: CXXSRCS_test= \
25: testdis.cpp \
26:
27: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
1.1 root 28:
29: OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
30:
31: libnnm88xx0.a: ${OBJS_lib}
32: rm -f $@
33: ${AR} r $@ $>
34: ${RANLIB} $@
1.1.1.2 root 35:
1.1.1.5 ! root 36: testdis: testdis.o m88100disasm.o ../debugger/debugger_memory.o ../lib/libnnlib.a
1.1.1.3 root 37: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
38:
1.1.1.2 root 39: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.