]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbCommands/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         CommandObjectHelp.cpp \
18         CommandObjectLog.cpp \
19         CommandObjectMemory.cpp \
20         CommandObjectMultiword.cpp \
21         CommandObjectPlatform.cpp \
22         CommandObjectPlugin.cpp \
23         CommandObjectProcess.cpp \
24         CommandObjectQuit.cpp \
25         CommandObjectRegister.cpp \
26         CommandObjectSettings.cpp \
27         CommandObjectSource.cpp \
28         CommandObjectSyntax.cpp \
29         CommandObjectTarget.cpp \
30         CommandObjectThread.cpp \
31         CommandObjectType.cpp \
32         CommandObjectVersion.cpp \
33         CommandObjectWatchpoint.cpp \
34         CommandObjectWatchpointCommand.cpp
35
36 TGHDRS= DiagnosticCommonKinds \
37         DeclNodes \
38         StmtNodes \
39         CommentCommandList
40
41 .include "../lldb.lib.mk"