1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5LIB= clang_rt.profile-${CRTARCH} 6 7.PATH: ${CRTSRC}/lib/profile 8 9SRCS= 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> 18