Home | History | Annotate | Line # | Download | only in sanitizer
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2018/02/01 20:50:22 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 # not supported
     17 #INCS+=	msan_interface.h # not ready in GCC
     18 INCS+=	tsan_interface_atomic.h
     19 
     20 .include <bsd.own.mk>
     21 
     22 INCSDIR=	/usr/include/gcc-5/sanitizer
     23 
     24 .include <bsd.prog.mk>
     25