xref: /freebsd/lib/libclang_rt/profile/Makefile (revision 91d03e2e)
191d03e2eSDimitry Andric# $FreeBSD$
291d03e2eSDimitry Andric
391d03e2eSDimitry Andric.include <bsd.init.mk>
491d03e2eSDimitry Andric
591d03e2eSDimitry AndricLIB=	clang_rt.profile-${CRTARCH}
691d03e2eSDimitry Andric
791d03e2eSDimitry Andric.PATH:	${CRTSRC}/lib/profile
891d03e2eSDimitry Andric
991d03e2eSDimitry AndricSRCS=	GCDAProfiling.c\
1091d03e2eSDimitry Andric	InstrProfiling.c\
1191d03e2eSDimitry Andric	InstrProfilingBuffer.c\
1291d03e2eSDimitry Andric	InstrProfilingFile.c\
1391d03e2eSDimitry Andric	InstrProfilingPlatformDarwin.c\
1491d03e2eSDimitry Andric	InstrProfilingPlatformOther.c\
1591d03e2eSDimitry Andric	InstrProfilingRuntime.cc\
1691d03e2eSDimitry Andric
1791d03e2eSDimitry Andric.include <bsd.lib.mk>
18