]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangfrontendtool/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libclangfrontendtool / Makefile
1 # $FreeBSD$
2
3 LIB=    clangfrontendtool
4
5 SRCDIR= tools/clang/lib/FrontendTool
6 SRCS=   ExecuteCompilerInvocation.cpp
7
8 TGHDRS= CC1Options \
9         DiagnosticCommonKinds \
10         DiagnosticFrontendKinds
11
12 .include "../clang.lib.mk"