]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
ping: use the monotonic clock to measure durations
[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 .if ${MACHINE_CPUARCH} == "amd64"
10 SUBDIR+=        msan
11 SUBDIR+=        msan_cxx
12 .endif
13 SUBDIR+=        safestack
14 SUBDIR+=        stats
15 SUBDIR+=        stats_client
16 .if ${MACHINE_CPUARCH} == "amd64"
17 SUBDIR+=        tsan
18 SUBDIR+=        tsan_cxx
19 .endif
20 SUBDIR+=        ubsan_minimal
21 SUBDIR+=        ubsan_standalone
22 SUBDIR+=        ubsan_standalone_cxx
23 .endif
24
25 SUBDIR+=        profile
26
27 .include <bsd.subdir.mk>