]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/profile/Makefile
MFV r296989:
[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 .PATH:  ${CRTSRC}/lib/profile
8
9 SRCS=   GCDAProfiling.c\
10         InstrProfiling.c\
11         InstrProfilingValue.c\
12         InstrProfilingBuffer.c\
13         InstrProfilingFile.c\
14         InstrProfilingWriter.c\
15         InstrProfilingPlatformDarwin.c\
16         InstrProfilingPlatformLinux.c\
17         InstrProfilingPlatformOther.c\
18         InstrProfilingRuntime.cc\
19         InstrProfilingUtil.c
20
21 .include <bsd.lib.mk>