⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 UNIX/LINUX下面的用户文件系统
💻 AM
字号:
## 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:0 \	-Wl,--version-script,$(srcdir)/fuse_versionscriptlibulockmgr_la_SOURCES = ulockmgr.clibulockmgr_la_LDFLAGS = -version-number 1:0:1EXTRA_DIST = fuse_versionscript

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -