]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / clang / libclangstaticanalyzerfrontend / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangstaticanalyzerfrontend
6
7 SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
8 SRCS=   AnalysisConsumer.cpp \
9         CheckerRegistration.cpp \
10         FrontendActions.cpp
11
12 TGHDRS= AttrList \
13         Attrs \
14         Checkers \
15         CommentCommandList \
16         CommentNodes \
17         DeclNodes \
18         DiagnosticCommonKinds \
19         DiagnosticFrontendKinds \
20         StmtNodes
21
22 .include "../clang.lib.mk"