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

📄 makefile

📁 早期freebsd实现
💻
字号:
###############################################################################    Instructions to Make, for compilation of MMDF-MTS library ##	This file is automatically generated.  Do not edit!# @(#)$Id: mmdf,v 1.11 1993/12/06 18:11:49 jromine Exp $############################################################################### The following entries were inserted during MH configurationOPTIONS	=	-DBIND -DBSD42 -DBSD43 -DDBMPWD -DMORE='"/usr/bin/more"' -DSYS5DIR -DNTOHLSWAP -DOVERHEAD -DVSPRINTF -DWHATNOW -DZONEINFO -DMHE -DMHRC -DMIME -DPOSIX -DBSD44 -DWAITINT -DUNISTD -DGCOS_HACK -DNORUSERPASS -DPOP2 -DRPOP -DPOPSERVICE='"pop3"' -DSENDMTS -DSMTP -DPOP -DBPOP -DNNTP -DSPRINTFTYPE=int -DTYPESIG=void -O -I..CC	=	ccCFLAGS	=	$(OPTIONS)LINT	=	lintLFLAGS	=	-bhu $(OPTIONS)LLIBS	=CP	=	cpLN	=	lnLIB	=	mmdfmts.aCFILES	=	hosts.cOFILES	=	hosts.o###############################################################################	Generation Rules##############################################################################.c.o:;		$(CC) $(CFLAGS) -c $*.c		-ld -x -r $@		mv a.out $@###############################################################################	Here it is...##############################################################################all:		$(LIB)depend:;lint:		l-mmdfl-mmdf:;	$(LINT) $(LFLAGS) $(CFILES) $(LLIBS)hosts.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -