]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/xray-profiling/Makefile
Merge ^/head r357921 through r357930.
[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.cpp
8 SRCS+=          xray/xray_profiling.cpp
9 SRCS+=          xray/xray_profiling_flags.cpp
10
11 .include <bsd.lib.mk>