]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbHostPOSIX/Makefile
Update build glue for clang and the llvm/clang extras.
[FreeBSD/FreeBSD.git] / lib / clang / liblldbHostPOSIX / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbHostPOSIX
6
7 SRCDIR= tools/lldb/source/Host/posix
8 SRCS=   ConnectionFileDescriptorPosix.cpp \
9         DomainSocket.cpp \
10         FileSystem.cpp \
11         HostInfoPosix.cpp \
12         HostProcessPosix.cpp \
13         HostThreadPosix.cpp \
14         LockFilePosix.cpp \
15         PipePosix.cpp \
16         ProcessLauncherPosix.cpp
17
18 .include "../lldb.lib.mk"