]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[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         DeclNodes \
14         DiagnosticCommonKinds \
15         DiagnosticFrontendKinds \
16         StmtNodes
17
18 .include "../clang.lib.mk"