1 # $NetBSD: Makefile,v 1.2 2025/10/20 14:31:36 nat Exp $ 2 3 NOLINT= # defined 4 NOPROFILE= # defined 5 NOPIC= # defined 6 NOLINKLIB= # defined 7 NOCLANGERROR= # defined 8 NODEBUGLIB= # defined 9 10 .include <bsd.init.mk> 11 12 LIB= sframe 13 14 BINUTILS_MACHINE_ARCH?=${MACHINE_ARCH:C/armv[4-7]/arm/} 15 16 .include "${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH}/defs.mk" 17 18 SRCS= ${G_libsframe_la_SOURCES} 19 20 CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \ 21 -I${DIST}/include -I${DIST}/libctf 22 23 .PATH: ${DIST}/libsframe 24 25 .include <bsd.lib.mk> 26