Home | History | Annotate | Line # | Download | only in sanitizer
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2020/09/13 02:37:32 kamil Exp $
      2 
      3 .include "../../../Makefile.gcc_path"
      4 
      5 NOOBJ=	#defined
      6 
      7 SANITIZER=	${GCCDIST}/libsanitizer
      8 
      9 .PATH:	${SANITIZER}/include/sanitizer
     10 
     11 INCS=	#
     12 INCS+=	allocator_interface.h
     13 INCS+=	asan_interface.h
     14 INCS+=	common_interface_defs.h
     15 #INCS+=	dfsan_interface.h # not supported
     16 INCS+=	lsan_interface.h
     17 #INCS+=	msan_interface.h # not ready in GCC
     18 INCS+=	netbsd_syscall_hooks.h
     19 INCS+=	tsan_interface.h
     20 INCS+=	tsan_interface_atomic.h
     21 
     22 .include <bsd.own.mk>
     23 
     24 INCSDIR=	${GCC_INCSDIR}/sanitizer
     25 
     26 .include <bsd.prog.mk>
     27