Files
netbsd/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile
2013-04-06 16:48:33 +02:00

53 lines
1.0 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2012/09/23 17:22:25 joerg Exp $
LIB= clangStaticAnalyzerCore
.include <bsd.init.mk>
.PATH: ${CLANG_SRCDIR}/lib/StaticAnalyzer/Core
SRCS+= APSIntType.cpp \
AnalysisManager.cpp \
AnalyzerOptions.cpp \
BasicValueFactory.cpp \
BlockCounter.cpp \
BugReporter.cpp \
BugReporterVisitors.cpp \
CallEvent.cpp \
Checker.cpp \
CheckerContext.cpp \
CheckerHelpers.cpp \
CheckerManager.cpp \
CheckerRegistry.cpp \
ConstraintManager.cpp \
CoreEngine.cpp \
Environment.cpp \
ExplodedGraph.cpp \
ExprEngine.cpp \
ExprEngineC.cpp \
ExprEngineCXX.cpp \
ExprEngineCallAndReturn.cpp \
ExprEngineObjC.cpp \
FunctionSummary.cpp \
HTMLDiagnostics.cpp \
MemRegion.cpp \
PathDiagnostic.cpp \
PlistDiagnostics.cpp \
ProgramState.cpp \
RangeConstraintManager.cpp \
RegionStore.cpp \
SimpleConstraintManager.cpp \
SimpleSValBuilder.cpp \
Store.cpp \
SValBuilder.cpp \
SVals.cpp \
SubEngine.cpp \
SymbolManager.cpp \
TextPathDiagnostics.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif