Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / libclangStaticAnalyzerCore / Makefile
blobcfef875b303add4c2d43ebce0bf54458e4145579
1 # $NetBSD: Makefile,v 1.14 2013/10/14 01:37:39 joerg Exp $
3 LIB= clangStaticAnalyzerCore
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/StaticAnalyzer/Core
9 SRCS+= APSIntType.cpp \
10 AnalysisManager.cpp \
11 AnalyzerOptions.cpp \
12 BasicValueFactory.cpp \
13 BlockCounter.cpp \
14 BugReporter.cpp \
15 BugReporterVisitors.cpp \
16 CallEvent.cpp \
17 Checker.cpp \
18 CheckerContext.cpp \
19 CheckerHelpers.cpp \
20 CheckerManager.cpp \
21 CheckerRegistry.cpp \
22 CommonBugCategories.cpp \
23 ConstraintManager.cpp \
24 CoreEngine.cpp \
25 Environment.cpp \
26 ExplodedGraph.cpp \
27 ExprEngine.cpp \
28 ExprEngineC.cpp \
29 ExprEngineCXX.cpp \
30 ExprEngineCallAndReturn.cpp \
31 ExprEngineObjC.cpp \
32 FunctionSummary.cpp \
33 HTMLDiagnostics.cpp \
34 MemRegion.cpp \
35 PathDiagnostic.cpp \
36 PlistDiagnostics.cpp \
37 ProgramState.cpp \
38 RangeConstraintManager.cpp \
39 RegionStore.cpp \
40 SimpleConstraintManager.cpp \
41 SimpleSValBuilder.cpp \
42 Store.cpp \
43 SValBuilder.cpp \
44 SVals.cpp \
45 SubEngine.cpp \
46 SymbolManager.cpp
48 .if defined(HOSTLIB)
49 .include <bsd.hostlib.mk>
50 .else
51 .include <bsd.lib.mk>
52 .endif