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

📄 imakefile

📁 RAIDFrame是个非常好的磁盘阵列RAID仿真工具
💻
字号:
/* * Imakefile *//* * Jim Zelenka, CMU/SCS, 26 July 1996 */#if RF_ITOMF > 0#define IHaveSubdirs True#define TopLevel#include "RAIDframe.tmpl"SUBDIRS=config etc fe lib sim user utilssterile:: cleanRF_MakeSubdirs($(SUBDIRS))DependSubdirs($(SUBDIRS))#include "RAIDframe.trailer"#else /* RF_ITOMF > 0 */Makefile Makefiles makefile makefiles all depend::	@echo Initial Makefile should be generated with itomf at the top of the	@echo RAIDframe tree. See Chapter 4 of the RAIDframe documentation for	@echo more information on compiling and installing RAIDframe.	@exit 1#endif /* RF_ITOMF > 0 */

⌨️ 快捷键说明

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