📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inbin_PROGRAMS = cscopeif USING_LEXLEXER_SOURCE=scanner.lelseLEXER_SOURCE=fscanner.lendifcscope_SOURCES = $(LEXER_SOURCE) egrep.y \ alloc.c basename.c build.c build.h command.c compath.c constants.h crossref.c dir.c \ display.c edit.c exec.c find.c global.h help.c history.c input.c \ invlib.c invlib.h library.h logdir.c lookup.c lookup.h main.c mouse.c \ mygetenv.c mypopen.c scanner.h version.h vp.h vpaccess.c vpfopen.c \ vpinit.c vpopen.cEXTRA_cscope_SOURCES = scanner.l fscanner.lLEXLIB = @LEXLIB@cscope_LDADD = $(CURSES_LIBS) $(LEXLIB)INCLUDES = $(CURSES_INCLUDEDIR)## Hack to clean the generated files and not include them in a "make dist".CLEANFILES = scanner.c fscanner.c egrep.cdist-hook: rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.cEXTRA_DIST = emacs.e gmacs.ml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -