18 lines
306 B
Makefile
18 lines
306 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\
|
||
|
|
||
|
.include <bsd.lib.mk>
|