makefile.am

来自「这是Linux环境下的蓝牙源代码」· AM 代码 · 共 44 行

AM
44
字号
plugindir = $(libdir)/bluetooth/pluginsif NETLINKnetlink_plugins = netlink.laelsenetlink_plugins =endifplugin_LTLIBRARIES = $(netlink_plugins)noinst_LTLIBRARIES = echo.la storage.laecho_la_SOURCES = echo.cstorage_la_SOURCES = storage.cif NETLINKnetlink_la_SOURCES = netlink.cnetlink_la_LIBADD = @NETLINK_LIBS@endifAM_LDFLAGS = -module -avoid-version -no-undefined \			-export-symbols-regex bluetooth_plugin_descAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ @NETLINK_CFLAGS@INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/srcMAINTAINERCLEANFILES = Makefile.inall-local:	@$(LN_S) -f $(top_srcdir)/input/.libs/input.so	@$(LN_S) -f $(top_srcdir)/audio/.libs/audio.so	@$(LN_S) -f $(top_srcdir)/serial/.libs/serial.so	@$(LN_S) -f $(top_srcdir)/network/.libs/network.soclean-local:	@rm -f network.so	@rm -f serial.so	@rm -f audio.so	@rm -f input.so

⌨️ 快捷键说明

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