summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbHostCommon/Makefile
blob: af3c053655f0ff885523f2c37780f7cda3fcee54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $FreeBSD$

.include <bsd.own.mk>

LIB=	lldbHostCommon

SRCDIR=	tools/lldb/source/Host/common
SRCS=	Condition.cpp \
	Editline.cpp \
	File.cpp \
	FileSpec.cpp \
	Host.cpp \
	HostInfoBase.cpp \
	HostNativeThreadBase.cpp \
	HostProcess.cpp \
	HostThread.cpp \
	IOObject.cpp \
	MonitoringProcessLauncher.cpp \
	Mutex.cpp \
	OptionParser.cpp \
	PipeBase.cpp \
	ProcessRunLock.cpp \
	Socket.cpp \
	SocketAddress.cpp \
	SoftwareBreakpoint.cpp \
	Symbols.cpp \
	Terminal.cpp \
	ThisThread.cpp \
	ThreadLauncher.cpp \
	TimeValue.cpp

TGHDRS=	AttrList \
	Attrs \
	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud