repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
bin
/
llvm-size
/
Makefile
blob
ea08aa38613064c43c5e4fb3187f03e85183af7f
1
# $NetBSD: Makefile,v 1.2 2014/08/10 17:34:20 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
MCParser \
15
MC \
16
BitReader \
17
IR \
18
Support
19
20
.
include
"${.PARSEDIR}/../../link.mk"
21
22
.
include
<
bsd.prog.mk
>