aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/Makefile
blob: ce86dc1cb059a2242b8025a0a883c7a52b32ee14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include <src.opts.mk>

.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= include\
	 asan\
	 asan-preinit\
	 asan_cxx\
	 safestack\
	 ubsan_standalone\
	 ubsan_standalone_cxx
.endif

.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
    (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
SUBDIR+= profile
.endif

.include <bsd.subdir.mk>