makefile
来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 30 行
TXT
30 行
## @(#)Makefile 1.1 92/07/30 SMI; from UCB X.X XX/XX/XX#FILES = copy.c genassym.c ktab.vt100.c sunlogo.c version.c \ drawchr.c insdel.c machdep.c vec.c fill.c \ ktab.klunk.c mem_grab.c vector.c\ cpu.misc.h globram.h montrap.h sunmon.h \ cpu.addrs.h dpy.h ndio.h suntimer.h \ cpu.buserr.h enable.h m68vectors.h param.h \ cpu.map.h framebuf.h machdep.h\ blts.s cpu.map.s patt.s set_evec.s trap.s \ bres.s db.s probe.s setbus.s \ cmp.s getidprom.s romvec.s space.s HFILES= sunmon.hKFILES= cpu.map.h cpu.addrs.hall: $(FILES)touchall: $(FILES) all @chmod +w $(FILES) @touch $(FILES)clean: sccs cleaninstall_h: $(HFILES) $(KFILES) @set -x; for i in $(HFILES) ; do \ install -c $$i $(DESTDIR)/usr/include/sun2; done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?