]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangfrontendtool/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"