27c642b88f
and profile libraries.
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.profile-${CRTARCH}
|
|
|
|
.PATH: ${CRTSRC}/lib/profile
|
|
|
|
SRCS= GCDAProfiling.c\
|
|
InstrProfiling.c\
|
|
InstrProfilingBuffer.c\
|
|
InstrProfilingFile.c\
|
|
InstrProfilingPlatformDarwin.c\
|
|
InstrProfilingPlatformOther.c\
|
|
InstrProfilingRuntime.cc\
|
|
InstrProfilingUtil.c
|
|
|
|
.include <bsd.lib.mk>
|