?? makefile.am
字號:
plugindir = $(libdir)/bluetooth/pluginsif NETLINKnetlink_plugins = netlink.laelsenetlink_plugins =endifif SERVICEPLUGINservice_plugins = service.laelseservice_plugins =endifplugin_LTLIBRARIES = hal.la $(netlink_plugins) $(service_plugins)noinst_LTLIBRARIES = echo.la storage.laecho_la_SOURCES = echo.cstorage_la_SOURCES = storage.cif NETLINKnetlink_la_SOURCES = netlink.cnetlink_la_LIBADD = @NETLINK_LIBS@endifif SERVICEPLUGINservice_la_SOURCES = service.cendifAM_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.so @$(LN_S) -f .libs/service.so @$(LN_S) -f .libs/hal.soclean-local: @rm -f hal.so @rm -f service.so @rm -f network.so @rm -f serial.so @rm -f audio.so @rm -f input.so
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -