]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangstaticanalyzerfrontend/Makefile
Merge ACPICA 20120620.
[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         DeclNodes \
14         DiagnosticCommonKinds \
15         DiagnosticFrontendKinds \
16         StmtNodes
17
18 .include "../clang.lib.mk"