xref: /freebsd/usr.bin/clang/llvm-cov/Makefile (revision 51d027f2a4dcc45fb7b32940d88741d6539f988f)
1fe2efc8cSDimitry Andric# $FreeBSD$
2fe2efc8cSDimitry Andric
3fe2efc8cSDimitry AndricPROG_CXX=	llvm-cov
4fe2efc8cSDimitry Andric
5fe2efc8cSDimitry AndricSRCDIR=		tools/llvm-cov
6986e05bcSDimitry AndricSRCS+=		CodeCoverage.cpp
7*51d027f2SDimitry AndricSRCS+=		CoverageExporterJson.cpp
8986e05bcSDimitry AndricSRCS+=		CoverageFilters.cpp
9986e05bcSDimitry AndricSRCS+=		CoverageReport.cpp
10986e05bcSDimitry AndricSRCS+=		CoverageSummaryInfo.cpp
11986e05bcSDimitry AndricSRCS+=		SourceCoverageView.cpp
12986e05bcSDimitry AndricSRCS+=		SourceCoverageViewHTML.cpp
13986e05bcSDimitry AndricSRCS+=		SourceCoverageViewText.cpp
14986e05bcSDimitry AndricSRCS+=		TestingSupport.cpp
15986e05bcSDimitry AndricSRCS+=		gcov.cpp
16986e05bcSDimitry AndricSRCS+=		llvm-cov.cpp
17fe2efc8cSDimitry Andric
18dbc595b2SDimitry AndricLIBADD+=	z
19dbc595b2SDimitry Andric
20986e05bcSDimitry Andric.include "../llvm.prog.mk"
21