]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbCommands/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbCommands / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbCommands
6
7 SRCDIR= tools/lldb/source/Commands
8 SRCS=   CommandCompletions.cpp \
9         CommandObjectApropos.cpp \
10         CommandObjectArgs.cpp \
11         CommandObjectBreakpoint.cpp \
12         CommandObjectBreakpointCommand.cpp \
13         CommandObjectCommands.cpp \
14         CommandObjectDisassemble.cpp \
15         CommandObjectExpression.cpp \
16         CommandObjectFrame.cpp \
17         CommandObjectGUI.cpp \
18         CommandObjectHelp.cpp \
19         CommandObjectLog.cpp \
20         CommandObjectMemory.cpp \
21         CommandObjectMultiword.cpp \
22         CommandObjectPlatform.cpp \
23         CommandObjectPlugin.cpp \
24         CommandObjectProcess.cpp \
25         CommandObjectQuit.cpp \
26         CommandObjectRegister.cpp \
27         CommandObjectSettings.cpp \
28         CommandObjectSource.cpp \
29         CommandObjectSyntax.cpp \
30         CommandObjectTarget.cpp \
31         CommandObjectThread.cpp \
32         CommandObjectType.cpp \
33         CommandObjectVersion.cpp \
34         CommandObjectWatchpoint.cpp \
35         CommandObjectWatchpointCommand.cpp
36
37 TGHDRS= DiagnosticCommonKinds \
38         DeclNodes \
39         StmtNodes \
40         CommentCommandList
41
42 .include "../lldb.lib.mk"