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

.include <bsd.own.mk>

LIB=	clangfrontendtool

SRCDIR=	tools/clang/lib/FrontendTool
SRCS=	ExecuteCompilerInvocation.cpp

TGHDRS=	CommentCommandList \
	DeclNodes \
	DiagnosticCommonKinds \
	DiagnosticFrontendKinds \
	Options \
	StmtNodes

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