makefile

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 48 行

TXT
48
字号
###############################################################################    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 + =
减小字号Ctrl + -
显示快捷键?