27 lines
457 B
Makefile
27 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= clangstaticanalyzerfrontend
|
|
|
|
SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
|
|
SRCS= AnalysisConsumer.cpp \
|
|
CheckerRegistration.cpp \
|
|
ModelConsumer.cpp \
|
|
FrontendActions.cpp \
|
|
ModelInjector.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
AttrParsedAttrList \
|
|
AttrVisitor \
|
|
Attrs \
|
|
Checkers \
|
|
CommentCommandList \
|
|
CommentNodes \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|