1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/clang/liblldbHostPOSIX/Makefile
Ed Maste 9d984acfb7 Update FreeBSD LLDB build for 3.6 update
Sponsored by:	DARPA, AFRL
2015-02-08 17:26:41 +00:00

17 lines
291 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbHostPOSIX
SRCDIR= tools/lldb/source/Host/posix
SRCS= ConnectionFileDescriptorPosix.cpp \
FileSystem.cpp \
HostInfoPosix.cpp \
HostProcessPosix.cpp \
HostThreadPosix.cpp \
PipePosix.cpp \
ProcessLauncherPosix.cpp
.include "../lldb.lib.mk"