]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/xray-basic/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / lib / libclang_rt / xray-basic / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.xray-basic-${CRTARCH}
6
7 SRCS+=          xray/xray_basic_flags.cc
8 SRCS+=          xray/xray_basic_logging.cc
9
10 .include <bsd.lib.mk>