2013-02-19 19:59:35 +00:00
|
|
|
|
2014-01-04 20:37:31 +00:00
|
|
|
# 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
|
|
|
|
|
2015-05-03 20:55:01 +02:00
|
|
|
BTSTACK_ROOT=../../..
|
2016-10-25 11:47:20 +02:00
|
|
|
# VPATH += $(BTSTACK_ROOT)/platform/daemon/example
|
2014-09-23 07:33:46 +00:00
|
|
|
|
2016-01-21 11:05:09 +01:00
|
|
|
ADDITIONAL_CFLAGS = -I.. \
|
|
|
|
-I$(BTSTACK_ROOT)/src \
|
2016-02-19 10:33:52 +01:00
|
|
|
-I$(BTSTACK_ROOT)/platform/daemon/src \
|
2016-01-21 11:05:09 +01:00
|
|
|
-I$(BTSTACK_ROOT)/platform/posix \
|
2016-03-28 13:15:21 +02:00
|
|
|
-I$(BTSTACK_ROOT)/platform/corefoundation \
|
2016-01-21 11:05:09 +01:00
|
|
|
|
2015-05-03 20:55:01 +02:00
|
|
|
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
2013-02-19 19:59:35 +00:00
|
|
|
|
2016-01-21 21:20:22 +01:00
|
|
|
TOOL_NAME = inquiry l2cap_test rfcomm_echo rfcomm_cat rfcomm_test l2cap_server l2cap_throughput
|
2013-02-19 19:59:35 +00:00
|
|
|
|
2016-10-25 11:47:20 +02:00
|
|
|
inquiry_FILES = $(BTSTACK_ROOT)/platform/daemon/example/inquiry.c
|
|
|
|
rfcomm_echo_FILES = $(BTSTACK_ROOT)/platform/daemon/example/rfcomm_echo.c
|
|
|
|
rfcomm_cat_FILES = $(BTSTACK_ROOT)/platform/daemon/example/rfcomm_cat.c
|
|
|
|
rfcomm_test_FILES = $(BTSTACK_ROOT)/platform/daemon/example/rfcomm_test.c
|
|
|
|
l2cap_test_FILES = $(BTSTACK_ROOT)/platform/daemon/example/test.c
|
|
|
|
l2cap_server_FILES = $(BTSTACK_ROOT)/platform/daemon/example/l2cap_server.c
|
|
|
|
l2cap_throughput_FILES = $(BTSTACK_ROOT)/platform/daemon/example/l2cap_throughput.c
|
2013-02-19 19:59:35 +00:00
|
|
|
|
2014-01-04 20:49:46 +00:00
|
|
|
include $(THEOS)/makefiles/common.mk
|
2013-02-19 19:59:35 +00:00
|
|
|
include $(THEOS_MAKE_PATH)/tool.mk
|