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
/
libLLVMVectorize
/
Makefile
blob
7ad9fa939d49da59a7f706caf27ff8e2e0d2e902
1
# $NetBSD: Makefile,v 1.5 2013/07/07 21:36:44 joerg Exp $
2
3
LIB
=
LLVMVectorize
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Transforms
/
Vectorize
8
9
SRCS
+=
BBVectorize.
cpp
\
10
LoopVectorize.
cpp
\
11
SLPVectorizer.
cpp
\
12
Vectorize.
cpp
13
14
.if defined
(
HOSTLIB
)
15
.
include
<
bsd.hostlib.mk
>
16
.
else
17
.
include
<
bsd.lib.mk
>
18
.
endif