|
|
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 \
1.1.1.2 root 21: m88200.cpp \
1.1 root 22:
1.1.1.3 root 23: CXXSRCS_test= \
24: testdis.cpp \
25:
26: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test}
1.1 root 27:
28: OBJS_lib= ${CXXSRCS_lib:.cpp=.o}
29:
30: libnnm88xx0.a: ${OBJS_lib}
31: rm -f $@
32: ${AR} r $@ $>
33: ${RANLIB} $@
1.1.1.2 root 34:
1.1.1.7 ! root 35: testdis: testdis.o m88100disasm.o ../lib/mystring.o
1.1.1.3 root 36: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
37:
1.1.1.2 root 38: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.