makefile.am
来自「flash swf file player」· AM 代码 · 共 35 行
AM
35 行
AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip 1.4dLEXLIB = @LEXLIB@AM_YFLAGS = -dnoinst_LTLIBRARIES = libactioncompiler.lalibactioncompiler_la_SOURCES = \ compile.c \ listaction.c \ swf4compiler.y \ swf5compiler.y \ lex.swf4.c \ lex.swf5.c \ compileaction.cnoinst_HEADERS = \ action.h \ compile.hlibactioncompiler_la_LIBADD = $(LEXLIB)EXTRA_PROGRAMS = testtest_SOURCES = main.c test_LDADD = libactioncompiler.laEXTRA_DIST = swf4compiler.lex \ swf5compiler.lexlex.swf4.c: swf4compiler.lex $(LEX) -i -Pswf4 swf4compiler.lexlex.swf5.c: swf5compiler.lex $(LEX) -i -Pswf5 swf5compiler.lex
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?