makefile.am
来自「基于LINUX内核驱动的开发」· AM 代码 · 共 28 行
AM
28 行
if INPUTSERVICEif CONFIGFILESconfdir = $(sysconfdir)/bluetoothconf_DATA = input.serviceendifservicedir = $(libdir)/bluetoothservice_PROGRAMS = bluetoothd-service-inputbluetoothd_service_input_SOURCES = main.c \ manager.h manager.c \ server.h server.c device.h device.c storage.h storage.cLDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@endifAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@INCLUDES = -I$(top_srcdir)/commonEXTRA_DIST = input.service input-api.txt test-inputMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?