1# $FreeBSD: releng/11.0/lib/clang/libclangformat/Makefile 301993 2016-06-17 16:46:58Z bdrewery $
2
3.include <bsd.own.mk>
4
5LIB=	clangformat
6
7SRCDIR=	tools/clang/lib/Format
8
9SRCS=	BreakableToken.cpp \
10	ContinuationIndenter.cpp \
11	Format.cpp \
12	FormatToken.cpp \
13	TokenAnnotator.cpp \
14	UnwrappedLineFormatter.cpp \
15	UnwrappedLineParser.cpp \
16	WhitespaceManager.cpp
17
18TGHDRS=	DiagnosticCommonKinds
19
20.include "../clang.lib.mk"
21