]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbTarget/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         RegisterContext.cpp \
21         SectionLoadList.cpp \
22         StackFrame.cpp \
23         StackFrameList.cpp \
24         StackID.cpp \
25         StopInfo.cpp \
26         Target.cpp \
27         TargetList.cpp \
28         Thread.cpp \
29         ThreadList.cpp \
30         ThreadPlan.cpp \
31         ThreadPlanBase.cpp \
32         ThreadPlanCallFunction.cpp \
33         ThreadPlanCallUserExpression.cpp \
34         ThreadPlanRunToAddress.cpp \
35         ThreadPlanShouldStopHere.cpp \
36         ThreadPlanStepInRange.cpp \
37         ThreadPlanStepInstruction.cpp \
38         ThreadPlanStepOut.cpp \
39         ThreadPlanStepOverBreakpoint.cpp \
40         ThreadPlanStepOverRange.cpp \
41         ThreadPlanStepRange.cpp \
42         ThreadPlanStepThrough.cpp \
43         ThreadPlanStepUntil.cpp \
44         ThreadPlanTracer.cpp \
45         ThreadSpec.cpp \
46         UnixSignals.cpp \
47         UnwindAssembly.cpp
48
49 TGHDRS= DiagnosticCommonKinds \
50         DeclNodes \
51         StmtNodes \
52         CommentCommandList
53
54 .include "../lldb.lib.mk"