]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/profile/Makefile
Update LLDB snapshot to upstream r241361
[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         InstrProfilingBuffer.c\
12         InstrProfilingFile.c\
13         InstrProfilingPlatformDarwin.c\
14         InstrProfilingPlatformOther.c\
15         InstrProfilingRuntime.cc\
16
17 .include <bsd.lib.mk>