makefile.am
来自「BlueZ源码」· AM 代码 · 共 25 行
AM
25 行
if INPUTPLUGINplugindir = $(libdir)/bluetooth/pluginsplugin_LTLIBRARIES = input.lainput_la_SOURCES = main.c manager.h manager.c \ server.h server.c device.h device.c \ fakehid.c fakehid.hLDADD = $(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 = input.conf sixpair.cMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?