e580952d8a
Approved-by: rpaulo (mentor)
25 lines
424 B
Makefile
25 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clanganalysis
|
|
|
|
SRCDIR= tools/clang/lib/Analysis
|
|
SRCS= AnalysisContext.cpp \
|
|
CFG.cpp \
|
|
CFGStmtMap.cpp \
|
|
FormatString.cpp \
|
|
LiveVariables.cpp \
|
|
PrintfFormatString.cpp \
|
|
PseudoConstantAnalysis.cpp \
|
|
ReachableCode.cpp \
|
|
ScanfFormatString.cpp \
|
|
UninitializedValues.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DeclNodes \
|
|
DiagnosticAnalysisKinds \
|
|
DiagnosticCommonKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|