xref: /freebsd/lib/libclang_rt/xray-basic/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <bsd.init.mk>
2
3LIB=		clang_rt.xray-basic-${CRTARCH}
4
5CFLAGS+=	-DSANITIZER_COMMON_NO_REDEFINE_BUILTINS
6
7SRCS+=		xray/xray_basic_flags.cpp
8SRCS+=		xray/xray_basic_logging.cpp
9
10.include <bsd.lib.mk>
11