📄 makefile.am
字号:
extfsdir = $(pkgdatadir)/extfs# Files to install and distribute other than extfs scriptsEXTFS_MISC = README extfs.ini sfs.ini# Scripts hat don't need adaptation to the local systemEXTFS_CONST = bpp rpm trpm# Scripts that need adaptation to the local system - source filesEXTFS_IN = \ a.in \ apt.in \ audio.in \ deb.in \ deba.in \ debd.in \ dpkg.in \ hp48.in \ lslR.in \ mailfs.in \ patchfs.in \ rpms.in \ uar.in \ uarj.in \ uha.in \ ulha.in \ urar.in \ uzip.in \ uzoo.in# Scripts that need adaptation to the local system - files to installEXTFS_OUT = \ a \ apt \ audio \ deb \ deba \ debd \ dpkg \ hp48 \ lslR \ mailfs \ patchfs \ rpms \ uar \ uarj \ uha \ ulha \ urar \ uzip \ uzooif USE_VFSextfs_DATA = $(EXTFS_MISC)extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)endifEXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -