]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
Merge bmake-20130123
[FreeBSD/FreeBSD.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"