| if ANDROID |
| noinst_PROGRAMS += android/bluetoothd |
| |
| android_bluetoothd_SOURCES = android/main.c \ |
| src/log.c \ |
| android/hal-msg.h \ |
| src/sdpd-database.c src/sdpd-server.c \ |
| src/sdpd-service.c src/sdpd-request.c \ |
| src/shared/util.h src/shared/util.c \ |
| src/shared/mgmt.h src/shared/mgmt.c \ |
| android/adapter.h android/adapter.c |
| |
| android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ |
| |
| noinst_LTLIBRARIES += android/libhal-internal.la |
| |
| android_libhal_internal_la_SOURCES = android/hal.h android/hal-bluetooth.c \ |
| android/hal-sock.c \ |
| android/hal-hidhost.c \ |
| android/hal-pan.c \ |
| android/hardware/bluetooth.h \ |
| android/hardware/bt_av.h \ |
| android/hardware/bt_gatt.h \ |
| android/hardware/bt_gatt_client.h \ |
| android/hardware/bt_gatt_server.h \ |
| android/hardware/bt_gatt_types.h \ |
| android/hardware/bt_hf.h \ |
| android/hardware/bt_hh.h \ |
| android/hardware/bt_hl.h \ |
| android/hardware/bt_pan.h \ |
| android/hardware/bt_rc.h \ |
| android/hardware/bt_sock.h \ |
| android/hardware/hardware.h \ |
| android/cutils/log.h \ |
| android/cutils/properties.h |
| android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android |
| |
| noinst_PROGRAMS += android/haltest |
| |
| android_haltest_SOURCES = android/client/haltest.c \ |
| android/client/pollhandler.c \ |
| android/client/terminal.c \ |
| android/client/history.c \ |
| android/client/textconv.c \ |
| android/client/tabcompletion.c \ |
| android/client/if-bt.c \ |
| android/client/hwmodule.c |
| |
| android_haltest_LDADD = android/libhal-internal.la |
| |
| android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android |
| |
| endif |
| |
| EXTRA_DIST += android/Android.mk android/log.c android/device.c \ |
| android/adapter.c android/main.c android/hal-msg.h \ |
| android/hal.h |
| |
| EXTRA_DIST += android/hal-bluetooth.c \ |
| android/hal-sock.c \ |
| android/hal-hidhost.c \ |
| android/hal-pan.c |
| |
| EXTRA_DIST += android/client/terminal.c \ |
| android/client/haltest.c \ |
| android/client/hwmodule.c \ |
| android/client/pollhandler.c \ |
| android/client/history.c \ |
| android/client/if-bt.c \ |
| android/client/textconv.c \ |
| android/client/tabcompletion.c \ |
| android/client/textconv.h \ |
| android/client/if-main.h \ |
| android/client/pollhandler.h \ |
| android/client/history.h \ |
| android/client/terminal.h |
| |
| EXTRA_DIST += android/hal-ipc-api.txt |
| |
| EXTRA_DIST += android/hardware/bluetooth.h \ |
| android/hardware/bt_av.h \ |
| android/hardware/bt_gatt.h \ |
| android/hardware/bt_gatt_client.h \ |
| android/hardware/bt_gatt_server.h \ |
| android/hardware/bt_gatt_types.h \ |
| android/hardware/bt_hf.h \ |
| android/hardware/bt_hh.h \ |
| android/hardware/bt_hl.h \ |
| android/hardware/bt_pan.h \ |
| android/hardware/bt_rc.h \ |
| android/hardware/bt_sock.h \ |
| android/hardware/hardware.h \ |
| android/cutils/log.h \ |
| android/cutils/properties.h |