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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
bin
/
llvm-extract
/
Makefile
blob
f4d8660531ae047b7e9a4a8fd16fb2cf6f6012f8
1
# $NetBSD: Makefile,v 1.4 2013/04/25 13:59:56 joerg Exp $
2
3
PROG_CXX
=
llvm-extract
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
tools
/
llvm-extract
9
10
SRCS
=
llvm-extract.
cpp
11
12
LLVM_LIBS
+=
\
13
IRReader \
14
AsmParser \
15
BitReader \
16
BitWriter \
17
ipo \
18
TransformsUtils \
19
Analysis \
20
Target \
21
ipa \
22
IR \
23
Support
24
25
.
include
"${.PARSEDIR}/../../link.mk"
26
27
.
include
<
bsd.prog.mk
>