📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inBUILT_SOURCES = ifs_lex.c ifs_yacc.c ifs_yacc.h mod_lex.c mod_yacc.c mod_yacc.hEXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.hMAINTAINERCLEANFILES = Makefile.inYACC = @YACC@ -dLEX = @LEX@ -tbin_PROGRAMS = cmppcmpp_SOURCES = cmpp.h main.c pp_ifs.c pp_lst.c pp_mod.c read_ifs.c util.c \ writ_ifs.c ifs_yacc_y.h ifs_yacc.y ifs_lex.c mod_yacc_y.h mod_yacc.y \ mod_lex.c %.c : %.l $(LEX) -P$(*:lex=)yy $< > $@ ifs_lex.c : ifs_lex.l $(LEX) -i -P$(*:lex=)yy $< > $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -