📄 makefile
字号:
############################################################################### Instructions to Make, for compilation of MTS-specific libraries## This file is automatically generated. Do not edit!# @(#)$Id: mtsM,v 1.2 90/11/25 18:56:41 sharpe Exp Locker: sharpe $############################################################################### The following entries were inserted during MH configurationMTS = x400s sendmailLIB = libmts.a libx400s.aLLIB = llib-lmtsMAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)SHELL = /bin/sh############################################################################### Generate MTS-specific library##############################################################################ALL = $(MTS)all:; for d in $(ALL); do (cd $$d; $(MAKE) all); donedepend:; for d in $(ALL); do (cd $$d; $(MAKE) depend); donelint:; for d in $(ALL); do (cd $$d; $(MAKE) lint); done############################################################################### Miscellaneous tasks##############################################################################DIRS = mh mmdf sendmail x400sunconfig:; -rm -f $(LIB) $(LLIB) for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done -rm -f Makefiledistribution:; -rm -f $(LIB) $(LLIB) for d in $(DIRS); do (cd $$d; $(MAKE) distribution); doneclean:; -rm -f $(LIB) $(LLIB) for d in $(DIRS); do (cd $$d; $(MAKE) clean); doneunclean:; for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -