summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangrewritecore/Makefile
blob: 3a628d0a9a6b2e8c9eb1c2ec55c08c9c6d15c254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

LIB=	clangrewritecore

SRCDIR=	tools/clang/lib/Rewrite/Core
SRCS=	DeltaTree.cpp \
	HTMLRewrite.cpp \
	RewriteRope.cpp \
	Rewriter.cpp \
	TokenRewriter.cpp

TGHDRS=	AttrList \
	Attrs \
	DeclNodes \
	DiagnosticCommonKinds \
	StmtNodes

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud