📄 makefile.am
字号:
lib_LTLIBRARIES = libopenobex.lalibopenobex_la_SOURCES = \ obex.c \ obex_main.c obex_main.h \ obex_connect.c obex_connect.h \ obex_header.c obex_header.h \ obex_object.c obex_object.h \ obex_transport.c obex_transport.h \ obex_server.c obex_server.h \ obex_client.c obex_client.h \ irobex.c irobex.h \ inobex.c inobex.h \ btobex.c btobex.h \ netbuf.c netbuf.h \ irda.h irda_wrap.h \ usbobex.c usbobex.hlibopenobex_la_LDFLAGS = \ -version-info 2:0:1 \ -export-symbols $(top_srcdir)/lib/obex.symlibopenobex_la_LIBADD = @USB_LIBS@INCLUDES = -I$(top_builddir)/includeEXTRA_DIST = obex.sym win32compat.cMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -