📄 makefile
字号:
############################################################################### Instructions to Make, for compilation of SendMail/SMTP-MTS library## This file is automatically generated. Do not edit!# @(#)$Id: sendmail,v 1.2 90/11/25 18:56:18 sharpe Exp $############################################################################### The following entries were inserted during MH configurationOPTIONS = -DISI -DMHRC -DWHATNOW -DMHE -DBSD42 -DBERK -DNETWORK -DBIND -DRPATHS -DDPOP -DRPOP -DFOLDPROT='"0700"' -DMSGPROT='"0600"' -DTYPESIG='void' -DPOPSERVICE='"pop"' -DSPRINTF='int' -DSENDMTS -DSMTP -DPOP -DX400 -O -I..CC = ccCFLAGS = $(OPTIONS)LFLAGS = -bhu $(OPTIONS)LIB = sendmts.aCFILES = hosts.c smail.cOFILES = hosts.o smail.o############################################################################### Generation Rules##############################################################################.c.o:; $(CC) $(CFLAGS) -c $*.c -ld -x -r $@ mv a.out $@############################################################################### Here it is...##############################################################################all: $(LIB)depend:;lint: l-sendmts$(LIB): $(OFILES) -mv $@ z$@ ar r $@ $(OFILES); ranlib $@ -rm -f ../libmts.a ln $@ ../libmts.a -rm -f ../llib-lmts -ln llib-lsendmail ../llib-lmts -@ls -l $@ -@echo "SendMail/SMTP-MTS library built normally"l-sendmts:; lint $(LFLAGS) $(CFILES) $(LLIBS)hosts.o: Makefilesmail.o: Makefile smail.h############################################################################### Miscellaneous tasks##############################################################################unconfig: distribution -rm -f Makefiledistribution: clean -rm -f bboardsMH.m4 popMH.m4clean: unclean -rm -f *.o $(LIB) z$(LIB)unclean:; -rm -f _* :* core
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -