makefile
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 144 行
TXT
144 行
############################################################################### Instructions to Make, for compilation of ZOT UIP/utility processes## This file is automatically generated. Do not edit!# @(#)$Id: tws,v 1.2 90/11/25 18:56:28 sharpe Exp $############################################################################### The following entries were inserted during MH configurationBINDIR = $(DESTDIR)/usr/bin/mhETCDIR = $(DESTDIR)/usr/lib/mhOPTIONS = -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..LDOPTIONS= -OLDOPTLIB= CC = ccLEX = lex -ntCFLAGS = $(OPTIONS)LINT = lintLFLAGS = -bhu $(OPTIONS)LLIBS =LDFLAGS = $(LDOPTIONS)LIBES =LDLIBS = $(LIBES) $(LDOPTLIB).c:; echo $@####################################################################### Here it is...######################################################################all: dtimep dtime datelint: l-dtimep l-dtime l-dateinstall: inst-all cleaninst-all:;tar:;uninstall:;####################################################################### date######################################################################date: date.o dtime.o $(LIBES) $(CC) $(LDFLAGS) -o $@ date.o dtime.o $(LDLIBS)l-date:; $(LINT) $(LFLAGS) date.c dtime.c $(LLIBS)####################################################################### dtimep######################################################################dtimep: dtimep.o lexstring.o dtimep.o: dtimep.cdtimep.c: dtimep.lex $(LEX) dtimep.lex | sed -f lexedit.sed > dtimep.clexstring.o: lexstring.c $(CC) $(CFLAGS) -c -DONECASE lexstring.cl-dtimep:; $(LINT) $(LFLAGS) dtimep.c -DONECASE lexstring.c $(LLIBS)####################################################################### dtime######################################################################dtime: dtime.ol-dtime:; $(LINT) $(LFLAGS) dtime.c $(LLIBS)############################################################################### Miscellaneous tasks##############################################################################unconfig: distribution -rm -f Makefiledistribution: cleanclean: unclean -rm -f dtimep.c *.o dateunclean:; -rm -f _* :* core eddep makedep############################################################################### Dependencies##############################################################################MODULES = date dtime dtimepdepend:; 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 HEREdate.o: date.cdate.o: ../tws.h#date.o: /usr/include/stdio.hdtime.o: dtime.cdtime.o: ../tws.hdtime.o: ../../h/strings.h#dtime.o: /usr/include/stdio.h#dtime.o: /usr/include/sys/types.h#dtime.o: /usr/include/sys/sysmacros.h#dtime.o: /usr/include/sys/timeb.h#dtime.o: /usr/include/time.hdtimep.o: dtimep.c#dtimep.o: /usr/include/stdio.hdtimep.o: ../tws.hdtimep.o: ../../h/strings.h#dtimep.o: /usr/include/ctype.h#dtimep.o: /usr/include/sys/types.h#dtimep.o: /usr/include/sys/sysmacros.h#dtimep.o: /usr/include/sys/timeb.h#dtimep.o: /usr/include/time.h# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?