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

📄 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 security.c hcid.h sdpd.h \	sdpd-server.c sdpd-request.c sdpd-service.c sdpd-database.c \	plugin.h plugin.c storage.h storage.c agent.h agent.c \	error.h error.c manager.h manager.c adapter.h adapter.c \	device.h device.c dbus-common.c dbus-common.h dbus-hci.h dbus-hci.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.confMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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