summaryrefslogtreecommitdiff
path: root/source/Plugins/Platform/MacOSX/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-02-13 15:01:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-02-13 15:01:33 +0000
commit2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (patch)
tree525149683974afa86747b749d45f0425749e972e /source/Plugins/Platform/MacOSX/Makefile
parente195173fdf080138dbb42936dea88c605e4b9a56 (diff)
downloadsrc-test2-2fc5d2d1dfaf623ce4e24cd8590565902f8c557c.tar.gz
src-test2-2fc5d2d1dfaf623ce4e24cd8590565902f8c557c.zip
Notes
Diffstat (limited to 'source/Plugins/Platform/MacOSX/Makefile')
-rw-r--r--source/Plugins/Platform/MacOSX/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/Plugins/Platform/MacOSX/Makefile b/source/Plugins/Platform/MacOSX/Makefile
index 3e61dc982bd6..4377d369bc19 100644
--- a/source/Plugins/Platform/MacOSX/Makefile
+++ b/source/Plugins/Platform/MacOSX/Makefile
@@ -8,6 +8,25 @@
##===----------------------------------------------------------------------===##
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