]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/xray-profiling/Makefile
Update ELF Tool Chain to upstream r3769
[FreeBSD/FreeBSD.git] / lib / libclang_rt / xray-profiling / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.xray-profiling-${CRTARCH}
6
7 SRCS+=          xray/xray_profile_collector.cc
8 SRCS+=          xray/xray_profiling.cc
9 SRCS+=          xray/xray_profiling_flags.cc
10
11 .include <bsd.lib.mk>