]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - lib/clang/libclangfrontendtool/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.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= DiagnosticCommonKinds \
11         DiagnosticFrontendKinds \
12         Options
13
14 .include "../clang.lib.mk"