1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	clangfrontendtool
6
7SRCDIR=	tools/clang/lib/FrontendTool
8SRCS=	ExecuteCompilerInvocation.cpp
9
10TGHDRS=	DiagnosticCommonKinds \
11	DiagnosticFrontendKinds \
12	Options
13
14.include "../clang.lib.mk"
15