1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.6 2015/01/29 20:41:38 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldbTarget 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Target 8f4a2713aSLionel Sambuc 9f4a2713aSLionel SambucCPPFLAGS.Thread.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility 10f4a2713aSLionel Sambuc 11f4a2713aSLionel SambucSRCS+= ABI.cpp \ 12f4a2713aSLionel Sambuc CPPLanguageRuntime.cpp \ 13f4a2713aSLionel Sambuc ExecutionContext.cpp \ 14*0a6a1f1dSLionel Sambuc InstrumentationRuntime.cpp \ 15*0a6a1f1dSLionel Sambuc InstrumentationRuntimeStopInfo.cpp \ 16*0a6a1f1dSLionel Sambuc JITLoader.cpp \ 17*0a6a1f1dSLionel Sambuc JITLoaderList.cpp \ 18f4a2713aSLionel Sambuc LanguageRuntime.cpp \ 19f4a2713aSLionel Sambuc Memory.cpp \ 20*0a6a1f1dSLionel Sambuc NativeRegisterContext.cpp \ 21*0a6a1f1dSLionel Sambuc NativeRegisterContextRegisterInfo.cpp \ 22f4a2713aSLionel Sambuc ObjCLanguageRuntime.cpp \ 23f4a2713aSLionel Sambuc OperatingSystem.cpp \ 24f4a2713aSLionel Sambuc PathMappingList.cpp \ 25f4a2713aSLionel Sambuc Platform.cpp \ 26f4a2713aSLionel Sambuc Process.cpp \ 27*0a6a1f1dSLionel Sambuc ProcessInfo.cpp \ 28*0a6a1f1dSLionel Sambuc ProcessLaunchInfo.cpp \ 29*0a6a1f1dSLionel Sambuc Queue.cpp \ 30*0a6a1f1dSLionel Sambuc QueueItem.cpp \ 31*0a6a1f1dSLionel Sambuc QueueList.cpp \ 32f4a2713aSLionel Sambuc RegisterContext.cpp \ 33*0a6a1f1dSLionel Sambuc SectionLoadHistory.cpp \ 34f4a2713aSLionel Sambuc SectionLoadList.cpp \ 35f4a2713aSLionel Sambuc StackFrame.cpp \ 36f4a2713aSLionel Sambuc StackFrameList.cpp \ 37f4a2713aSLionel Sambuc StackID.cpp \ 38f4a2713aSLionel Sambuc StopInfo.cpp \ 39f4a2713aSLionel Sambuc SystemRuntime.cpp \ 40f4a2713aSLionel Sambuc Target.cpp \ 41f4a2713aSLionel Sambuc TargetList.cpp \ 42f4a2713aSLionel Sambuc Thread.cpp \ 43f4a2713aSLionel Sambuc ThreadList.cpp \ 44f4a2713aSLionel Sambuc ThreadPlan.cpp \ 45f4a2713aSLionel Sambuc ThreadPlanBase.cpp \ 46f4a2713aSLionel Sambuc ThreadPlanCallFunction.cpp \ 47f4a2713aSLionel Sambuc ThreadPlanCallUserExpression.cpp \ 48*0a6a1f1dSLionel Sambuc ThreadPlanPython.cpp \ 49f4a2713aSLionel Sambuc ThreadPlanRunToAddress.cpp \ 50f4a2713aSLionel Sambuc ThreadPlanShouldStopHere.cpp \ 51f4a2713aSLionel Sambuc ThreadPlanStepInRange.cpp \ 52f4a2713aSLionel Sambuc ThreadPlanStepInstruction.cpp \ 53f4a2713aSLionel Sambuc ThreadPlanStepOut.cpp \ 54f4a2713aSLionel Sambuc ThreadPlanStepOverBreakpoint.cpp \ 55f4a2713aSLionel Sambuc ThreadPlanStepOverRange.cpp \ 56f4a2713aSLionel Sambuc ThreadPlanStepRange.cpp \ 57f4a2713aSLionel Sambuc ThreadPlanStepThrough.cpp \ 58f4a2713aSLionel Sambuc ThreadPlanStepUntil.cpp \ 59f4a2713aSLionel Sambuc ThreadPlanTracer.cpp \ 60f4a2713aSLionel Sambuc ThreadSpec.cpp \ 61f4a2713aSLionel Sambuc UnixSignals.cpp \ 62f4a2713aSLionel Sambuc UnwindAssembly.cpp 63f4a2713aSLionel Sambuc 64f4a2713aSLionel Sambuc.if defined(HOSTLIB) 65f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 66f4a2713aSLionel Sambuc.else 67f4a2713aSLionel Sambuc.include <bsd.lib.mk> 68f4a2713aSLionel Sambuc.endif 69