]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
MFH
[FreeBSD/FreeBSD.git] / lib / libclang_rt / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
6 SUBDIR+= include\
7          asan\
8          asan-preinit\
9          asan_dynamic\
10          asan_cxx\
11          safestack\
12          ubsan_standalone\
13          ubsan_standalone_cxx
14 .endif
15
16 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
17     (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
18 SUBDIR+= profile
19 .endif
20
21 .include <bsd.subdir.mk>