summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangformat/Makefile
blob: 6d82a58093b1776a9f68a3d0442b6817c559631f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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"
OpenPOWER on IntegriCloud