📄 makefile
字号:
############################################################################### Instructions to Make, for compilation of MH modules## This file is automatically generated. Do not edit!# @(#)$Id: config,v 2.8 1992/02/05 21:52:46 jromine Exp $##############################################################################OPTIONS = -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 -OLDOPTIONS= CC = ccCFLAGS = $(OPTIONS)LDFLAGS = $(LDOPTIONS)LIBES =LINT = lintLFLAGS = -bhu $(OPTIONS)LLIBS =############################################################################### Generate object file for MH configuration##############################################################################CFILES = config.c version.cOFILES = config.o version.oall: $(OFILES)lint:; $(LINT) $(LFLAGS) $(CFILES) $(LLIBS)version version.c: true @/bin/sh version.sh 6.8.3true:;############################################################################### Miscellaneous tasks##############################################################################unconfig: distribution -rm -f Makefiledistribution: clean -rm -f config.c version.c versionclean: unclean -rm -f *.ounclean:; -rm -f _* :* core eddep makedep############################################################################### Dependencies##############################################################################MODULES = $(CFILES)depend:; for m in $(MODULES); do ( \ i=`basename $$m .c`; \ echo $$i.o: $$i.c >> makedep; \ grep '^#[ ]*include' $$i.c | \ sed -e 's,[^"]*"/\([^"]*\)".*,'$$i'.o: /\1,' \ -e 's,[^"]*"\([^"]*\)".*,'$$i'.o: \1,' \ -e 's,[^<]*<\(.*\)>.*,#'$$i'.o: /usr/include/\1,' \ >> makedep \ ); done echo '/^# DO NOT DELETE THIS LINE/+2,$$d' > eddep echo '$$r makedep' >> eddep echo 'w' >> eddep cp Makefile _Makefile ed - Makefile < eddep rm eddep makedep echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile# DO NOT DELETE THIS LINE# DEPENDENCIES START HEREconfig.o: config.cconfig.o: ../h/mh.h#config.o: /usr/include/pwd.h#config.o: /usr/include/stdio.h# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -