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-size
/
Makefile
blob
c48b0474cb182dfb00d039b37a37503baf1a9324
1
# $NetBSD: Makefile,v 1.1 2011/10/11 13:53:58 joerg Exp $
2
3
PROG_CXX
=
llvm-size
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
tools
/
llvm-size
9
10
SRCS
=
llvm-size.
cpp
11
12
LLVM_LIBS
+=
\
13
Object \
14
Support
15
16
.
include
"${.PARSEDIR}/../../link.mk"
17
18
.
include
<
bsd.prog.mk
>