2011-02-20 14:33:47 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2013-02-02 17:28:29 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2011-02-20 14:33:47 -05:00
|
|
|
LIB= clangstaticanalyzerfrontend
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
|
|
|
|
|
SRCS= AnalysisConsumer.cpp \
|
|
|
|
|
CheckerRegistration.cpp \
|
2015-01-26 13:48:27 -05:00
|
|
|
FrontendActions.cpp \
|
2015-12-31 09:39:45 -05:00
|
|
|
ModelConsumer.cpp \
|
2015-01-26 13:48:27 -05:00
|
|
|
ModelInjector.cpp
|
2011-02-20 14:33:47 -05:00
|
|
|
|
|
|
|
|
TGHDRS= AttrList \
|
2015-01-26 13:48:27 -05:00
|
|
|
AttrParsedAttrList \
|
2014-11-24 14:46:35 -05:00
|
|
|
AttrVisitor \
|
2011-02-20 14:33:47 -05:00
|
|
|
Attrs \
|
|
|
|
|
Checkers \
|
2013-04-12 13:57:40 -04:00
|
|
|
CommentCommandList \
|
2012-08-20 14:33:03 -04:00
|
|
|
CommentNodes \
|
2011-02-20 14:33:47 -05:00
|
|
|
DeclNodes \
|
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
|
DiagnosticFrontendKinds \
|
|
|
|
|
StmtNodes
|
|
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|