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