2 ifneq ($(or
$(ENABLE_IOS
),$(ENABLE_MAC
),$(ENABLE_MACCAT
)),)
4 CheckXcodeDir
=$(or
$(and
$(wildcard $(1))),$(warning Could not find Xcode in
"$(1)"))
6 ifeq ($(call CheckXcodeDir
,$(XCODE_DIR
)),)
7 $(error Could not find Xcode at
$(XCODE_DIR
))
14 ANDROID_TOOLCHAIN_DIR?
=$(HOME
)/android-toolchain
15 ANDROID_TOOLCHAIN_CACHE_DIR?
=$(HOME
)/android-archives