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

📄 makefile

📁 早期freebsd实现
💻
字号:
#	@(#)Makefile	8.1 (Berkeley) 6/6/93PROG=	pxpSRCDIR=	${.CURDIR}/../src.PATH:	${SRCDIR}CFLAGS+=-DRMOTHERS -w -I. -I${.CURDIR} -I${SRCDIR}SRCS=	TRdata.c Version.c call.c case.c const.c cset.c error.c fdec.c \	func.c hash.c lab.c lval.c main.c nl.c pmon.c pp.c proc.c rec.c \	rmothers.c rval.c stat.c string.c subr.c tree.c treen.c type.c \	var.c y.tab.c yycomm.c yycopy.c yycosts.c yyerror.c yyget.c yyid.c \	yylex.c yymain.c yypanic.c yyparse.c yyprint.c yyput.c yyrecover.c \	yyseman.c yytree.cCLEANFILES=opc y.tab.c y.tab.h opcode.h versiony.tab.h y.tab.c: ${SRCDIR}/pas.y	/usr/libexec/pascal/eyacc ${SRCDIR}/pas.y > /dev/null	ex - y.tab.c < ${SRCDIR}/gramnewversion: version	./version > Version.cversion: version.c Version.o	${CC} -o version ${.CURDIR}/version.c Version.oopcode.h: opc ${SRCDIR}/OPnames.h	./opc > ${.TARGET}opc: ${SRCDIR}/opc.c	${CC} ${SRCDIR}/opc.c -o ${.TARGET}.include <bsd.prog.mk>${OBJS} .depend: opcode.h y.tab.h

⌨️ 快捷键说明

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