]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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"