📄 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 + -