Makefile (98e0ffaefb0f241cda3a72395d3be04192ae0d47) Makefile (852790874793186f2dfe59fd7c7a082c6920ed9c)
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\
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 InstrProfilingUtil.c
16
17.include <bsd.lib.mk>
17
18.include <bsd.lib.mk>