makefile
来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 21 行
TXT
21 行
## @(#)Makefile 1.1 92/07/30 SMI#FILES= blts.s cmp.s cpu.map.s db.s patt.s romvec.s space.s \ trap.s asm_linkage.h assym.h cpu.addrs.h cpu.buserr.h \ cpu.map.h cpu.misc.h dpy.h keyboard.h m68vectors.h \ machdep.h memerr.h memreg.h structconst.h sunmon.hall: $(FILES)clean: sccs cleanHFILES= sunmon.hKFILES= cpu.map.h cpu.addrs.hinstall_h: $(HFILES) $(KFILES) install -m 444 $(HFILES) $(DESTDIR)/usr/include/sun3
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?