freebsd-skq/lib/clang/libclangfrontendtool/Makefile
2010-09-20 16:43:17 +00:00

13 lines
210 B
Makefile

# $FreeBSD$
LIB= clangfrontendtool
SRCDIR= tools/clang/lib/FrontendTool
SRCS= ExecuteCompilerInvocation.cpp
TGHDRS= CC1Options \
DiagnosticCommonKinds \
DiagnosticFrontendKinds
.include "../clang.lib.mk"