xref: /NextBSD/lib/clang/liblldbHostPOSIX/Makefile (revision 84d351007654069f9643c8e4b4802a7f5f08ee42)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	lldbHostPOSIX
6
7SRCDIR=	tools/lldb/source/Host/posix
8SRCS=	ConnectionFileDescriptorPosix.cpp \
9	FileSystem.cpp \
10	HostInfoPosix.cpp \
11	HostProcessPosix.cpp \
12	HostThreadPosix.cpp \
13	LockFilePosix.cpp \
14	PipePosix.cpp \
15	ProcessLauncherPosix.cpp
16
17.include "../lldb.lib.mk"
18