]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbTarget/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbTarget / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbTarget
6
7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility
8
9 SRCDIR= tools/lldb/source/Target
10 SRCS=   ABI.cpp \
11         CPPLanguageRuntime.cpp \
12         ExecutionContext.cpp \
13         LanguageRuntime.cpp \
14         Memory.cpp \
15         ObjCLanguageRuntime.cpp \
16         OperatingSystem.cpp \
17         PathMappingList.cpp \
18         Platform.cpp \
19         Process.cpp \
20         Queue.cpp \
21         QueueItem.cpp \
22         QueueList.cpp \
23         RegisterContext.cpp \
24         SectionLoadHistory.cpp \
25         SectionLoadList.cpp \
26         StackFrame.cpp \
27         StackFrameList.cpp \
28         StackID.cpp \
29         StopInfo.cpp \
30         SystemRuntime.cpp \
31         Target.cpp \
32         TargetList.cpp \
33         Thread.cpp \
34         ThreadList.cpp \
35         ThreadPlan.cpp \
36         ThreadPlanBase.cpp \
37         ThreadPlanCallFunction.cpp \
38         ThreadPlanCallUserExpression.cpp \
39         ThreadPlanRunToAddress.cpp \
40         ThreadPlanShouldStopHere.cpp \
41         ThreadPlanStepInRange.cpp \
42         ThreadPlanStepInstruction.cpp \
43         ThreadPlanStepOut.cpp \
44         ThreadPlanStepOverBreakpoint.cpp \
45         ThreadPlanStepOverRange.cpp \
46         ThreadPlanStepRange.cpp \
47         ThreadPlanStepThrough.cpp \
48         ThreadPlanStepUntil.cpp \
49         ThreadPlanTracer.cpp \
50         ThreadSpec.cpp \
51         UnixSignals.cpp \
52         UnwindAssembly.cpp
53
54 TGHDRS= DiagnosticCommonKinds \
55         DeclNodes \
56         StmtNodes \
57         CommentCommandList
58
59 .include "../lldb.lib.mk"