]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/profile/Makefile
Upgrade to OpenSSH 7.3p1.
[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 # This is needed for --coverage
8 CFLAGS+=        -fvisibility=default
9
10 SRCS+=          profile/GCDAProfiling.c
11 SRCS+=          profile/InstrProfiling.c
12 SRCS+=          profile/InstrProfilingBuffer.c
13 SRCS+=          profile/InstrProfilingFile.c
14 SRCS+=          profile/InstrProfilingMerge.c
15 SRCS+=          profile/InstrProfilingMergeFile.c
16 SRCS+=          profile/InstrProfilingPlatformDarwin.c
17 SRCS+=          profile/InstrProfilingPlatformLinux.c
18 SRCS+=          profile/InstrProfilingPlatformOther.c
19 SRCS+=          profile/InstrProfilingRuntime.cc
20 SRCS+=          profile/InstrProfilingUtil.c
21 SRCS+=          profile/InstrProfilingValue.c
22 SRCS+=          profile/InstrProfilingWriter.c
23
24 .include <bsd.lib.mk>