makefile.am

来自「FUSE文件系统开发工具,将内核层面的文件系统开发过程平移到应用层面上来。」· AM 代码 · 共 17 行

AM
17
字号
## Process this file with automake to produce Makefile.infuseincludedir=$(includedir)/fusefuseinclude_HEADERS = \	fuse.h			\	fuse_compat.h		\	fuse_common.h		\	fuse_common_compat.h    \	fuse_lowlevel.h		\	fuse_lowlevel_compat.h	\	fuse_opt.hinclude_HEADERS = old/fuse.h ulockmgr.hnoinst_HEADERS = fuse_kernel.h

⌨️ 快捷键说明

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