summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbHostCommon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbHostCommon/Makefile')
-rw-r--r--lib/clang/liblldbHostCommon/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/clang/liblldbHostCommon/Makefile b/lib/clang/liblldbHostCommon/Makefile
index af3c053..f2022bb 100644
--- a/lib/clang/liblldbHostCommon/Makefile
+++ b/lib/clang/liblldbHostCommon/Makefile
@@ -6,32 +6,20 @@ LIB= lldbHostCommon
SRCDIR= tools/lldb/source/Host/common
SRCS= Condition.cpp \
+ DynamicLibrary.cpp \
Editline.cpp \
File.cpp \
FileSpec.cpp \
Host.cpp \
- HostInfoBase.cpp \
- HostNativeThreadBase.cpp \
- HostProcess.cpp \
- HostThread.cpp \
- IOObject.cpp \
- MonitoringProcessLauncher.cpp \
Mutex.cpp \
OptionParser.cpp \
- PipeBase.cpp \
ProcessRunLock.cpp \
- Socket.cpp \
SocketAddress.cpp \
- SoftwareBreakpoint.cpp \
Symbols.cpp \
Terminal.cpp \
- ThisThread.cpp \
- ThreadLauncher.cpp \
TimeValue.cpp
-TGHDRS= AttrList \
- Attrs \
- DiagnosticCommonKinds \
+TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
OpenPOWER on IntegriCloud