build all tools

This commit is contained in:
matthias.ringwald 2013-02-24 20:48:04 +00:00
parent 3d188d63f7
commit 784db2d54c

View File

@ -3,27 +3,14 @@ include $(THEOS)/makefiles/common.mk
ADDITIONAL_CFLAGS = -I.. -I../include
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
TOOL_NAME = inquiry
TOOL_NAME = inquiry test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
inquiry_FILES = inquiry.c
# Note: don't know how to build all the tools from a single Makefile
# TOOL_NAME = test
# test_FILES = test.c
# TOOL_NAME = rfcomm_echo
# rfcomm_echo_FILES = rfcomm_echo.c
# TOOL_NAME = rfcomm-cat
# rfcomm-cat_FILES = rfcomm-cat.c
# TOOL_NAME = rfcomm-test
# rfcomm-test_FILES = rfcomm-test.c
# TOOL_NAME = l2cap-server
# l2cap-server_FILES = l2cap-server.c
# TOOL_NAME = l2cap-throughput
# l2cap-throughput_FILES = l2cap-throughput.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
include $(THEOS_MAKE_PATH)/tool.mk