1# $FreeBSD: releng/10.3/lib/clang/libclangfrontendtool/Makefile 246259 2013-02-02 22:28:29Z dim $
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