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

.include <bsd.own.mk>

LIB=	clangedit

SRCDIR=	tools/clang/lib/Edit
SRCS=	Commit.cpp \
	EditedSource.cpp \
	RewriteObjCFoundationAPI.cpp

TGHDRS=	AttrList \
	Attrs \
	CommentNodes \
	DeclNodes \
	StmtNodes \
	DiagnosticCommonKinds

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