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

📄 makefile.am

📁 这是Linux环境下的蓝牙源代码
💻 AM
字号:
if SERIALPLUGINplugindir = $(libdir)/bluetooth/pluginsplugin_LTLIBRARIES = serial.laserial_la_SOURCES = main.c \		manager.h manager.c port.h port.c \		storage.h storage.cLDADD = $(top_builddir)/common/libhelper.a \		@GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@endifAM_LDFLAGS = -module -avoid-version -no-undefined \			-export-symbols-regex bluetooth_plugin_descAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/srcEXTRA_DIST = serial-api.txt test-serialMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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