aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/MacOSX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Platform/MacOSX/Makefile')
-rw-r--r--source/Plugins/Platform/MacOSX/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/source/Plugins/Platform/MacOSX/Makefile b/source/Plugins/Platform/MacOSX/Makefile
deleted file mode 100644
index 4377d369bc19..000000000000
--- a/source/Plugins/Platform/MacOSX/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-##===- source/Plugins/Platform/MacOSX/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 := ../../../..
-LEVEL := $(LLDB_LEVEL)/../..
-
-include $(LEVEL)/Makefile.config
-
-SOURCES += PlatformDarwin.cpp \
- PlatformDarwinKernel.cpp \
- PlatformMacOSX.cpp \
- PlatformRemoteiOS.cpp \
- PlatformRemoteAppleTV.cpp \
- PlatformRemoteAppleWatch.cpp
-
-ifeq ($(HOST_OS),Darwin)
-SOURCES += PlatformAppleSimulator.cpp \
- PlatformiOSSimulator.cpp \
- PlatformiOSSimulatorCoreSimulatorSupport.mm \
- PlatformAppleTVSimulator.cpp \
- PlatformAppleWatchSimulator.cpp
-endif
-
-LIBRARYNAME := lldbPluginPlatformMacOSX
-BUILD_ARCHIVE = 1
-
-include $(LLDB_LEVEL)/Makefile
-