Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / liblldbAPI / Makefile
blob28e1ac77fda83c26ac14be55c9e2c248570b0e6a
1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbAPI
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/API
9 SRCS+= SBAddress.cpp \
10 SBBlock.cpp \
11 SBBreakpoint.cpp \
12 SBBreakpointLocation.cpp \
13 SBBroadcaster.cpp \
14 SBCommandInterpreter.cpp \
15 SBCommandReturnObject.cpp \
16 SBCommunication.cpp \
17 SBCompileUnit.cpp \
18 SBData.cpp \
19 SBDebugger.cpp \
20 SBDeclaration.cpp \
21 SBError.cpp \
22 SBEvent.cpp \
23 SBExecutionContext.cpp \
24 SBExpressionOptions.cpp \
25 SBFileSpec.cpp \
26 SBFileSpecList.cpp \
27 SBFrame.cpp \
28 SBFunction.cpp \
29 SBHostOS.cpp \
30 SBInstruction.cpp \
31 SBInstructionList.cpp \
32 SBLineEntry.cpp \
33 SBListener.cpp \
34 SBModule.cpp \
35 SBModuleSpec.cpp \
36 SBProcess.cpp \
37 SBSection.cpp \
38 SBSourceManager.cpp \
39 SBStream.cpp \
40 SBStringList.cpp \
41 SBSymbol.cpp \
42 SBSymbolContext.cpp \
43 SBSymbolContextList.cpp \
44 SBTarget.cpp \
45 SBThread.cpp \
46 SBThreadPlan.cpp \
47 SBType.cpp \
48 SBTypeCategory.cpp \
49 SBTypeEnumMember.cpp \
50 SBTypeFilter.cpp \
51 SBTypeFormat.cpp \
52 SBTypeNameSpecifier.cpp \
53 SBTypeSummary.cpp \
54 SBTypeSynthetic.cpp \
55 SBUnixSignals.cpp \
56 SBValue.cpp \
57 SBValueList.cpp \
58 SBWatchpoint.cpp
60 .if defined(HOSTLIB)
61 .include <bsd.hostlib.mk>
62 .else
63 .include <bsd.lib.mk>
64 .endif