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

📄 makefile

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
## @(#)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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -