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