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

📄 makefile

📁 一个通讯程序源码
💻
字号:
# FAS 2.08/FASI 1.00 Makefile for SCO UNIX SYS V/386#+:EDITS:*/#:09-10-1992-13:59-wht@n4hgf-ECU release 3.20#:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA#:01-17-1991-01:38-wht@n4hgf-adapt FAS 2.08 SCO make fileSHELL = /bin/shINCLLOC = /usr/include/localLKDRVRDIR = /etc/conf/pack.d/fasLKSCONFDIR = /etc/conf/sdevice.dLKNCONFDIR = /etc/conf/node.dLKICONFDIR = /etc/conf/init.dLKKCONFDIR = /etc/conf/kconfig.dDRVRNAME = Driver.oCONFNAME = fasCC = rccCFLAGS = -O -DINKERNEL -DSCO -DNEED_PUT_GETCHAR -DFASIOBJS = fas.ofas.o: 	fas.c $(INCLLOC)/fas.h $(INCLLOC)/digi-pc8.h MakefileDriver.o: fas.o	rm -rf Driver.o	ln fas.o Driver.oinstall: Driver.o	sh -v idfasiinstall2: install	cd /etc/conf/cf.d;./link_unixspace.c:	@echo "You must copy the proper space-xxxxx file to \`space.c'"	@false	s_$(CONFNAME):	@echo "You must copy the proper s_$(CONFNAME)-xxxxx file to \`s_$(CONFNAME)'"	@false		n_$(CONFNAME):	@echo "You must copy the proper n_$(CONFNAME)-xxxxx file to \`n_$(CONFNAME)'"	@false		i_$(CONFNAME):	@echo "You must copy the proper i_$(CONFNAME)-xxxxx file to \`i_$(CONFNAME)'"	@false		$(INCLLOC)/fas.h: fas.h	-mkdir $(INCLLOC) >/dev/null 2>&1	cp fas.h $(INCLLOC)/fas.h$(INCLLOC)/digi-pc8.h: digi-pc8.h	-mkdir $(INCLLOC) >/dev/null 2>&1	cp digi-pc8.h $(INCLLOC)/digi-pc8.hclean:	rm -f fas.o Driver.oclobber: clean

⌨️ 快捷键说明

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