mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
495 lines
14 KiB
Makefile
495 lines
14 KiB
Makefile
|
|
AM_MAKEFLAGS = --no-print-directory
|
|
|
|
lib_LTLIBRARIES =
|
|
|
|
noinst_LIBRARIES =
|
|
|
|
noinst_LTLIBRARIES =
|
|
|
|
bin_PROGRAMS =
|
|
|
|
noinst_PROGRAMS =
|
|
|
|
dist_man_MANS =
|
|
|
|
dist_noinst_MANS =
|
|
|
|
CLEANFILES =
|
|
|
|
EXTRA_DIST =
|
|
|
|
libexecdir = @libexecdir@/bluetooth
|
|
|
|
libexec_PROGRAMS =
|
|
|
|
includedir = @includedir@/bluetooth
|
|
|
|
include_HEADERS =
|
|
|
|
AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS)
|
|
AM_LDFLAGS = $(MISC_LDFLAGS)
|
|
|
|
if DATAFILES
|
|
dbusdir = @DBUS_CONFDIR@/dbus-1/system.d
|
|
dbus_DATA = src/bluetooth.conf
|
|
|
|
confdir = $(sysconfdir)/bluetooth
|
|
conf_DATA =
|
|
|
|
statedir = $(localstatedir)/lib/bluetooth
|
|
state_DATA =
|
|
endif
|
|
|
|
if SYSTEMD
|
|
systemdsystemunitdir = @SYSTEMD_SYSTEMUNITDIR@
|
|
systemdsystemunit_DATA = src/bluetooth.service
|
|
|
|
dbussystembusdir = @DBUS_SYSTEMBUSDIR@
|
|
dbussystembus_DATA = src/org.bluez.service
|
|
endif
|
|
|
|
EXTRA_DIST += src/bluetooth.service.in src/org.bluez.service
|
|
|
|
plugindir = $(libdir)/bluetooth/plugins
|
|
|
|
if MAINTAINER_MODE
|
|
build_plugindir = $(abs_top_srcdir)/plugins/.libs
|
|
else
|
|
build_plugindir = $(plugindir)
|
|
endif
|
|
|
|
|
|
plugin_LTLIBRARIES =
|
|
|
|
lib_sources = lib/bluetooth.c lib/hci.c lib/sdp.c
|
|
lib_headers = lib/bluetooth.h lib/hci.h lib/hci_lib.h \
|
|
lib/sco.h lib/l2cap.h lib/sdp.h lib/sdp_lib.h \
|
|
lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h
|
|
|
|
extra_headers = lib/mgmt.h lib/uuid.h lib/a2mp.h lib/amp.h
|
|
extra_sources = lib/uuid.c
|
|
|
|
local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file)))
|
|
|
|
BUILT_SOURCES = $(local_headers) src/builtin.h
|
|
|
|
if LIBRARY
|
|
include_HEADERS += $(lib_headers)
|
|
|
|
lib_LTLIBRARIES += lib/libbluetooth.la
|
|
|
|
lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources)
|
|
lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 21:3:18
|
|
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
|
|
endif
|
|
|
|
noinst_LTLIBRARIES += lib/libbluetooth-internal.la
|
|
|
|
lib_libbluetooth_internal_la_SOURCES = $(lib_headers) $(lib_sources) \
|
|
$(extra_headers) $(extra_sources)
|
|
|
|
noinst_LTLIBRARIES += gdbus/libgdbus-internal.la
|
|
|
|
gdbus_libgdbus_internal_la_SOURCES = gdbus/gdbus.h \
|
|
gdbus/mainloop.c gdbus/watch.c \
|
|
gdbus/object.c gdbus/client.c gdbus/polkit.c
|
|
|
|
noinst_LTLIBRARIES += src/libshared-glib.la src/libshared-mainloop.la
|
|
|
|
shared_sources = src/shared/io.h src/shared/timeout.h \
|
|
src/shared/queue.h src/shared/queue.c \
|
|
src/shared/util.h src/shared/util.c \
|
|
src/shared/mgmt.h src/shared/mgmt.c \
|
|
src/shared/crypto.h src/shared/crypto.c \
|
|
src/shared/ecc.h src/shared/ecc.c \
|
|
src/shared/ringbuf.h src/shared/ringbuf.c \
|
|
src/shared/tester.h src/shared/tester.c \
|
|
src/shared/hci.h src/shared/hci.c \
|
|
src/shared/hci-crypto.h src/shared/hci-crypto.c \
|
|
src/shared/hfp.h src/shared/hfp.c \
|
|
src/shared/uhid.h src/shared/uhid.c \
|
|
src/shared/pcap.h src/shared/pcap.c \
|
|
src/shared/btsnoop.h src/shared/btsnoop.c \
|
|
src/shared/ad.h src/shared/ad.c \
|
|
src/shared/att-types.h \
|
|
src/shared/att.h src/shared/att.c \
|
|
src/shared/gatt-helpers.h src/shared/gatt-helpers.c \
|
|
src/shared/gatt-client.h src/shared/gatt-client.c \
|
|
src/shared/gatt-server.h src/shared/gatt-server.c \
|
|
src/shared/gatt-db.h src/shared/gatt-db.c \
|
|
src/shared/gap.h src/shared/gap.c
|
|
|
|
src_libshared_glib_la_SOURCES = $(shared_sources) \
|
|
src/shared/io-glib.c \
|
|
src/shared/timeout-glib.c
|
|
|
|
src_libshared_mainloop_la_SOURCES = $(shared_sources) \
|
|
src/shared/io-mainloop.c \
|
|
src/shared/timeout-mainloop.c \
|
|
src/shared/mainloop.h src/shared/mainloop.c
|
|
|
|
attrib_sources = attrib/att.h attrib/att-database.h attrib/att.c \
|
|
attrib/gatt.h attrib/gatt.c \
|
|
attrib/gattrib.h attrib/gattrib.c \
|
|
attrib/gatt-service.h attrib/gatt-service.c
|
|
|
|
btio_sources = btio/btio.h btio/btio.c
|
|
|
|
gobex_sources = gobex/gobex.h gobex/gobex.c \
|
|
gobex/gobex-defs.h gobex/gobex-defs.c \
|
|
gobex/gobex-packet.c gobex/gobex-packet.h \
|
|
gobex/gobex-header.c gobex/gobex-header.h \
|
|
gobex/gobex-transfer.c gobex/gobex-debug.h \
|
|
gobex/gobex-apparam.c gobex/gobex-apparam.h
|
|
|
|
builtin_modules =
|
|
builtin_sources =
|
|
builtin_nodist =
|
|
|
|
include Makefile.plugins
|
|
|
|
if MAINTAINER_MODE
|
|
plugin_LTLIBRARIES += plugins/external-dummy.la
|
|
plugins_external_dummy_la_SOURCES = plugins/external-dummy.c
|
|
plugins_external_dummy_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \
|
|
-no-undefined
|
|
plugins_external_dummy_la_CFLAGS = $(AM_CFLAGS) -fvisibility=hidden
|
|
endif
|
|
|
|
libexec_PROGRAMS += src/bluetoothd
|
|
|
|
src_bluetoothd_SOURCES = $(builtin_sources) \
|
|
$(attrib_sources) $(btio_sources) \
|
|
src/bluetooth.ver \
|
|
src/main.c src/log.h src/log.c \
|
|
src/systemd.h src/systemd.c \
|
|
src/rfkill.c src/hcid.h src/sdpd.h \
|
|
src/sdpd-server.c src/sdpd-request.c \
|
|
src/sdpd-service.c src/sdpd-database.c \
|
|
src/attrib-server.h src/attrib-server.c \
|
|
src/gatt-database.h src/gatt-database.c \
|
|
src/sdp-xml.h src/sdp-xml.c \
|
|
src/sdp-client.h src/sdp-client.c \
|
|
src/textfile.h src/textfile.c \
|
|
src/uuid-helper.h src/uuid-helper.c \
|
|
src/uinput.h \
|
|
src/plugin.h src/plugin.c \
|
|
src/storage.h src/storage.c \
|
|
src/advertising.h src/advertising.c \
|
|
src/agent.h src/agent.c \
|
|
src/error.h src/error.c \
|
|
src/adapter.h src/adapter.c \
|
|
src/profile.h src/profile.c \
|
|
src/service.h src/service.c \
|
|
src/gatt-client.h src/gatt-client.c \
|
|
src/device.h src/device.c src/attio.h \
|
|
src/dbus-common.c src/dbus-common.h \
|
|
src/eir.h src/eir.c
|
|
src_bluetoothd_LDADD = lib/libbluetooth-internal.la \
|
|
gdbus/libgdbus-internal.la \
|
|
src/libshared-glib.la \
|
|
@GLIB_LIBS@ @DBUS_LIBS@ -ldl -lrt
|
|
src_bluetoothd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic \
|
|
-Wl,--version-script=$(srcdir)/src/bluetooth.ver
|
|
|
|
src_bluetoothd_DEPENDENCIES = lib/libbluetooth-internal.la \
|
|
gdbus/libgdbus-internal.la \
|
|
src/libshared-glib.la \
|
|
src/bluetooth.service
|
|
|
|
src_bluetoothd_CFLAGS = $(AM_CFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \
|
|
-DPLUGINDIR=\""$(build_plugindir)"\"
|
|
src_bluetoothd_SHORTNAME = bluetoothd
|
|
|
|
builtin_files = src/builtin.h $(builtin_nodist)
|
|
|
|
nodist_src_bluetoothd_SOURCES = $(builtin_files)
|
|
|
|
CLEANFILES += $(builtin_files) src/bluetooth.service
|
|
|
|
man_MANS = src/bluetoothd.8
|
|
|
|
EXTRA_DIST += src/genbuiltin src/bluetooth.conf \
|
|
src/main.conf profiles/network/network.conf \
|
|
profiles/input/input.conf profiles/proximity/proximity.conf
|
|
|
|
test_scripts =
|
|
unit_tests =
|
|
|
|
include Makefile.tools
|
|
include Makefile.obexd
|
|
include android/Makefile.am
|
|
|
|
if HID2HCI
|
|
rulesdir = @UDEV_DIR@/rules.d
|
|
|
|
rules_DATA = tools/97-hid2hci.rules
|
|
|
|
CLEANFILES += $(rules_DATA)
|
|
endif
|
|
|
|
EXTRA_DIST += tools/hid2hci.rules
|
|
|
|
if TEST
|
|
testdir = $(pkglibdir)/test
|
|
test_SCRIPTS = $(test_scripts)
|
|
endif
|
|
|
|
EXTRA_DIST += $(test_scripts)
|
|
|
|
EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \
|
|
doc/test-coverage.txt \
|
|
doc/test-runner.txt \
|
|
doc/settings-storage.txt
|
|
|
|
EXTRA_DIST += doc/mgmt-api.txt \
|
|
doc/adapter-api.txt doc/device-api.txt \
|
|
doc/agent-api.txt doc/profile-api.txt \
|
|
doc/network-api.txt doc/media-api.txt \
|
|
doc/health-api.txt doc/sap-api.txt \
|
|
doc/input-api.txt
|
|
|
|
EXTRA_DIST += doc/alert-api.txt \
|
|
doc/proximity-api.txt doc/heartrate-api.txt \
|
|
doc/thermometer-api.txt doc/cyclingspeed-api.txt \
|
|
doc/gatt-api.txt doc/advertising-api.txt
|
|
|
|
EXTRA_DIST += doc/obex-api.txt doc/obex-agent-api.txt
|
|
|
|
EXTRA_DIST += tools/magic.btsnoop
|
|
|
|
AM_CFLAGS += @DBUS_CFLAGS@ @GLIB_CFLAGS@
|
|
|
|
AM_CPPFLAGS = -I$(builddir)/lib
|
|
|
|
|
|
unit_tests += unit/test-eir
|
|
|
|
unit_test_eir_SOURCES = unit/test-eir.c src/eir.c src/uuid-helper.c
|
|
unit_test_eir_LDADD = src/libshared-glib.la lib/libbluetooth-internal.la \
|
|
@GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-uuid
|
|
|
|
unit_test_uuid_SOURCES = unit/test-uuid.c
|
|
unit_test_uuid_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-textfile
|
|
|
|
unit_test_textfile_SOURCES = unit/test-textfile.c src/textfile.h src/textfile.c
|
|
unit_test_textfile_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-crc
|
|
|
|
unit_test_crc_SOURCES = unit/test-crc.c monitor/crc.h monitor/crc.c
|
|
unit_test_crc_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-crypto
|
|
|
|
unit_test_crypto_SOURCES = unit/test-crypto.c
|
|
unit_test_crypto_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-ecc
|
|
|
|
unit_test_ecc_SOURCES = unit/test-ecc.c
|
|
unit_test_ecc_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-ringbuf unit/test-queue
|
|
|
|
unit_test_ringbuf_SOURCES = unit/test-ringbuf.c
|
|
unit_test_ringbuf_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_test_queue_SOURCES = unit/test-queue.c
|
|
unit_test_queue_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-mgmt
|
|
|
|
unit_test_mgmt_SOURCES = unit/test-mgmt.c
|
|
unit_test_mgmt_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-uhid
|
|
|
|
unit_test_uhid_SOURCES = unit/test-uhid.c
|
|
unit_test_uhid_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-sdp
|
|
|
|
unit_test_sdp_SOURCES = unit/test-sdp.c \
|
|
src/sdpd.h src/sdpd-database.c \
|
|
src/log.h src/log.c \
|
|
src/sdpd-service.c src/sdpd-request.c
|
|
unit_test_sdp_LDADD = lib/libbluetooth-internal.la \
|
|
src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-avdtp
|
|
|
|
unit_test_avdtp_SOURCES = unit/test-avdtp.c \
|
|
src/log.h src/log.c \
|
|
android/avdtp.c android/avdtp.h
|
|
unit_test_avdtp_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-avctp
|
|
|
|
unit_test_avctp_SOURCES = unit/test-avctp.c \
|
|
src/log.h src/log.c \
|
|
android/avctp.c android/avctp.h
|
|
unit_test_avctp_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-avrcp
|
|
|
|
unit_test_avrcp_SOURCES = unit/test-avrcp.c \
|
|
src/log.h src/log.c \
|
|
android/avctp.c android/avctp.h \
|
|
android/avrcp-lib.c android/avrcp-lib.h
|
|
unit_test_avrcp_LDADD = lib/libbluetooth-internal.la \
|
|
src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-hfp
|
|
|
|
unit_test_hfp_SOURCES = unit/test-hfp.c
|
|
unit_test_hfp_LDADD = src/libshared-glib.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-gdbus-client
|
|
|
|
unit_test_gdbus_client_SOURCES = unit/test-gdbus-client.c
|
|
unit_test_gdbus_client_LDADD = gdbus/libgdbus-internal.la \
|
|
src/libshared-glib.la @GLIB_LIBS@ @DBUS_LIBS@
|
|
|
|
unit_tests += unit/test-gobex-header unit/test-gobex-packet unit/test-gobex \
|
|
unit/test-gobex-transfer unit/test-gobex-apparam
|
|
|
|
unit_test_gobex_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex.c
|
|
unit_test_gobex_LDADD = @GLIB_LIBS@
|
|
|
|
unit_test_gobex_packet_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex-packet.c
|
|
unit_test_gobex_packet_LDADD = @GLIB_LIBS@
|
|
|
|
unit_test_gobex_header_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex-header.c
|
|
unit_test_gobex_header_LDADD = @GLIB_LIBS@
|
|
|
|
unit_test_gobex_transfer_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex-transfer.c
|
|
unit_test_gobex_transfer_LDADD = @GLIB_LIBS@
|
|
|
|
unit_test_gobex_apparam_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex-apparam.c
|
|
unit_test_gobex_apparam_LDADD = @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-lib
|
|
|
|
unit_test_lib_SOURCES = unit/test-lib.c
|
|
unit_test_lib_LDADD = src/libshared-glib.la \
|
|
lib/libbluetooth-internal.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-gatt
|
|
|
|
unit_test_gatt_SOURCES = unit/test-gatt.c
|
|
unit_test_gatt_LDADD = src/libshared-glib.la \
|
|
lib/libbluetooth-internal.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-hog
|
|
|
|
unit_test_hog_SOURCES = unit/test-hog.c \
|
|
$(btio_sources) \
|
|
android/hog.h android/hog.c \
|
|
android/scpp.h android/scpp.c \
|
|
android/bas.h android/bas.c \
|
|
android/dis.h android/dis.c \
|
|
src/log.h src/log.c \
|
|
attrib/att.h attrib/att.c \
|
|
attrib/gatt.h attrib/gatt.c \
|
|
attrib/gattrib.h attrib/gattrib.c
|
|
unit_test_hog_LDADD = src/libshared-glib.la \
|
|
lib/libbluetooth-internal.la @GLIB_LIBS@
|
|
|
|
unit_tests += unit/test-gattrib
|
|
|
|
unit_test_gattrib_SOURCES = unit/test-gattrib.c attrib/gattrib.c $(btio_sources) src/log.h src/log.c
|
|
unit_test_gattrib_LDADD = lib/libbluetooth-internal.la \
|
|
src/libshared-glib.la \
|
|
@GLIB_LIBS@ @DBUS_LIBS@ -ldl -lrt
|
|
|
|
if MAINTAINER_MODE
|
|
noinst_PROGRAMS += $(unit_tests)
|
|
endif
|
|
|
|
TESTS = $(unit_tests)
|
|
AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69
|
|
|
|
if DBUS_RUN_SESSION
|
|
AM_TESTS_ENVIRONMENT += dbus-run-session --
|
|
endif
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
if LIBRARY
|
|
pkgconfig_DATA = lib/bluez.pc
|
|
endif
|
|
|
|
manual_pages = doc/btmon.1
|
|
|
|
if MANPAGES
|
|
dist_noinst_MANS += $(manual_pages)
|
|
endif
|
|
|
|
EXTRA_DIST += $(manual_pages:.1=.txt)
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \
|
|
--enable-manpages --enable-android \
|
|
--disable-systemd --disable-udev
|
|
|
|
DISTCLEANFILES = $(pkgconfig_DATA) $(unit_tests) $(manual_pages)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in \
|
|
aclocal.m4 configure config.h.in config.sub config.guess \
|
|
ltmain.sh depcomp compile missing install-sh mkinstalldirs test-driver
|
|
|
|
SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
|
$(SED) -e 's,@libexecdir\@,$(libexecdir),g' \
|
|
< $< > $@
|
|
|
|
%.service: %.service.in Makefile
|
|
$(SED_PROCESS)
|
|
|
|
%.1: %.txt
|
|
$(AM_V_GEN)a2x --doctype manpage --format manpage $(srcdir)/$<
|
|
|
|
src/builtin.h: src/genbuiltin $(builtin_sources)
|
|
$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
|
|
|
|
tools/%.rules:
|
|
$(AM_V_GEN)cp $(srcdir)/$(subst 97-,,$@) $@
|
|
|
|
$(lib_libbluetooth_la_OBJECTS): $(local_headers)
|
|
|
|
lib/bluetooth/%.h: lib/%.h
|
|
$(AM_V_at)$(MKDIR_P) lib/bluetooth
|
|
$(AM_V_GEN)$(LN_S) -f "$(abs_top_builddir)"/$< $@
|
|
|
|
if COVERAGE
|
|
clean-coverage:
|
|
@lcov --directory $(top_builddir) --zerocounters
|
|
$(RM) -r coverage $(top_builddir)/coverage.info
|
|
|
|
coverage: check
|
|
@lcov --compat-libtool --directory $(top_builddir) --capture \
|
|
--output-file $(top_builddir)/coverage.info
|
|
$(AM_V_at)$(MKDIR_P) coverage
|
|
@genhtml -o coverage/ $(top_builddir)/coverage.info
|
|
|
|
clean-local: clean-coverage
|
|
-find $(top_builddir) -name "*.gcno" -delete
|
|
-find $(top_builddir) -name "*.gcda" -delete
|
|
$(RM) -r lib/bluetooth
|
|
|
|
else
|
|
clean-local:
|
|
-find $(top_builddir) -name "*.gcno" -delete
|
|
-find $(top_builddir) -name "*.gcda" -delete
|
|
$(RM) -r lib/bluetooth
|
|
endif
|