aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/libclangfrontendtool/Makefile
blob: f20aa35a11a8d18b03c946fdd8317f13740bda33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

LIB=	clangfrontendtool

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

TGHDRS=	DiagnosticCommonKinds \
	DiagnosticFrontendKinds \
	Options

.include "../clang.lib.mk"