mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9d984acfb7
Sponsored by: DARPA, AFRL
17 lines
291 B
Makefile
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"
|