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

📄 makefile

📁 早期freebsd实现
💻
字号:
#	@(#)Makefile	8.1 (Berkeley) 8/14/93DIR=	psd/07.pascalSRCS=	puman0.n puman1.n puman2.n puman3.n puman4.n puman5.n pumanA.nFIGURES=firstout firstobjout firstobjout2 bigger2.p bigger3.p bigout1 \	bigger6.p bigout2 bigout3 bigout4 primeout1 primeout2 digitsout \	synerrout synerr2out mismout clashout sinout1 sinout2 exprout \	typequout primeout3 katout copydataout kat2out katscript \	xxxxqqqout xxxxqqqout2 primes primes-d comments1.p commentsoutCLEANFILES+=csfix ${FIGURES}PXP=/usr/src/usr.bin/pascal/pxp/pxpPI=/usr/src/usr.bin/pascal/pi/piPX=/usr/src/usr.bin/pascal/px/pxPIX=/usr/src/usr.bin/pascal/pix/pixpaper.ps: ${FIGURES}	${SOELIM} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}.include <bsd.doc.mk>csfix:	${CC} -O ${.CURDIR}/csfix.c -o ${.TARGET}firstout: first.p csfix	-csh -cf '$(PIX) -g first.p |& expand | csfix >firstout'firstobjout: first.p	-csh -cf '$(PI) -g first.p >& firstobjout ; $(PX) >& firstobjout'firstobjout2: first.p	-csh -cf '$(PI) -g -p first.p >& firstobjout2 ; $(PX) >& firstobjout2'bigger2.p: bigger.p	-expand bigger.p > bigger2.pbigger3.p: bigger2.p csfix	cat -n bigger2.p | expand | csfix -d > bigger3.pbigout1: bigger.p csfix	-csh -cf '$(PIX) -g bigger.p |& expand | csfix  >bigout1'bigger6.p: bigger5.p csfix	cat -n bigger5.p | expand | csfix -d >bigger6.pbigout2: bigger4.p	-csh -cf '$(PIX) -g bigger4.p |& expand >bigout2'bigout3: bigger7.p	-csh -cf '$(PIX) -g bigger7.p |& expand >bigout3'bigout4: bigger7.p	-csh -cf '($(PIX) -g bigger7.p >/dev/null) |& expand > bigout4'primeout1: primes.p csfix	-csh -cf '$(PIX) -g -l -z primes.p |& expand | csfix - >primeout1'primeout2: primes.p csfix	-csh -cf '$(PXP) -z primes.p |& expand | csfix - >primeout2'digitsout: digits.p csfix	-csh -cf '$(PI) -g digits.p |& expand | csfix >digitsout'synerrout: synerr.p csfix	-csh -cf '$(PI) -g -l synerr.p |& expand | csfix >synerrout'synerr2out: synerr2.p csfix	-csh -cf '$(PIX) -g -l synerr2.p |& expand | csfix >synerr2out'mismout: mism.p csfix	-csh -cf '$(PI) -g -l mism.p |& expand | csfix >mismout'clashout: clash.p	-csh -cf '$(PI) -g clash.p |& expand >clashout'sinout1: sin1.p	-csh -cf '$(PI) -g sin1.p |& expand >sinout1'sinout2: sin2.p	-csh -cf '$(PI) -g sin2.p |& expand >sinout2'exprout: expr.p	-$(PI) -g -l expr.p | expand >exprouttypequout: typequ.p	-$(PI) -g typequ.p >typequoutprimeout3: primes2.p csfix	-csh -cf '$(PIX) -g primes2.p |& expand | csfix -d >primeout3'katout: kat.p csfix primes	-csh -cf '$(PIX) -g -l kat.p <primes |& expand | csfix -d >katout'copydataout: copydata.p csfix	-csh -cf '$(PIX) -g -l copydata.p |& expand | csfix -d >copydataout'kat2out: kat2.p csfix	-csh -cf '$(PI) -g kat2.p ; obj primes |& csfix -d >kat2out'xxxxqqqout: kat2.p	-$(PI) -g kat2.p	-csh -cf 'obj xxxxqqq >& xxxxqqqout'xxxxqqqout2: kat2.p	-$(PI) -g -p kat2.p	-csh -cf 'obj xxxxqqq >& xxxxqqqout2'primes: primes.p	-$(PIX) -g -p primes.p > primesprimes-d: primes csfix	csfix -d <primes >primes-dkatscript: katin	-csh -cf '$(PI) -g kat2.p ; obj katin >& katscript'	-ed - katscript < fixkatscriptcomments1.p: comments.p	-expand comments.p >comments1.pcommentsout: comments.p	-csh -cf '$(PXP) comments.p |& expand >commentsout'	-ed - commentsout < fixcomments

⌨️ 快捷键说明

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