1# $OpenBSD: Makefile,v 1.4 2023/11/11 18:35:39 robert Exp $
2
3LIB=	lldbHostPOSIX
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8SRCS=	ConnectionFileDescriptorPosix.cpp \
9	DomainSocket.cpp \
10	FileSystemPosix.cpp \
11	HostInfoPosix.cpp \
12	HostProcessPosix.cpp \
13	HostThreadPosix.cpp \
14	LockFilePosix.cpp \
15	MainLoopPosix.cpp \
16	PipePosix.cpp \
17	ProcessLauncherPosixFork.cpp
18
19.PATH:	${.CURDIR}/../../../llvm/lldb/source/Host/posix
20
21install:
22	@# Nothing here so far ...
23
24.include <bsd.lib.mk>
25
26CPPFLAGS+=	${LLDB_INCLUDES}
27CPPFLAGS+=	${CLANG_INCLUDES}
28