⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 这是Linux环境下的蓝牙源代码
💻 AM
字号:
if CONFIGFILESdbusdir = $(sysconfdir)/dbus-1/system.ddbus_DATA = bluetooth.confconfdir = $(sysconfdir)/bluetoothconf_DATA = main.confstatedir = $(localstatedir)/lib/bluetoothstate_DATA =endifsbin_PROGRAMS = bluetoothdbluetoothd_SOURCES = main.c hcid.h sdpd.h \	sdpd-server.c sdpd-request.c sdpd-service.c \	sdpd-database.c security.c storage.c \	manager.h manager.c error.h error.c server.h server.c \	adapter.h adapter.c device.h device.c plugin.h plugin.c \	dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c \	dbus-database.c dbus-database.h dbus-service.c dbus-service.h \	telephony.h telephony.c agent.h agent.c driver.h driver.cbluetoothd_LDADD = $(top_builddir)/common/libhelper.a \	@GDBUS_LIBS@ @GMODULE_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@if MAINTAINER_MODEplugindir = $(abs_top_srcdir)/pluginselseplugindir = $(libdir)/bluetooth/pluginsendifAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ \		@GLIB_CFLAGS@ @GMODULE_CFLAGS@ @GDBUS_CFLAGS@ \					-DPLUGINDIR=\""$(plugindir)"\"INCLUDES = -I$(top_srcdir)/commonif MANPAGESman_MANS = bluetoothd.8endifEXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf \	list-devices test-discovery test-manager test-adapter test-device \	simple-service simple-agent service-record.dtd \	service-did.xml service-spp.xml service-opp.xml service-ftp.xmlMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -