Makefile (c2c014f24c10f90d85126ac5fbd4d8524de32b1c) Makefile (fb142d88715c407bebf777730d5bd6cbf73e2bc7)
1# $FreeBSD$
2
3.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
4SUBDIR+= include
5SUBDIR+= asan
6SUBDIR+= asan-preinit
1# $FreeBSD$
2
3.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
4SUBDIR+= include
5SUBDIR+= asan
6SUBDIR+= asan-preinit
7SUBDIR+= asan_dynamic
8SUBDIR+= asan_cxx
7SUBDIR+= asan_cxx
8SUBDIR+= asan_dynamic
9SUBDIR+= safestack
10SUBDIR+= stats
11SUBDIR+= stats_client
9SUBDIR+= safestack
10SUBDIR+= stats
11SUBDIR+= stats_client
12SUBDIR+= tsan
13SUBDIR+= tsan_cxx
14SUBDIR+= ubsan_minimal
12SUBDIR+= ubsan_standalone
13SUBDIR+= ubsan_standalone_cxx
14.endif
15
16.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
17 (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
18SUBDIR+= profile
19.endif
20
21.include <bsd.subdir.mk>
15SUBDIR+= ubsan_standalone
16SUBDIR+= ubsan_standalone_cxx
17.endif
18
19.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
20 (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
21SUBDIR+= profile
22.endif
23
24.include <bsd.subdir.mk>