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
/
clang-format
/
Makefile
blob
1fa17321ad5c65d5170cbc5777c47660875f3e58
1
# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:33 joerg Exp $
2
3
PROG_CXX
=
clang-format
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
CLANG_SRCDIR
}/
tools
/
clang-format
9
10
SRCS
=
ClangFormat.
cpp
11
12
CLANG_LIBS
+=
\
13
clangFormat \
14
clangToolingCore \
15
clangTooling \
16
clangFrontend \
17
clangSerialization \
18
clangDriver \
19
clangParse \
20
clangRewrite \
21
clangSema \
22
clangEdit \
23
clangAnalysis \
24
clangAST \
25
clangLex \
26
clangBasic
27
28
LLVM_LIBS
+=
\
29
BitReader \
30
MCParser \
31
MC \
32
Option \
33
Support
34
35
.
include
"${.PARSEDIR}/../../link.mk"
36
37
.
include
<
bsd.prog.mk
>