xref: /netbsd-src/external/apache2/llvm/lib/libLLVMProfileData/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $
2
3LIB=	LLVMProfileData
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/ProfileData
8
9SRCS+=	GCOV.cpp \
10	InstrProf.cpp \
11	InstrProfReader.cpp \
12	InstrProfWriter.cpp \
13	ProfileSummaryBuilder.cpp \
14	SampleProf.cpp \
15	SampleProfReader.cpp \
16	SampleProfWriter.cpp
17
18.if defined(HOSTLIB)
19.include <bsd.hostlib.mk>
20.else
21.include <bsd.lib.mk>
22.endif
23