?? imakefile
字號:
/* * 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 + -