📄 mh
字号:
############################################################################### Instructions to Make, for compilation of standalone-MTS library## @(MHWARNING)# @(#)$Id: mh,v 1.10 1992/11/20 17:14:07 jromine 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 = CP = @(CP)LN = @(LN)LIB = mhmts.aCFILES = hosts.c netmail.c uucp.cOFILES = hosts.o netmail.o uucp.o@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############################################################################### Here it is...##############################################################################all: $(LIB)depend:;lint: l-mhmts$(LIB): $(OFILES) -mv $@ z$@@BEGIN: RANLIB ar r $@ $(OFILES); ranlib $@@END: RANLIB@BEGIN: LORDER ar r $@ `lorder $(OFILES) | tsort`@END: LORDER -rm -f ../libmts.a -cd ..; $(LN) mh/$@ libmts.a -rm -f ../llib-lmts -cd .. ; $(LN) mh/llib-lmhmts llib-lmts -@ls -l $@ -@echo "standalone-MTS library built normally"l-mhmts:; $(LINT) $(LFLAGS) $(CFILES) $(LLIBS)hosts.o: Makefilenetmail.o: Makefileuucp.o: Makefile############################################################################### Miscellaneous tasks##############################################################################unconfig: distribution -rm -f Makefiledistribution: cleanclean: unclean -rm -f *.o $(LIB) z$(LIB)unclean:; -rm -f _* :* core
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -