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

📄 makefile

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻
字号:
#@(#)Makefile	4.1	Ultrix	7/17/90# $Header: Makefile,v 1.4 84/05/19 11:32:14 powell Exp $DESTROOT=MODLIBDIR = ${DESTROOT}/usr/lib/modPFLAGS = -w #-gH =	consts.h types.h vars.h error.h ees.h output.h machine.hOBJS =	codesubs.o ees.o error.o init.o input.o iolib.o machine.o memref.o \	opsubs.o output.o util.o xlate.oxlate:	$(OBJS)	pc ${PFLAGS} -o xlate $(OBJS)xlate.o:	xlate.p opsubs.h codesubs.h input.h init.h util.h $(H)opsubs.o:	opsubs.p opsubs.h codesubs.h memref.h util.h $(H)codesubs.o:	codesubs.p codesubs.h memref.h util.h $(H)init.o:		init.p init.h readch.i $(H)input.o:	input.p input.h util.h readch.i $(H)output.o:	output.p $(H)ees.o:		ees.p memref.h $(H)util.o:		util.p util.h $(H)error.o:	error.p $(H)machine.o:	machine.p $(H)memref.o:	memref.p memref.h util.h codesubs.h $(H)iolib.o:	iolib.cinstall:	xlate	cp xlate $(MODLIBDIR)/mod2.1clean:	-rm -f *.o

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -