?? makefile.am
字號(hào):
## Process this file with automake to produce Makefile.inAM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26lib_LTLIBRARIES = libfuse.la libulockmgr.laif BSDmount_source = mount_bsd.celsemount_source = mount.c mount_util.c mount_util.hendifif ICONViconv_source = modules/iconv.celseiconv_source =endiflibfuse_la_SOURCES = \ fuse.c \ fuse_i.h \ fuse_kern_chan.c \ fuse_loop.c \ fuse_loop_mt.c \ fuse_lowlevel.c \ fuse_misc.h \ fuse_mt.c \ fuse_opt.c \ fuse_session.c \ fuse_signals.c \ helper.c \ modules/subdir.c \ $(iconv_source) \ $(mount_source)libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:7:4 \ -Wl,--version-script,$(srcdir)/fuse_versionscriptlibulockmgr_la_SOURCES = ulockmgr.clibulockmgr_la_LDFLAGS = -version-number 1:0:1EXTRA_DIST = fuse_versionscript
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -