blob: f37979f9a8c8a9a08b57383f27b497f7f2d554a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
LIB= clangfrontendtool
SRCDIR= tools/clang/lib/FrontendTool
SRCS= ExecuteCompilerInvocation.cpp
TGHDRS= DiagnosticCommonKinds \
DiagnosticFrontendKinds \
Options
.include "../clang.lib.mk"
|