]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
Merge ^/head r336870 through r337285, and resolve conflicts.
[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+=        msan
10 SUBDIR+=        msan_cxx
11 SUBDIR+=        safestack
12 SUBDIR+=        stats
13 SUBDIR+=        stats_client
14 .if ${MACHINE_CPUARCH} == "amd64"
15 SUBDIR+=        tsan
16 SUBDIR+=        tsan_cxx
17 .endif
18 SUBDIR+=        ubsan_minimal
19 SUBDIR+=        ubsan_standalone
20 SUBDIR+=        ubsan_standalone_cxx
21 .endif
22
23 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
24     ${MACHINE_CPUARCH} == "arm"
25 SUBDIR+=        profile
26 .endif
27
28 .include <bsd.subdir.mk>