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

📄 makefile

📁 早期freebsd实现
💻
字号:
###############################################################################    Instructions to Make, for compilation of ZOT UIP/utility processes##	This file is automatically generated.  Do not edit!# @(#)$Id: zotnetM,v 2.7 1992/10/29 16:25:20 jromine Exp $############################################################################### The following entries were inserted during MH configurationOPTIONS	=	-DBIND -DBSD42 -DBSD43 -DDBMPWD -DMORE='"/usr/bin/more"' -DSYS5DIR -DNTOHLSWAP -DOVERHEAD -DVSPRINTF -DWHATNOW -DZONEINFO -DMHE -DMHRC -DMIME -DPOSIX -DBSD44 -DWAITINT -DUNISTD -DGCOS_HACK -DNORUSERPASS -DPOP2 -DRPOP -DPOPSERVICE='"pop3"' -DSENDMTS -DSMTP -DPOP -DBPOP -DNNTP -DSPRINTFTYPE=int -DTYPESIG=void -OCC	=	ccCFLAGS	=	$(OPTIONS) -I.LFLAGS	=	-bhu $(OPTIONS) -I.LIB	=	libzot.aLLIB	=	llib-lzotnetOFILES	=	mts/mts.o mts/lock.o mts/client.o mf/mf.o \		bboards/getbbent.o \		tws/dtime.o tws/dtimep.o tws/lexstring.oMAKE	=	make DESTDIR=$(DESTDIR) $(MFLAGS)SHELL	=	/bin/shDIRS	=	mts bboards tws mf###############################################################################	Generation Rules##############################################################################.c.o:;		$(CC) $(CFLAGS) -c $*.c		-ld -x -r $@		mv a.out $@.c:;		echo $@###############################################################################	Generate ZOTnet subroutine library##############################################################################all:		allaux $(LIB)$(LIB):		$(OFILES)		-mv $@ z$@		ar r $@ $(OFILES); ranlib $@		-@ls -l $@		-@echo "ZOTnet library built normally"allaux:;	for d in $(DIRS); do (cd $$d; $(MAKE) all); donedepend:;	for d in $(DIRS); do (cd $$d; $(MAKE) depend); donelint:;		for d in $(DIRS); do (cd $$d; $(MAKE) lint); done###############################################################################	Installation##############################################################################install:	inst-all cleaninst-all:;	for d in $(DIRS); do (cd $$d; $(MAKE) inst-all); donetar:;		@for d in $(DIRS); \		    do (cd $$d; $(MAKE) TFLAGS="$(TFLAGS)" tar); doneuninstall:;	for d in $(DIRS); do (cd $$d; $(MAKE) uninstall); done###############################################################################	Miscellaneous tasks##############################################################################unconfig:;	-rm -f $(LIB) z$(LIB) _* :* *.o core		for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done		-rm -f Makefiledistribution:;	-rm -f $(LIB) z$(LIB) _* :*		for d in $(DIRS); do (cd $$d; $(MAKE) distribution); doneclean:;		-rm -f $(LIB) z$(LIB) _* :* *.o core		for d in $(DIRS); do (cd $$d; $(MAKE) clean); doneunclean:;	-rm -f z$(LIB) _* :* core		for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done

⌨️ 快捷键说明

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