btstack/PatchBlueTool/Makefile

15 lines
424 B
Makefile
Raw Normal View History

# lipoplastic setup for armv6 + arm64 compilation
TARGET := iphone:clang
THEOS_PLATFORM_SDK_ROOT_armv6 = /Applications/Xcode-4.4.1.app/Contents/Developer
SDKVERSION_armv6 = 5.1
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
ARCHS = armv6 arm64
2013-02-28 22:58:42 +00:00
TOOL_NAME = PatchBlueTool
PatchBlueTool_FILES = PatchBlueTool.c
include $(THEOS)/makefiles/common.mk
2013-02-28 22:58:42 +00:00
include $(THEOS_MAKE_PATH)/tool.mk