18 lines
278 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= clangfrontendtool
SRCDIR= tools/clang/lib/FrontendTool
SRCS= ExecuteCompilerInvocation.cpp
TGHDRS= CommentCommandList \
DeclNodes \
DiagnosticCommonKinds \
DiagnosticFrontendKinds \
Options \
StmtNodes
.include "../clang.lib.mk"