summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbHostCommon/Makefile
blob: 1e328b6830200fee22d5bbc5cfd7174f4080f6fa (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
#	$NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $

LIB=	lldbHostCommon

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Host/common

SRCS+=	Condition.cpp \
	DynamicLibrary.cpp \
	Editline.cpp \
	File.cpp \
	FileSpec.cpp \
	Host.cpp \
	IOObject.cpp \
	MonitoringProcessLauncher.cpp \
	Mutex.cpp \
	NativeBreakpoint.cpp \
	NativeBreakpointList.cpp \
	NativeProcessProtocol.cpp \
	NativeThreadProtocol.cpp \
	OptionParser.cpp \
	PipeBase.cpp \
	ProcessRunLock.cpp \
	Socket.cpp \
	SocketAddress.cpp \
	SoftwareBreakpoint.cpp \
	Symbols.cpp \
	Terminal.cpp \
	TimeValue.cpp

CPPFLAGS.OptionParser.cpp+=	-Dgetopt_long_only=getopt_long

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif