2013-09-19 21:52:02 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
LIB= lldbHostCommon
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source/Host/common
|
|
|
|
|
SRCS= Condition.cpp \
|
2014-02-18 14:58:01 -05:00
|
|
|
Editline.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
File.cpp \
|
|
|
|
|
FileSpec.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
FileSystem.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
Host.cpp \
|
2014-11-26 12:40:03 -05:00
|
|
|
HostInfoBase.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
HostNativeThreadBase.cpp \
|
|
|
|
|
HostProcess.cpp \
|
|
|
|
|
HostThread.cpp \
|
2014-11-26 12:40:03 -05:00
|
|
|
IOObject.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
LockFileBase.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
MonitoringProcessLauncher.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
Mutex.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
NativeRegisterContext.cpp \
|
2013-11-12 12:25:33 -05:00
|
|
|
OptionParser.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
PipeBase.cpp \
|
2013-11-12 12:25:33 -05:00
|
|
|
ProcessRunLock.cpp \
|
2014-11-26 12:40:03 -05:00
|
|
|
Socket.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
SocketAddress.cpp \
|
2014-11-26 12:40:03 -05:00
|
|
|
SoftwareBreakpoint.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
StringConvert.cpp \
|
2013-09-19 21:52:02 -04:00
|
|
|
Symbols.cpp \
|
|
|
|
|
Terminal.cpp \
|
2015-02-08 12:26:41 -05:00
|
|
|
ThisThread.cpp \
|
|
|
|
|
ThreadLauncher.cpp \
|
2015-07-03 21:02:43 -04:00
|
|
|
TimeValue.cpp \
|
|
|
|
|
XML.cpp
|
2013-09-19 21:52:02 -04:00
|
|
|
|
2014-11-26 12:40:03 -05:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
|
Attrs \
|
|
|
|
|
DiagnosticCommonKinds \
|
2013-09-19 21:52:02 -04:00
|
|
|
DeclNodes \
|
|
|
|
|
StmtNodes \
|
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|