]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
openssh: cherry-pick OpenSSL 1.1.1 compatibility
[FreeBSD/FreeBSD.git] / lib / libclang_rt / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
4 SUBDIR+=        include
5 SUBDIR+=        asan
6 SUBDIR+=        asan-preinit
7 SUBDIR+=        asan_cxx
8 SUBDIR+=        asan_dynamic
9 SUBDIR+=        safestack
10 SUBDIR+=        stats
11 SUBDIR+=        stats_client
12 .if ${MACHINE_CPUARCH} == "amd64"
13 SUBDIR+=        tsan
14 SUBDIR+=        tsan_cxx
15 .endif
16 SUBDIR+=        ubsan_minimal
17 SUBDIR+=        ubsan_standalone
18 SUBDIR+=        ubsan_standalone_cxx
19 .endif
20
21 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
22     ${MACHINE_CPUARCH} == "arm"
23 SUBDIR+=        profile
24 .endif
25
26 .include <bsd.subdir.mk>