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