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

📄 makefile

📁 这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易于我们学习和理解
💻
字号:
SSRC=	message.c main.c bind.c rewrite.c local.c dest.c process.c translate.c\	log.c chkfwd.c notify.c gateway.c authorize.o ../common/*.cSOBJ=	message.o main.o bind.o rewrite.o local.o dest.o process.o translate.o\	log.o chkfwd.o notify.o gateway.o authorize.o\	../config/config.o ../common/common.a ../libc/libc.aSINC=	../common/mail.h ../common/string.h ../common/aux.hCFLAGS=${UNIX} -g -I. -I../libc -I../common -I/usr/include ${SCFLAGS}LFLAGS=-g.c.o: ; $(CC) -c $(CFLAGS) $*.cLIB=/usr/lib/upasall: sendsend: $(SOBJ)	$(CC) $(SOBJ) $(LFLAGS) -o sendchkfwd.o: $(SINC) message.h dest.hdest.o: $(SINC) dest.hlocal.o: $(SINC) dest.h process.hlog.o: $(SINC) message.hmain.o: $(SINC) message.h dest.h process.hbind.o: $(SINC) dest.h message.hprocess.o: $(SINC) process.hrewrite.o: $(SINC) dest.htranslate.o: $(SINC) dest.h process.hmessage.o: $(SINC) message.hnotify.o: $(SINC) message.hgateway.o: $(SINC) dest.h message.hprcan:	prcan $(SSRC)clean:	-rm -f send *.[oO] a.out core *.sL rmailcyntax:	cyntax $(CFLAGS) $(SSRC)install: send	rm -f $(LIB)/send /bin/rmail	cp send $(LIB)/send	cp send /bin/rmail	strip /bin/rmail	strip $(LIB)/send	chown root $(LIB)/send /bin/rmail	chmod 4755 $(LIB)/send /bin/rmail

⌨️ 快捷键说明

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