]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
MFC r244628:
[FreeBSD/stable/9.git] / lib / clang / libclangstaticanalyzerfrontend / Makefile
1 # $FreeBSD$
2
3 LIB=    clangstaticanalyzerfrontend
4
5 SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
6 SRCS=   AnalysisConsumer.cpp \
7         CheckerRegistration.cpp \
8         FrontendActions.cpp
9
10 TGHDRS= AttrList \
11         Attrs \
12         Checkers \
13         CommentNodes \
14         DeclNodes \
15         DiagnosticCommonKinds \
16         DiagnosticFrontendKinds \
17         StmtNodes
18
19 .include "../clang.lib.mk"