2015-09-10 20:35:47 +00:00

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>