?? makefile.svn-base
字號:
## these are set in ../Makefile## CC, AR, AROPT, CFLAGS, RANLIBLEX = flex## all the sources#SRC = libexo.c exolex.lHDR = libexo.h## common objects#OBJ = libexo.$(OEXT) exolex.$(OEXT)## external libraries required for build#LIB =## all targets#all: libexo.$(LEXT) # exo-test @echo "my work is done here..."exo-test: exo-test.$(OEXT) options.$(OEXT) stats.$(OEXT) eval.$(OEXT) misc.$(OEXT) libexo.$(LEXT) $(CC) -o exo-test $(CFLAGS) exo-test.$(OEXT) options.$(OEXT) \ stats.$(OEXT) eval.$(OEXT) misc.$(OEXT) libexo.$(LEXT) $(LIB) -lmlibexo.$(LEXT): $(OBJ) $(RM) libexo.$(LEXT) $(AR) $(AROPT)libexo.$(LEXT) $(OBJ) $(RANLIB) libexo.$(LEXT).c.$(OEXT): $(CC) $(CFLAGS) -c $*.cexolex.c: exolex.l $(LEX) exolex.l mv -f lex.yy.c exolex.cfilelist: @echo $(SRC) $(HDR) Makefilediffs: -rcsdiff RCS/*clean: -$(RM) *.o *.obj core *~ Makefile.bak exo-test libexo.a libexo.libunpure: rm -f sim.pure *pure*.o sim.pure.pure_hardlink sim.pure.pure_linkinfodepend: makedepend -n -x $(SRC)# DO NOT DELETE THIS LINE -- make depend depends on it.libexo.$(OEXT): ../host.h ../misc.h ../mips.h ../host.h ../misc.hlibexo.$(OEXT): ../mips.def libexo.hexolex.$(OEXT): ../host.h ../misc.h libexo.h ../mips.h ../host.h ../misc.hexolex.$(OEXT): ../mips.def
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -