2011-03-10 11:08:28 +08:00
|
|
|
##===- source/Plugins/Platform/Makefile --------------------*- Makefile -*-===##
|
2013-08-27 07:57:52 +08:00
|
|
|
#
|
2011-03-10 11:08:28 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2013-08-27 07:57:52 +08:00
|
|
|
#
|
2011-03-10 11:08:28 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LLDB_LEVEL := ../../..
|
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/../../Makefile.config
|
|
|
|
|
2014-10-14 14:26:33 +08:00
|
|
|
PARALLEL_DIRS := gdb-server MacOSX Linux FreeBSD POSIX Windows Kalimba
|
2011-03-10 11:08:28 +08:00
|
|
|
|
2012-02-29 02:25:00 +08:00
|
|
|
# ifeq ($(HOST_OS),Darwin)
|
|
|
|
# DIRS += MacOSX
|
|
|
|
# endif
|
2013-08-27 07:57:52 +08:00
|
|
|
#
|
2012-02-29 02:25:00 +08:00
|
|
|
# ifeq ($(HOST_OS),Linux)
|
|
|
|
# DIRS += Linux
|
|
|
|
# endif
|
2013-08-27 07:57:52 +08:00
|
|
|
#
|
2012-02-29 02:25:00 +08:00
|
|
|
# ifeq ($(HOST_OS),FreeBSD)
|
|
|
|
# DIRS += FreeBSD
|
|
|
|
# endif
|
2013-07-01 16:21:36 +08:00
|
|
|
#
|
|
|
|
# ifeq ($(HOST_OS),GNU/kFreeBSD)
|
|
|
|
# DIRS += FreeBSD
|
|
|
|
# endif
|
2011-03-10 11:08:28 +08:00
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|