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 InstrProfilingValue.c\ 12 InstrProfilingBuffer.c\ 13 InstrProfilingFile.c\ 14 InstrProfilingWriter.c\ 15 InstrProfilingPlatformDarwin.c\ 16 InstrProfilingPlatformLinux.c\ 17 InstrProfilingPlatformOther.c\ 18 InstrProfilingRuntime.cc\ 19 InstrProfilingUtil.c 20 21.include <bsd.lib.mk> 22