--- nono/m680x0/Makefile 2026/04/29 17:04:28 1.1.1.1 +++ nono/m680x0/Makefile 2026/04/29 17:04:31 1.1.1.2 @@ -7,13 +7,12 @@ TARGETS= libnnm680x0.a testacc testea testdis -CPPFLAGS+= -I. -I.. -I../fpe -I../lib -I../vm -I../debugger CXXFLAGS+= -mtune=native CXXSRCS_lib= \ - disasm.cpp \ m68030acc.cpp \ m68030core.cpp \ + m68030disasm.cpp \ m68030ea.cpp \ m68030fpu.cpp \ m68030mmu.cpp \ @@ -41,5 +40,5 @@ testacc: testacc.o testea: testea.o ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} -testdis: testdis.o disasm.o ../lib/mystring.o +testdis: testdis.o m68030disasm.o ../lib/mystring.o ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}