2015-01-08 17:40:56 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2019-09-13 17:03:43 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
|
|
|
SUBDIR+= include
|
|
|
|
|
SUBDIR+= asan
|
|
|
|
|
SUBDIR+= asan-preinit
|
|
|
|
|
SUBDIR+= asan_cxx
|
|
|
|
|
SUBDIR+= asan_dynamic
|
|
|
|
|
SUBDIR+= cfi
|
|
|
|
|
SUBDIR+= cfi_diag
|
|
|
|
|
SUBDIR+= safestack
|
|
|
|
|
SUBDIR+= stats
|
|
|
|
|
SUBDIR+= stats_client
|
|
|
|
|
SUBDIR+= ubsan_minimal
|
|
|
|
|
SUBDIR+= ubsan_standalone
|
|
|
|
|
SUBDIR+= ubsan_standalone_cxx
|
|
|
|
|
.endif # amd64 || i386
|
2015-01-13 14:54:47 -05:00
|
|
|
|
2019-09-13 17:03:43 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64"
|
|
|
|
|
SUBDIR+= dd
|
|
|
|
|
SUBDIR+= fuzzer
|
|
|
|
|
SUBDIR+= fuzzer_no_main
|
|
|
|
|
SUBDIR+= msan
|
|
|
|
|
SUBDIR+= msan_cxx
|
|
|
|
|
SUBDIR+= tsan
|
|
|
|
|
SUBDIR+= tsan_cxx
|
|
|
|
|
SUBDIR+= xray
|
|
|
|
|
SUBDIR+= xray-basic
|
|
|
|
|
SUBDIR+= xray-fdr
|
|
|
|
|
SUBDIR+= xray-profiling
|
|
|
|
|
.endif # amd64
|
2019-09-01 14:21:06 -04:00
|
|
|
|
2019-09-13 17:03:43 -04:00
|
|
|
SUBDIR+= profile
|
2015-01-08 17:40:56 -05:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|