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