diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tools/Makefile b/tools/Makefile deleted file mode 100644 index 2588d87dc98a0..0000000000000 --- a/tools/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -##===- source/Makefile -------------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LLDB_LEVEL := .. -include $(LLDB_LEVEL)/../../Makefile.config - -DIRS := - -# enable lldb-gdbserver for supported platforms -ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux NetBSD GNU/kFreeBSD))) -DIRS += lldb-server -endif - -ifeq ($(HOST_OS),Darwin) -DIRS += debugserver -endif - -ifeq ($(ENABLE_WERROR),0) -DIRS += lldb-mi -endif - -DIRS += driver - -include $(LLDB_LEVEL)/Makefile |