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

📄 bboards

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻
字号:
###############################################################################    Instructions to Make, for compilation of ZOT UIP/utility processes##	@(MHWARNING)# @(#)$Id: bboards,v 1.2 90/11/25 18:56:24 sharpe Exp $############################################################################### The following entries were inserted during MH configurationOPTIONS	=	@(MHOPTIONS) -I..CC      =	@(MHCOMPILER)@BEGIN: OPTIMCFLAGS  =	$(OPTIONS)@END: OPTIM@BEGIN: DEBUGCFLAGS  =	      $(OPTIONS)@END: DEBUGLINT	=	lintLFLAGS	=	-bhu $(OPTIONS)LLIBS	=.c:;		echo $@#######################################################################	Here it is...######################################################################all:		getbbentlint:		l-getbbentinstall:	inst-all cleaninst-all:;tar:;uninstall:;####################################################################### getbbent######################################################################getbbent:	getbbent.ol-getbbent:;	$(LINT) $(LFLAGS) getbbent.c $(LLIBS)###############################################################################	Miscellaneous tasks##############################################################################unconfig:	distribution		-rm -f Makefiledistribution:   cleanclean:		unclean		-rm -f *.ounclean:;	-rm -f _* :* core eddep makedep###############################################################################	Dependencies##############################################################################MODULES	=	getbbentdepend:;	for m in $(MODULES); do ( \		    i=`basename $$m .c`; \		    echo $$i.o: $$i.c >> makedep; \		    grep '^#[ 	]*include' $$i.c | \			sed -e 's,[^"]*"/\([^"]*\)".*,'$$i'.o: /\1,' \			    -e 's,[^"]*"\([^"]*\)".*,'$$i'.o: \1,' \			    -e 's,[^<]*<\(.*\)>.*,#'$$i'.o: /usr/include/\1,' \			>> makedep \		); done		echo '/^# DO NOT DELETE THIS LINE/+2,$$d' > eddep		echo '$$r makedep' >> eddep		echo 'w' >> eddep		cp Makefile _Makefile		ed - Makefile < eddep		rm eddep makedep		echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile		echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile# DO NOT DELETE THIS LINE# DEPENDENCIES START HEREgetbbent.o: getbbent.cgetbbent.o: bboards.hgetbbent.o: ../../h/strings.h#getbbent.o: /usr/include/ctype.h#getbbent.o: /usr/include/pwd.h#getbbent.o: /usr/include/grp.h#getbbent.o: /usr/include/stdio.h#getbbent.o: /usr/include/sys/types.h#getbbent.o: /usr/include/sys/stat.h# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY

⌨️ 快捷键说明

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