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

📄 makefile

📁 早期freebsd实现
💻
字号:
#	@(#)Makefile	8.1 (Berkeley) 6/6/93PROG=	msetCFLAGS+=-I${.CURDIR} -I.SRCS+=	astosc.c map3270.c mset.cMAN1=	mset.0MAN5=	map3270.0.PATH:	${.CURDIR}/../api ${.CURDIR}/../asciiCLEANFILES+=	astosc.OUT astosc.out# This and the dependency hacks below to make 'depend' target# work right...DEPSRCS+=	astosc.OUT map3270.c mset.castosc.o: astosc.OUTastosc.OUT: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.hastosc.OUT: ${.CURDIR}/../ctlr/${KBD} ${.CURDIR}/../tools/mkastosc/obj/mkastosc	${.CURDIR}/../tools/mkastosc/obj/mkastosc \	    ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \	    < ${.CURDIR}/../ctlr/${KBD} > ${.TARGET}	rm -f astosc.out; ln -s astosc.OUT astosc.out# astosc.out${.CURDIR}/../tools/mkastosc/obj/mkastosc:	cd ${.CURDIR}/../tools/mkastosc; makedepend:	.depend.depend:${DEPSRCS}	mkdep ${MKDEP} ${CFLAGS:M-[ID]*} ${.ALLSRC:M*.c}.include <../../Makefile.inc>.include <bsd.prog.mk>

⌨️ 快捷键说明

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