]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/profile/Makefile
MFC r309362:
[FreeBSD/FreeBSD.git] / lib / libclang_rt / profile / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.profile-${CRTARCH}
6
7 SRCS+=          profile/GCDAProfiling.c
8 SRCS+=          profile/InstrProfiling.c
9 SRCS+=          profile/InstrProfilingBuffer.c
10 SRCS+=          profile/InstrProfilingFile.c
11 SRCS+=          profile/InstrProfilingMerge.c
12 SRCS+=          profile/InstrProfilingMergeFile.c
13 SRCS+=          profile/InstrProfilingPlatformDarwin.c
14 SRCS+=          profile/InstrProfilingPlatformLinux.c
15 SRCS+=          profile/InstrProfilingPlatformOther.c
16 SRCS+=          profile/InstrProfilingRuntime.cc
17 SRCS+=          profile/InstrProfilingUtil.c
18 SRCS+=          profile/InstrProfilingValue.c
19 SRCS+=          profile/InstrProfilingWriter.c
20
21 .include <bsd.lib.mk>