--- nono/fpe/Makefile 2026/04/29 17:04:28 1.1 +++ nono/fpe/Makefile 2026/04/29 17:04:33 1.1.1.3 @@ -1,15 +1,19 @@ # # nono -# Copyright (C) 2018 isaki@NetBSD.org +# Copyright (C) 2020 nono project +# Licensed under nono-license.txt +# + # # m68k FPE # +.include "../Makefile.inc" + TARGETS= libnnfpe.a -CPPFLAGS+= -I../m680x0 +WARNFLAGS+= -Wno-pointer-sign #CPPFLAGS+= -DLOCAL -CPPFLAGS+= -Wno-pointer-sign CSRCS= \ fpu_add.c \ @@ -34,9 +38,9 @@ CSRCS= \ OBJS= ${CSRCS:.c=.o} -.include "../Makefile.inc" - libnnfpe.a: ${OBJS} rm -f $@ ${AR} r $@ $> ${RANLIB} $@ + +.include "../Makefile.rule"