📄 zotnetm
字号:
############################################################################### Instructions to Make, for compilation of ZOT UIP/utility processes## @(MHWARNING)# @(#)$Id: zotnetM,v 1.2 90/11/25 18:56:49 sharpe Exp $############################################################################### The following entries were inserted during MH configurationOPTIONS = @(MHOPTIONS)CC = @(MHCOMPILER)@BEGIN: OPTIMCFLAGS = $(OPTIONS) -I.@END: OPTIM@BEGIN: DEBUGCFLAGS = $(OPTIONS) -I.@END: DEBUGLFLAGS = -bhu $(OPTIONS) -I.LIB = libzot.aLLIB = llib-lzotnetOFILES = mts/mts.o mts/lock.o mts/client.o mf/mf.o \@BEGIN: MHMTS mf/mmuu.o mf/uumm.o \@END: MHMTS bboards/getbbent.o \ tws/dtime.o tws/dtimep.o tws/lexstring.oMAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)SHELL = /bin/shDIRS = mts bboards tws mf@BEGIN: OPTIM############################################################################### Generation Rules##############################################################################.c.o:; $(CC) $(CFLAGS) -c $*.c@BEGIN: NEWLOAD -ld -x -r $@ mv a.out $@@END: NEWLOAD@BEGIN: OLDLOAD cc -s -o $@@END: OLDLOAD@END: OPTIM.c:; echo $@############################################################################### Generate ZOTnet subroutine library##############################################################################all: allaux $(LIB)$(LIB): $(OFILES) -mv $@ z$@@BEGIN: RANLIB ar r $@ $(OFILES); ranlib $@@END: RANLIB@BEGIN: LORDER ar r $@ `lorder $(OFILES) | tsort`@END: LORDER -@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 + -