19 lines
332 B
Makefile
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"
|