1BTSTACK_ROOT=../../../../ 2 3all: btstack/command_builder.py btstack/event_factory.py 4 5btstack/command_builder.py: ${BTSTACK_ROOT}/tool/python_generator.py ${BTSTACK_ROOT}/src/bluetooth.h ${BTSTACK_ROOT}/src/btstack_defines.h 6 ${BTSTACK_ROOT}/tool/python_generator.py 7 8btstack/event_factory.py: ${BTSTACK_ROOT}/tool/python_generator.py ${BTSTACK_ROOT}/src/bluetooth.h ${BTSTACK_ROOT}/src/btstack_defines.h 9 ${BTSTACK_ROOT}/tool/python_generator.py 10 11clean: 12 rm -f btstack/command_builder.py btstack/event_factory.py 13