xref: /minix3/external/bsd/llvm/bin/llvm-cov/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.4 2015/01/29 20:41:34 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucPROG_CXX=	llvm-cov
4f4a2713aSLionel SambucNOMAN=		yes
5f4a2713aSLionel Sambuc
6f4a2713aSLionel Sambuc.include <bsd.init.mk>
7f4a2713aSLionel Sambuc
8f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/tools/llvm-cov
9f4a2713aSLionel Sambuc
10*0a6a1f1dSLionel SambucSRCS=	gcov.cpp \
11*0a6a1f1dSLionel Sambuc	llvm-cov.cpp \
12*0a6a1f1dSLionel Sambuc	CodeCoverage.cpp \
13*0a6a1f1dSLionel Sambuc	CoverageFilters.cpp \
14*0a6a1f1dSLionel Sambuc	CoverageReport.cpp \
15*0a6a1f1dSLionel Sambuc	CoverageSummary.cpp \
16*0a6a1f1dSLionel Sambuc	CoverageSummaryInfo.cpp \
17*0a6a1f1dSLionel Sambuc	SourceCoverageView.cpp \
18*0a6a1f1dSLionel Sambuc	TestingSupport.cpp
19f4a2713aSLionel Sambuc
20f4a2713aSLionel SambucLLVM_LIBS+= \
21*0a6a1f1dSLionel Sambuc	ProfileData \
22*0a6a1f1dSLionel Sambuc	Object \
23f4a2713aSLionel Sambuc	IR \
24f4a2713aSLionel Sambuc	Support
25f4a2713aSLionel Sambuc
26f4a2713aSLionel Sambuc.include "${.PARSEDIR}/../../link.mk"
27f4a2713aSLionel Sambuc
28f4a2713aSLionel Sambuc.include <bsd.prog.mk>
29