]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclanganalysis/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libclanganalysis / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clanganalysis
6
7 SRCDIR= tools/clang/lib/Analysis
8 SRCS=   AnalysisDeclContext.cpp \
9         BodyFarm.cpp \
10         CFG.cpp \
11         CFGReachabilityAnalysis.cpp \
12         CFGStmtMap.cpp \
13         CallGraph.cpp \
14         CocoaConventions.cpp \
15         Dominators.cpp \
16         FormatString.cpp \
17         LiveVariables.cpp \
18         ObjCNoReturn.cpp \
19         PostOrderCFGView.cpp \
20         PrintfFormatString.cpp \
21         ProgramPoint.cpp \
22         PseudoConstantAnalysis.cpp \
23         ReachableCode.cpp \
24         ScanfFormatString.cpp \
25         ThreadSafety.cpp \
26         UninitializedValues.cpp
27
28 TGHDRS= AttrList \
29         Attrs \
30         CommentCommandList \
31         CommentNodes \
32         DeclNodes \
33         DiagnosticAnalysisKinds \
34         DiagnosticCommonKinds \
35         StmtNodes
36
37 .include "../clang.lib.mk"