| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699 |
- # SPDX-License-Identifier: GPL-2.0
- AM_MAKEFLAGS = --no-print-directory
- AM_CPPFLAGS =
- lib_LTLIBRARIES =
- noinst_LIBRARIES =
- noinst_LTLIBRARIES =
- bin_PROGRAMS =
- noinst_PROGRAMS =
- CLEANFILES =
- EXTRA_DIST =
- pkglibexecdir = $(libexecdir)/bluetooth
- pkglibexec_PROGRAMS =
- pkgincludedir = $(includedir)/bluetooth
- pkginclude_HEADERS =
- AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(UDEV_CFLAGS) $(LIBEBOOK_CFLAGS) $(LIBEDATASERVER_CFLAGS) $(ell_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
- if MANPAGES
- man_MANS =
- endif
- manual_pages =
- 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) $(ell_built_sources) src/builtin.h
- if LIBRARY
- pkginclude_HEADERS += $(lib_headers)
- lib_LTLIBRARIES += lib/libbluetooth.la
- lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources)
- lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:6:19
- 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
- if EXTERNAL_ELL
- ell_cflags = @ELL_CFLAGS@
- ell_ldadd = @ELL_LIBS@
- ell_dependencies =
- ell_built_sources = ell/shared
- else
- ell_cflags =
- ell_ldadd = ell/libell-internal.la
- ell_dependencies = $(ell_ldadd)
- ell_built_sources = ell/shared ell/internal ell/ell.h
- noinst_LTLIBRARIES += ell/libell-internal.la
- ell_headers = ell/util.h \
- ell/log.h \
- ell/queue.h \
- ell/hashmap.h \
- ell/random.h \
- ell/signal.h \
- ell/time.h \
- ell/time-private.h \
- ell/timeout.h \
- ell/cipher.h \
- ell/checksum.h \
- ell/io.h \
- ell/idle.h \
- ell/main.h \
- ell/settings.h \
- ell/strv.h \
- ell/string.h \
- ell/utf8.h \
- ell/dbus.h \
- ell/dbus-service.h \
- ell/dbus-client.h \
- ell/key.h \
- ell/cert.h \
- ell/pem.h \
- ell/base64.h \
- ell/asn1-private.h \
- ell/cert-private.h \
- ell/pem-private.h \
- ell/uuid.h \
- ell/useful.h \
- ell/main-private.h \
- ell/tester.h \
- ell/tls.h \
- ell/tls-private.h \
- ell/ecc.h \
- ell/ecc-private.h \
- ell/ecdh.h
- ell_sources = ell/private.h ell/missing.h \
- ell/util.c \
- ell/log.c \
- ell/queue.c \
- ell/hashmap.c \
- ell/random.c \
- ell/signal.c \
- ell/time.c \
- ell/timeout.c \
- ell/io.c \
- ell/idle.c \
- ell/main.c \
- ell/settings.c \
- ell/strv.c \
- ell/string.c \
- ell/cipher.c \
- ell/checksum.c \
- ell/pem.c \
- ell/cert.c \
- ell/cert-crypto.c \
- ell/key.c \
- ell/base64.c \
- ell/utf8.c \
- ell/dbus-private.h \
- ell/dbus.c \
- ell/dbus-message.c \
- ell/dbus-util.c \
- ell/dbus-service.c \
- ell/dbus-client.c \
- ell/dbus-name-cache.c \
- ell/dbus-filter.c \
- ell/gvariant-private.h \
- ell/gvariant-util.c \
- ell/siphash-private.h \
- ell/siphash.c \
- ell/uuid.c \
- ell/tester.c \
- ell/tls.c \
- ell/tls-extensions.c \
- ell/tls-suites.c \
- ell/tls-record.c \
- ell/ecc.c \
- ell/ecc-external.c \
- ell/ecdh.c
- ell_shared = ell/useful.h
- ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources) $(ell_shared)
- endif
- CLEANFILES += $(ell_built_sources)
- noinst_LTLIBRARIES += src/libshared-glib.la src/libshared-mainloop.la
- if LIBSHARED_ELL
- noinst_LTLIBRARIES += src/libshared-ell.la
- endif
- 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/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/shared/log.h src/shared/log.c \
- src/shared/tty.h
- if READLINE
- shared_sources += src/shared/shell.c src/shared/shell.h
- endif
- src_libshared_glib_la_SOURCES = $(shared_sources) \
- src/shared/io-glib.c \
- src/shared/timeout-glib.c \
- src/shared/mainloop-glib.c \
- src/shared/mainloop-notify.h \
- src/shared/mainloop-notify.c \
- src/shared/tester.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 \
- src/shared/mainloop-notify.h \
- src/shared/mainloop-notify.c
- if LIBSHARED_ELL
- src_libshared_ell_la_SOURCES = $(shared_sources) \
- src/shared/io-ell.c \
- src/shared/timeout-ell.c \
- src/shared/mainloop.h \
- src/shared/mainloop-ell.c
- endif
- 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_cppflags =
- builtin_nodist =
- builtin_ldadd =
- 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
- pkglibexec_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/backtrace.h src/backtrace.c \
- src/rfkill.c src/btd.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/dbus-common.c src/dbus-common.h \
- src/eir.h src/eir.c \
- src/adv_monitor.h src/adv_monitor.c \
- src/battery.h src/battery.c
- src_bluetoothd_LDADD = lib/libbluetooth-internal.la \
- gdbus/libgdbus-internal.la \
- src/libshared-glib.la \
- $(BACKTRACE_LIBS) $(GLIB_LIBS) $(DBUS_LIBS) -ldl -lrt \
- $(builtin_ldadd)
- 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_CPPFLAGS = $(AM_CPPFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \
- -DPLUGINDIR=\""$(build_plugindir)"\" \
- $(BACKTRACE_CFLAGS) $(builtin_cppflags)
- src_bluetoothd_SHORTNAME = bluetoothd
- builtin_files = src/builtin.h $(builtin_nodist)
- nodist_src_bluetoothd_SOURCES = $(builtin_files)
- CLEANFILES += $(builtin_files) src/bluetooth.service
- if MANPAGES
- man_MANS += src/bluetoothd.8
- endif
- manual_pages += src/bluetoothd.8
- EXTRA_DIST += src/genbuiltin src/bluetooth.conf \
- src/main.conf profiles/network/network.conf \
- profiles/input/input.conf
- test_scripts =
- unit_tests =
- include Makefile.tools
- include Makefile.obexd
- include android/Makefile.am
- include Makefile.mesh
- 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/gatt-api.txt doc/advertising-api.txt
- EXTRA_DIST += doc/obex-api.txt doc/obex-agent-api.txt
- EXTRA_DIST += doc/pics-opp.txt doc/pixit-opp.txt \
- doc/pts-opp.txt
- EXTRA_DIST += doc/btsnoop.txt
- EXTRA_DIST += tools/magic.btsnoop
- AM_CPPFLAGS += $(DBUS_CFLAGS) $(GLIB_CFLAGS) -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 = src/libshared-glib.la 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)
- if OBEX
- 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)
- endif
- 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) \
- profiles/input/hog-lib.h profiles/input/hog-lib.c \
- profiles/scanparam/scpp.h profiles/scanparam/scpp.c \
- profiles/battery/bas.h profiles/battery/bas.c \
- profiles/deviceinfo/dis.h profiles/deviceinfo/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 MIDI
- unit_tests += unit/test-midi
- unit_test_midi_CPPFLAGS = $(AM_CPPFLAGS) $(ALSA_CFLAGS) -DMIDI_TEST
- unit_test_midi_SOURCES = unit/test-midi.c \
- profiles/midi/libmidi.h \
- profiles/midi/libmidi.c
- unit_test_midi_LDADD = src/libshared-glib.la \
- $(GLIB_LIBS) $(ALSA_LIBS)
- endif
- if MESH
- unit_tests += unit/test-mesh-crypto
- unit_test_mesh_crypto_CPPFLAGS = $(ell_cflags)
- unit_test_mesh_crypto_SOURCES = unit/test-mesh-crypto.c \
- mesh/crypto.h ell/internal ell/ell.h
- unit_test_mesh_crypto_LDADD = $(ell_ldadd)
- endif
- 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
- if VALGRIND
- LOG_COMPILER = valgrind --error-exitcode=1 --num-callers=30
- LOG_FLAGS = --trace-children=yes --leak-check=full --show-reachable=no \
- --suppressions=$(srcdir)/tools/valgrind.supp --quiet
- endif
- pkgconfigdir = $(libdir)/pkgconfig
- if LIBRARY
- pkgconfig_DATA = lib/bluez.pc
- endif
- EXTRA_DIST += $(manual_pages) $(patsubst %.1,%.rst, \
- $(patsubst %.8,%.rst,$(manual_pages)))
- DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \
- --enable-health \
- --enable-midi \
- --enable-manpages \
- --enable-android \
- --enable-mesh \
- --enable-btpclient \
- --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,@pkglibexecdir\@,$(pkglibexecdir),g' \
- < $< > $@
- if RUN_RST2MAN
- RST2MAN_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
- $(RST2MAN) --strict --no-raw \
- --no-generator --no-datestamp $< $@
- else
- RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \
- { echo "Generated manual page $@ does not exist"; false; }
- endif
- %.service: %.service.in Makefile
- $(SED_PROCESS)
- %.1: %.rst Makefile
- $(RST2MAN_PROCESS)
- %.8: %.rst Makefile
- $(RST2MAN_PROCESS)
- src/builtin.h: src/genbuiltin $(builtin_sources)
- $(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
- tools/%.rules:
- $(AM_V_at)$(MKDIR_P) tools
- $(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 $(abspath $<) $@
- ell/shared: Makefile
- $(AM_V_at)$(MKDIR_P) ell
- $(AM_V_GEN)for f in $(ell_shared) ; do \
- if [ ! -f $$f ] ; then \
- $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
- fi \
- done > $@
- ell/internal: Makefile
- $(AM_V_at)$(MKDIR_P) ell
- $(AM_V_GEN)for f in $(ell_headers) $(ell_sources) ; do \
- if [ ! -f $$f ] ; then \
- $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
- fi \
- done > $@
- ell/ell.h: Makefile
- $(AM_V_at)echo -n > $@
- $(AM_V_GEN)for f in $(ell_headers) ; do \
- echo "#include <$$f>" >> $@ ; \
- done
- maintainer-clean-local:
- -rm -rf ell
- 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
|