]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbTarget/Makefile
Merge bmake-20150505 improve detection of malformed conditionals.
[FreeBSD/FreeBSD.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         FileAction.cpp \
14         InstrumentationRuntime.cpp \
15         InstrumentationRuntimeStopInfo.cpp \
16         JITLoader.cpp \
17         JITLoaderList.cpp \
18         LanguageRuntime.cpp \
19         Memory.cpp \
20         MemoryHistory.cpp \
21         NativeRegisterContext.cpp \
22         NativeRegisterContextRegisterInfo.cpp \
23         ObjCLanguageRuntime.cpp \
24         OperatingSystem.cpp \
25         PathMappingList.cpp \
26         Platform.cpp \
27         Process.cpp \
28         ProcessInfo.cpp \
29         ProcessLaunchInfo.cpp \
30         Queue.cpp \
31         QueueItem.cpp \
32         QueueList.cpp \
33         RegisterContext.cpp \
34         SectionLoadHistory.cpp \
35         SectionLoadList.cpp \
36         StackFrame.cpp \
37         StackFrameList.cpp \
38         StackID.cpp \
39         StopInfo.cpp \
40         SystemRuntime.cpp \
41         Target.cpp \
42         TargetList.cpp \
43         Thread.cpp \
44         ThreadCollection.cpp \
45         ThreadList.cpp \
46         ThreadPlan.cpp \
47         ThreadPlanBase.cpp \
48         ThreadPlanCallFunction.cpp \
49         ThreadPlanCallUserExpression.cpp \
50         ThreadPlanPython.cpp \
51         ThreadPlanRunToAddress.cpp \
52         ThreadPlanShouldStopHere.cpp \
53         ThreadPlanStepInRange.cpp \
54         ThreadPlanStepInstruction.cpp \
55         ThreadPlanStepOut.cpp \
56         ThreadPlanStepOverBreakpoint.cpp \
57         ThreadPlanStepOverRange.cpp \
58         ThreadPlanStepRange.cpp \
59         ThreadPlanStepThrough.cpp \
60         ThreadPlanStepUntil.cpp \
61         ThreadPlanTracer.cpp \
62         ThreadSpec.cpp \
63         UnixSignals.cpp \
64         UnwindAssembly.cpp
65
66 TGHDRS= AttrList \
67         Attrs \
68         DiagnosticCommonKinds \
69         DeclNodes \
70         StmtNodes \
71         CommentCommandList
72
73 .include "../lldb.lib.mk"