freebsd-dev/lib/libclang_rt/include/Makefile
Dimitry Andric 53b715b5ba Update compiler-rt to 3.9.0 release, and update the build glue for
libcompiler_rt and libclang_rt.
2016-09-03 21:41:29 +00:00

21 lines
417 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
.PATH: ${CRTSRC}/include/sanitizer
INCSDIR= ${CLANGDIR}/include/sanitizer
INCS+= allocator_interface.h
INCS+= asan_interface.h
INCS+= common_interface_defs.h
INCS+= coverage_interface.h
INCS+= dfsan_interface.h
INCS+= esan_interface.h
INCS+= linux_syscall_hooks.h
INCS+= lsan_interface.h
INCS+= msan_interface.h
INCS+= tsan_interface_atomic.h
.include <bsd.prog.mk>