|
|
1.1 ! root 1: # ! 2: # nono ! 3: # Copyright (C) 2022 nono project ! 4: # Licensed under nono-license.txt ! 5: # ! 6: ! 7: # ! 8: # HD64*180 コア ! 9: # ! 10: ! 11: .include "../Makefile.inc" ! 12: ! 13: TARGETS= libnnhd64180.a ! 14: .if !defined(NOTEST) ! 15: TARGETS+= testdis ! 16: .endif ! 17: ! 18: CXXSRCS_lib= \ ! 19: hd64180acc.cpp \ ! 20: hd64180core.cpp \ ! 21: hd64180disasm.cpp \ ! 22: hd647180dev.cpp \ ! 23: hd647180io.cpp \ ! 24: ! 25: CXXSRCS_test= \ ! 26: testdis.cpp \ ! 27: ! 28: CXXSRCS= ${CXXSRCS_lib} ${CXXSRCS_test} ! 29: ! 30: OBJS_lib= ${CXXSRCS_lib:.cpp=.o} ! 31: ! 32: libnnhd64180.a: ${OBJS_lib} ! 33: rm -f $@ ! 34: ${AR} r $@ $> ! 35: ${RANLIB} $@ ! 36: ! 37: testdis: testdis.o hd64180disasm.o ../lib/mystring.o ! 38: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} ! 39: ! 40: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.