]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangfrontendtool/Makefile
Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We
[FreeBSD/FreeBSD.git] / lib / clang / libclangfrontendtool / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangfrontendtool
6
7 SRCDIR= tools/clang/lib/FrontendTool
8 SRCS=   ExecuteCompilerInvocation.cpp
9
10 TGHDRS= CommentCommandList \
11         DeclNodes \
12         DiagnosticCommonKinds \
13         DiagnosticFrontendKinds \
14         Options \
15         StmtNodes
16
17 .include "../clang.lib.mk"