]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbHostCommon/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbHostCommon / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbHostCommon
6
7 SRCDIR= tools/lldb/source/Host/common
8 SRCS=   Condition.cpp \
9         DynamicLibrary.cpp \
10         Editline.cpp \
11         File.cpp \
12         FileSpec.cpp \
13         Host.cpp \
14         Mutex.cpp \
15         OptionParser.cpp \
16         ProcessRunLock.cpp \
17         SocketAddress.cpp \
18         Symbols.cpp \
19         Terminal.cpp \
20         TimeValue.cpp
21
22 TGHDRS= DiagnosticCommonKinds \
23         DeclNodes \
24         StmtNodes \
25         CommentCommandList
26
27 .include "../lldb.lib.mk"