btstack/example/Makefile.iphone

17 lines
474 B
Makefile
Raw Normal View History

2013-02-19 19:59:35 +00:00
include $(THEOS)/makefiles/common.mk
ADDITIONAL_CFLAGS = -I.. -I../include
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
2013-02-24 20:48:04 +00:00
TOOL_NAME = inquiry 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
test_FILES = test.c
rfcomm-echo_FILES = rfcomm-echo.c
rfcomm-cat_FILES = rfcomm-cat.c
rfcomm-test_FILES = rfcomm-test.c
l2cap-server_FILES = l2cap-server.c
l2cap-throughput_FILES = l2cap-throughput.c
2013-02-19 19:59:35 +00:00
include $(THEOS_MAKE_PATH)/tool.mk