2015-01-08 22:40:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-01-13 19:54:47 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
2016-09-03 21:41:29 +00:00
|
|
|
SUBDIR+= include
|
|
|
|
SUBDIR+= asan
|
|
|
|
SUBDIR+= asan-preinit
|
|
|
|
SUBDIR+= asan_cxx
|
2017-12-23 21:41:32 +00:00
|
|
|
SUBDIR+= asan_dynamic
|
2018-08-04 14:39:45 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64"
|
2018-08-03 15:30:32 +00:00
|
|
|
SUBDIR+= msan
|
|
|
|
SUBDIR+= msan_cxx
|
2018-08-04 14:39:45 +00:00
|
|
|
.endif
|
2016-09-03 21:41:29 +00:00
|
|
|
SUBDIR+= safestack
|
|
|
|
SUBDIR+= stats
|
|
|
|
SUBDIR+= stats_client
|
2017-12-25 13:17:29 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64"
|
2017-12-23 21:41:32 +00:00
|
|
|
SUBDIR+= tsan
|
|
|
|
SUBDIR+= tsan_cxx
|
2017-12-25 13:17:29 +00:00
|
|
|
.endif
|
2017-12-23 21:41:32 +00:00
|
|
|
SUBDIR+= ubsan_minimal
|
2016-09-03 21:41:29 +00:00
|
|
|
SUBDIR+= ubsan_standalone
|
|
|
|
SUBDIR+= ubsan_standalone_cxx
|
2015-01-13 19:54:47 +00:00
|
|
|
.endif
|
|
|
|
|
2016-09-03 21:41:29 +00:00
|
|
|
SUBDIR+= profile
|
2015-01-08 22:40:56 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|