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-diff
/
Makefile
blob
728d549623b3945fc2c9b9a0ae21af7caa709077
1
# $NetBSD: Makefile,v 1.4 2013/04/25 13:59:55 joerg Exp $
2
3
PROG_CXX
=
llvm-diff
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
tools
/
llvm-diff
9
10
SRCS
=
llvm-diff.
cpp
\
11
DiffConsumer.
cpp
\
12
DiffLog.
cpp
\
13
DifferenceEngine.
cpp
14
15
LLVM_LIBS
+=
\
16
IRReader \
17
AsmParser \
18
BitReader \
19
IR \
20
Support
21
22
.
include
"${.PARSEDIR}/../../link.mk"
23
24
.
include
<
bsd.prog.mk
>