summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/include/Makefile
blob: 7e855ea1979b799658db9067b8a0476e6dff5754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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.h
INCS+=		tsan_interface_atomic.h

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud