]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libclangstaticanalyzercore/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libclangstaticanalyzercore / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangstaticanalyzercore
6
7 SRCDIR= tools/clang/lib/StaticAnalyzer/Core
8 SRCS=   APSIntType.cpp \
9         AnalysisManager.cpp \
10         AnalyzerOptions.cpp \
11         BasicValueFactory.cpp \
12         BlockCounter.cpp \
13         BugReporter.cpp \
14         BugReporterVisitors.cpp \
15         CallEvent.cpp \
16         Checker.cpp \
17         CheckerContext.cpp \
18         CheckerHelpers.cpp \
19         CheckerManager.cpp \
20         CheckerRegistry.cpp \
21         CommonBugCategories.cpp \
22         ConstraintManager.cpp \
23         CoreEngine.cpp \
24         Environment.cpp \
25         ExplodedGraph.cpp \
26         ExprEngine.cpp \
27         ExprEngineC.cpp \
28         ExprEngineCXX.cpp \
29         ExprEngineCallAndReturn.cpp \
30         ExprEngineObjC.cpp \
31         FunctionSummary.cpp \
32         HTMLDiagnostics.cpp \
33         MemRegion.cpp \
34         PathDiagnostic.cpp \
35         PlistDiagnostics.cpp \
36         ProgramState.cpp \
37         RangeConstraintManager.cpp \
38         RegionStore.cpp \
39         SValBuilder.cpp \
40         SVals.cpp \
41         SimpleConstraintManager.cpp \
42         SimpleSValBuilder.cpp \
43         Store.cpp \
44         SubEngine.cpp \
45         SymbolManager.cpp
46
47 TGHDRS= AttrList \
48         Attrs \
49         CommentCommandList \
50         CommentNodes \
51         DeclNodes \
52         DiagnosticCommonKinds \
53         StmtNodes
54
55 .include "../clang.lib.mk"