2015-01-08 22:40:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-09-13 21:03:43 +00: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 19:54:47 +00:00
|
|
|
|
2019-09-13 21:03:43 +00: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 18:21:06 +00:00
|
|
|
|
2019-09-13 21:03:43 +00:00
|
|
|
SUBDIR+= profile
|
2015-01-08 22:40:56 +00:00
|
|
|
|
2020-10-12 10:42:33 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
2015-01-08 22:40:56 +00:00
|
|
|
.include <bsd.subdir.mk>
|