Makefile.inc (1aadab7a3b8d0c79dbe1777da79fbc5d8e370975) Makefile.inc (07f151d6de89e48210660f8e7d1af284b4c2c7ad)
1
2VPATH += ${BTSTACK_ROOT}/src
3VPATH += ${BTSTACK_ROOT}/src/ble
4VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
5VPATH += ${BTSTACK_ROOT}/src/classic
6VPATH += ${BTSTACK_ROOT}/src/mesh
7VPATH += ${BTSTACK_ROOT}/example
8VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce

--- 202 unchanged lines hidden (view full) ---

211 gatt_counter \
212 gatt_heart_rate_client \
213 gatt_streamer_server \
214 hog_keyboard_demo \
215 hog_mouse_demo \
216 hog_boot_host_demo \
217 le_data_channel_client \
218 le_data_channel_server \
1
2VPATH += ${BTSTACK_ROOT}/src
3VPATH += ${BTSTACK_ROOT}/src/ble
4VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
5VPATH += ${BTSTACK_ROOT}/src/classic
6VPATH += ${BTSTACK_ROOT}/src/mesh
7VPATH += ${BTSTACK_ROOT}/example
8VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce

--- 202 unchanged lines hidden (view full) ---

211 gatt_counter \
212 gatt_heart_rate_client \
213 gatt_streamer_server \
214 hog_keyboard_demo \
215 hog_mouse_demo \
216 hog_boot_host_demo \
217 le_data_channel_client \
218 le_data_channel_server \
219 le_mitm \
219 le_streamer_client \
220 mesh_node_demo \
221 nordic_spp_le_counter \
222 nordic_spp_le_streamer \
223 sm_pairing_central \
224 sm_pairing_peripheral \
225 spp_and_gatt_counter \
226 ublox_spp_le_counter \

--- 92 unchanged lines hidden (view full) ---

319 ${CC} $(filter-out gatt_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
320
321gatt_streamer_server: gatt_streamer_server.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${CLASSIC_OBJ} gatt_streamer_server.c
322 ${CC} $(filter-out gatt_streamer_server.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
323
324le_streamer_client: ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_CLIENT_OBJ} le_streamer_client.c
325 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
326
220 le_streamer_client \
221 mesh_node_demo \
222 nordic_spp_le_counter \
223 nordic_spp_le_streamer \
224 sm_pairing_central \
225 sm_pairing_peripheral \
226 spp_and_gatt_counter \
227 ublox_spp_le_counter \

--- 92 unchanged lines hidden (view full) ---

320 ${CC} $(filter-out gatt_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
321
322gatt_streamer_server: gatt_streamer_server.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${CLASSIC_OBJ} gatt_streamer_server.c
323 ${CC} $(filter-out gatt_streamer_server.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
324
325le_streamer_client: ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_CLIENT_OBJ} le_streamer_client.c
326 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
327
328le_mitm: ${CORE_OBJ} ${COMMON_OBJ} le_mitm.c
329 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
330
327gatt_heart_rate_client: ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_CLIENT_OBJ} gatt_heart_rate_client.c
328 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
329
330spp_and_gatt_counter: spp_and_gatt_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} spp_and_gatt_counter.c
331 ${CC} $(filter-out spp_and_gatt_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
332
333spp_and_gatt_streamer: spp_and_gatt_streamer.h ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} spp_and_gatt_streamer.c
334 ${CC} $(filter-out spp_and_gatt_streamer.h,$^) ${CFLAGS} ${LDFLAGS} -o $@

--- 109 unchanged lines hidden ---
331gatt_heart_rate_client: ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_CLIENT_OBJ} gatt_heart_rate_client.c
332 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
333
334spp_and_gatt_counter: spp_and_gatt_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} spp_and_gatt_counter.c
335 ${CC} $(filter-out spp_and_gatt_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@
336
337spp_and_gatt_streamer: spp_and_gatt_streamer.h ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} spp_and_gatt_streamer.c
338 ${CC} $(filter-out spp_and_gatt_streamer.h,$^) ${CFLAGS} ${LDFLAGS} -o $@

--- 109 unchanged lines hidden ---