repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
bin
/
llvm-cov
/
Makefile
blob
15c90fcf45117f61992036ecadcb366eadcb499d
1
# $NetBSD: Makefile,v 1.2 2013/01/23 15:02:55 joerg Exp $
2
3
PROG_CXX
=
llvm-cov
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
tools
/
llvm-cov
9
10
SRCS
=
llvm-cov.
cpp
11
12
LLVM_LIBS
+=
\
13
IR \
14
Support
15
16
.
include
"${.PARSEDIR}/../../link.mk"
17
18
.
include
<
bsd.prog.mk
>