opnsense-src/lib/clang/libclangformat/Makefile
Bryan Drewery bc2abcfdef Add clang-format under WITH_CLANG_EXTRAS.
Reviewed by:	dim
Approved by:	re (gjb)
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D6856
2016-06-17 16:46:58 +00:00

20 lines
335 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= clangformat
SRCDIR= tools/clang/lib/Format
SRCS= BreakableToken.cpp \
ContinuationIndenter.cpp \
Format.cpp \
FormatToken.cpp \
TokenAnnotator.cpp \
UnwrappedLineFormatter.cpp \
UnwrappedLineParser.cpp \
WhitespaceManager.cpp
TGHDRS= DiagnosticCommonKinds
.include "../clang.lib.mk"