makefile.am
来自「Linux的蓝牙操作工具。配合bluez-lib使用」· AM 代码 · 共 44 行
AM
44 行
if GLIBsdp_sources = sdp-glib.celseif EXPATsdp_sources = sdp-expat.celsesdp_sources = sdp-dummy.cendifendifif HALhal_sources = hal-libhal.celsehal_sources = hal-dummy.cendifif INOTIFYnotify_sources = notify-inotify.celsenotify_sources = notify-dummy.cendifnoinst_LIBRARIES = libhelper.alibhelper_a_SOURCES = oui.h oui.c dbus.h dbus.c \ textfile.h textfile.c logging.h logging.c \ dbus-helper.h dbus-helper.c \ error.h error.c \ sdp-xml.h sdp-xml.c $(sdp_sources) \ hal.h $(hal_sources) notify.h $(notify_sources)noinst_PROGRAMS = test_textfiletest_textfile_LDADD = libhelper.aAM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@EXTRA_DIST = ppoll.h uinput.h hal-dummy.c hal-libhal.c \ notify-dummy.c notify-inotify.c \ sdp-dummy.c sdp-expat.c sdp-glib.cMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?