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
|
|
|
|
|
2013-02-19 19:59:35 +00:00
|
|
|
ADDITIONAL_CFLAGS = -I.. -I../include
|
2014-01-04 20:49:46 +00:00
|
|
|
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
2013-02-19 19:59:35 +00:00
|
|
|
|
2013-03-01 00:00:00 +00:00
|
|
|
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
2013-02-19 19:59:35 +00:00
|
|
|
|
2013-02-24 20:48:04 +00:00
|
|
|
inquiry_FILES = inquiry.c
|
|
|
|
rfcomm-echo_FILES = rfcomm-echo.c
|
|
|
|
rfcomm-cat_FILES = rfcomm-cat.c
|
|
|
|
rfcomm-test_FILES = rfcomm-test.c
|
2013-03-01 00:00:00 +00:00
|
|
|
l2cap-test_FILES = test.c
|
2013-02-24 20:48:04 +00:00
|
|
|
l2cap-server_FILES = l2cap-server.c
|
|
|
|
l2cap-throughput_FILES = 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
|