?? make.src
字號:
# CHK=0x8F7A#+----------------------------------------------------------# Makefile for ecusea# wht@n4hgf.Mt-Park.GA.US#-----------------------------------------------------------#+:EDITS:*/#:09-10-1992-14:00-wht@n4hgf-ECU release 3.20#:08-22-1992-15:39-wht@n4hgf-ECU release 3.20 BETA#:08-21-1992-15:04-wht@n4hgf-executable goes to lib dir#:07-17-1992-18:26-wht@n4hgf-use ../nap.o#:02-10-1992-05:47-wht@n4hgf-mcs avail on some systems when non-COFF produced#:07-25-1991-12:59-wht@n4hgf-ECU release 3.10#:04-21-1991-12:05-wht@n4hgf-convert to Make.srcSHELL = /bin/shPROGRAM = ecuseaINSTALLABLE = $(ECULIBDIR)/$(PROGRAM).SUFFIXES:.SUFFIXES: .c .o .h.c.o:; $(BINTIME) $(CC) -c $(CFLAGS) $*.c SRC = \ ecusea.c\ scurses.cOBJ = \ ecusea.o\ scurses.o\ ../nap.oall: $(PROGRAM)$(PROGRAM): $(OBJ) Makefile $(BINTIME) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)$(OBJ): Makefile../nap.o: cd ..;make nap.o../makedirs: cd ..;make makedirsinstall: ../makedirs $(PROGRAM) ../makedirs -m 755 $(ECULIBDIR) rm -f $(INSTALLABLE) $(INSTALLABLE)~ if [ -f $(INSTALLABLE) ]; then mv $(INSTALLABLE) $(INSTALLABLE)~; fi cp $(PROGRAM) $(INSTALLABLE) strip $(INSTALLABLE) -if [ -x /usr/bin/mcs ]; then /usr/bin/mcs -d $(INSTALLABLE); fi chown bin $(INSTALLABLE) chgrp bin $(INSTALLABLE) chmod 711 $(INSTALLABLE)neat: rm -f .make.* depend.tmp eddep.tmp Makefile.new *.bak *.BAK rm -f core tags cscope.out -rm -f *~ *# *.orig *.rej make.log a.outclean: neat rm -f $(OBJ)clobber: clean rm -f $(PROGRAM)distclean: clobber rm -f Makefile$(PROGRAM).fls: Makefile ls $(SRC) >$(PROGRAM).flsprotos: $(PROGRAM).fls echo > protos.h csh ../zgcc $(PROGRAM).fls protos.h .. -DSIGTYPE=$(SIGTYPE)#regenerate .o:.h dependencies automaticallydepend: rm -f depend.tmp $(CC) -M $(CFLAGS) $(SRC) >>depend.tmp echo '/^# DO NOT DELETE THIS LINE' >eddep.tmp echo '.+1,$$d' >>eddep.tmp echo 'r depend.tmp' >> eddep.tmp echo 'w' >> eddep.tmp echo 'q' >> eddep.tmp cp Makefile Makefile.new ex Makefile.new < eddep.tmp || true rm eddep.tmp depend.tmp echo '# DEPENDENCIES MUST END AT END OF FILE' >>Makefile.new echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY'>>Makefile.new echo '# see make depend above'>>Makefile.new mv Makefile Makefile.bak mv Makefile.new Makefile# DO NOT DELETE THIS LINE
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -