ea718b0e08
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
13 lines
207 B
Makefile
13 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangfrontendtool
|
|
|
|
SRCDIR= tools/clang/lib/FrontendTool
|
|
SRCS= ExecuteCompilerInvocation.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds \
|
|
Options
|
|
|
|
.include "../clang.lib.mk"
|