1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5LIB= clang_rt.profile-${CRTARCH} 6 7SRCS+= profile/GCDAProfiling.c 8SRCS+= profile/InstrProfiling.c 9SRCS+= profile/InstrProfilingBuffer.c 10SRCS+= profile/InstrProfilingFile.c 11SRCS+= profile/InstrProfilingMerge.c 12SRCS+= profile/InstrProfilingMergeFile.c 13SRCS+= profile/InstrProfilingPlatformDarwin.c 14SRCS+= profile/InstrProfilingPlatformLinux.c 15SRCS+= profile/InstrProfilingPlatformOther.c 16SRCS+= profile/InstrProfilingRuntime.cc 17SRCS+= profile/InstrProfilingUtil.c 18SRCS+= profile/InstrProfilingValue.c 19SRCS+= profile/InstrProfilingWriter.c 20 21.include <bsd.lib.mk> 22