freebsd-dev/lib/clang/libclangstaticanalyzerfrontend/Makefile

23 lines
378 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= clangstaticanalyzerfrontend
SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
SRCS= AnalysisConsumer.cpp \
CheckerRegistration.cpp \
FrontendActions.cpp
TGHDRS= AttrList \
Attrs \
Checkers \
CommentCommandList \
CommentNodes \
DeclNodes \
DiagnosticCommonKinds \
DiagnosticFrontendKinds \
StmtNodes
.include "../clang.lib.mk"