blob: a46dbcaf5a4aff09bd9209f5cd1f1d1b81eebc36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbHostPOSIX
SRCDIR= tools/lldb/source/Host/posix
SRCS= ConnectionFileDescriptorPosix.cpp \
FileSystem.cpp \
HostInfoPosix.cpp \
HostProcessPosix.cpp \
HostThreadPosix.cpp \
LockFilePosix.cpp \
PipePosix.cpp \
ProcessLauncherPosix.cpp
.include "../lldb.lib.mk"
|