makefile

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

TXT
69
字号
###############################################################################    Instructions to Make, for compilation of standalone-MTS library##	This file is automatically generated.  Do not edit!# @(#)$Id: mh,v 1.2 90/11/25 18:56:16 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)LINT	=	lintLFLAGS	=	-bhu $(OPTIONS)LLIBS	=	LIB	=	mhmts.aCFILES	=	hosts.c netmail.c uucp.cOFILES	=	hosts.o netmail.o uucp.o###############################################################################	Generation Rules##############################################################################.c.o:;		$(CC) $(CFLAGS) -c $*.c		-ld -x -r $@		mv a.out $@###############################################################################	Here it is...##############################################################################all:		$(LIB)depend:;lint:		l-mhmts$(LIB):		$(OFILES)		-mv $@ z$@		ar r $@ $(OFILES); ranlib $@		-rm -f ../libmts.a		ln $@ ../libmts.a		-rm -f ../llib-lmts		-ln 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 + =
减小字号Ctrl + -
显示快捷键?