17 lines
392 B
Makefile
17 lines
392 B
Makefile
#
|
|
# File: Makefile.machine.iPhoneOS-6.1-armv7
|
|
# Author: Mike Frandsen
|
|
# Date: Mon Apr 7, 2014
|
|
#
|
|
# Description:
|
|
# Machine dependent compilation options and variable definitions
|
|
# for iOS to be built on a Mac. Relies on import of
|
|
# Makefile.core.iOS.
|
|
#
|
|
|
|
LOCAL_PLATFORM_NAME = iPhoneOS
|
|
XCODE_SDK_VERSION = 6.1
|
|
LOCAL_TARGET_ARCH = armv7
|
|
|
|
include $(SRILM)/common/Makefile.core.iOS
|