Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / bin / clang-format / Makefile
blob1fa17321ad5c65d5170cbc5777c47660875f3e58
1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:33 joerg Exp $
3 PROG_CXX= clang-format
4 NOMAN= yes
6 .include <bsd.init.mk>
8 .PATH: ${CLANG_SRCDIR}/tools/clang-format
10 SRCS= ClangFormat.cpp
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
28 LLVM_LIBS+= \
29 BitReader \
30 MCParser \
31 MC \
32 Option \
33 Support
35 .include "${.PARSEDIR}/../../link.mk"
37 .include <bsd.prog.mk>