]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[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 SUBDIR+=        asan
8 SUBDIR+=        asan-preinit
9 SUBDIR+=        asan_cxx
10 SUBDIR+=        asan_dynamic
11 .if ${MACHINE_CPUARCH} == "amd64"
12 SUBDIR+=        msan
13 SUBDIR+=        msan_cxx
14 .endif
15 SUBDIR+=        safestack
16 SUBDIR+=        stats
17 SUBDIR+=        stats_client
18 .if ${MACHINE_CPUARCH} == "amd64"
19 SUBDIR+=        tsan
20 SUBDIR+=        tsan_cxx
21 .endif
22 SUBDIR+=        ubsan_minimal
23 SUBDIR+=        ubsan_standalone
24 SUBDIR+=        ubsan_standalone_cxx
25 .endif
26
27 SUBDIR+=        profile
28
29 .include <bsd.subdir.mk>