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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMIRReader
/
Makefile
blob
c6e27e48d7072e22d248fdd5f6fb1cfefb389f88
1
# $NetBSD: Makefile,v 1.1 2013/04/25 13:59:57 joerg Exp $
2
3
LIB
=
LLVMIRReader
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
IRReader
8
9
SRCS
+=
IRReader.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif