imakefile

来自「RAIDFrame是个非常好的磁盘阵列RAID仿真工具」· 代码 · 共 34 行

TXT
34
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?