freebsd-dev/lib/libclang_rt/Makefile

28 lines
504 B
Makefile
Raw Normal View History

# $FreeBSD$
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= include
SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
2018-08-04 14:39:45 +00:00
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= msan
SUBDIR+= msan_cxx
2018-08-04 14:39:45 +00:00
.endif
SUBDIR+= safestack
SUBDIR+= stats
SUBDIR+= stats_client
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= tsan
SUBDIR+= tsan_cxx
.endif
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx
.endif
SUBDIR+= profile
.include <bsd.subdir.mk>