]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"