freebsd-nq/lib/clang/liblldbHostPOSIX/Makefile
2016-01-04 00:02:58 +00:00

19 lines
332 B
Makefile

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