mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
26 lines
479 B
Makefile
26 lines
479 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clanganalysis
|
|
|
|
SRCDIR= tools/clang/lib/Analysis
|
|
SRCS= AnalysisContext.cpp \
|
|
CFG.cpp \
|
|
CFGReachabilityAnalysis.cpp \
|
|
CFGStmtMap.cpp \
|
|
CocoaConventions.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"
|