]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbHostCommon/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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         File.cpp \
11         FileSpec.cpp \
12         Host.cpp \
13         Mutex.cpp \
14         SocketAddress.cpp \
15         Symbols.cpp \
16         Terminal.cpp \
17         TimeValue.cpp
18
19 TGHDRS= DiagnosticCommonKinds \
20         DeclNodes \
21         StmtNodes \
22         CommentCommandList
23
24 .include "../lldb.lib.mk"