Home | History | Annotate | Line # | Download | only in tests
      1 # $NetBSD: Makefile.inc,v 1.11 2023/04/24 20:35:49 uwe Exp $
      2 WARNS ?= 4
      3 CWARNFLAGS+= -Wno-missing-noreturn
      4 TOOLSSRCDIR:= ${.PARSEDIR}
      5 CPPFLAGS+= -I${TOOLSSRCDIR}
      6 .if ${RUMPFIFO:Uno} == "yes"
      7 LIBRUMPFIFO_PRE = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
      8 .endif
      9 LIBRUMPFIFO = -lrumpvfs_nofifofs
     10 LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread
     11 
     12 .if ${RUMP_SANITIZE:Uno} != "no"
     13 LIBRUMPBASE+=	-fsanitize=${RUMP_SANITIZE}
     14 .endif
     15