]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"