--- nono/m88xx0/Makefile 2026/04/29 17:04:31 1.1.1.1 +++ nono/m88xx0/Makefile 2026/04/29 17:04:34 1.1.1.2 @@ -1,26 +1,30 @@ # # nono -# Copyright (C) 2020 isaki@NetBSD.org +# Copyright (C) 2020 nono project +# Licensed under nono-license.txt +# + # # m88xx0 コア # -TARGETS= libnnm88xx0.a +.include "../Makefile.inc" -CXXFLAGS+= -mtune=native +TARGETS= libnnm88xx0.a CXXSRCS_lib= \ m88100core.cpp \ m88100disasm.cpp \ m88100subr.cpp \ + m88200.cpp \ CXXSRCS= ${CXXSRCS_lib} OBJS_lib= ${CXXSRCS_lib:.cpp=.o} -.include "../Makefile.inc" - libnnm88xx0.a: ${OBJS_lib} rm -f $@ ${AR} r $@ $> ${RANLIB} $@ + +.include "../Makefile.rule"