📄 makefile.am
字号:
AUTOMAKE_OPTIONS=foreign no-dependencies#CORELIBS = @CORELIBS@#MORELIBS = @MORELIBS@ -L${top_srcdir}/lib/libxsupconfig -l xsupconfig#MOREDEFS = @MOREDEFS@ INCLUDES = @INCS@ -I ${top_srcdir}/src/ -I ${top_srcdir}/lib/libxsupconfig -I ${top_srcdir}/lib/libxsupconfwriteDEFS = @DEFS@ $(MOREDEFS) -DEXTERNAL_USECLEANFILES= config_grammar.c config_lexicon.c config_grammar.hbin_PROGRAMS = config-parserconfig_parser_SOURCES = config-parser.c ${top_srcdir}/src/xsup_debug.cconfig_parser_LDADD = $(MORELIBS) -L${top_srcdir}/lib/libxsupconfig -lxsupconfig -L${top_srcdir}/lib/libxsupconfwrite -lxsupconfwrite
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -