📄 makefile.am
字号:
SUBDIRS = INCLUDES = -I$(top_srcdir)/srcnoinst_HEADERS = \ action.h \ bitmap.h \ block.h \ blocktypes.h \ browserfont.h \ button.h \ character.h \ cxform.h \ dbl.h \ error.h \ exports.h \ fillstyle.h \ font.h \ fontinfo.h \ fromswf.h \ gradient.h \ imports.h \ input.h \ jpeg.h \ libswf.h \ linestyle.h \ matrix.h \ method.h \ morph.h \ mp3.h \ outputblock.h \ output.h \ placeobject.h \ protect.h \ rect.h \ shape.h \ sound.h \ soundinstance.h \ soundstream.h \ sprite.h \ swf.h \ textfield.h \ text.h \ ttffont.h \ fdbfont.h \ utf8.h \ videostream.h \ filter.h \ flv.h \ fileattrs.h \ metadata.h \ scriptlimits.h \ scalinggrid.h \ tabindex.h \ symbolclass.h \ scenedata.h noinst_LTLIBRARIES = libblock.la#if USE_ZLIB#if USE_GIFGIF_SOURCE=gifdbl.c #endif#if USE_PNGPNG_SOURCE=pngdbl.c#endif#endif #zlibif USE_FREETYPElibblock_la_CFLAGS = $(FREETYPE_CFLAGS) $(AM_CFLAGS)TTF_SOURCE = ttffont.cendiflibblock_la_SOURCES = \ action.c \ bitmap.c \ block.c \ browserfont.c \ button.c \ character.c \ cxform.c \ dbl.c \ error.c \ fillstyle.c \ font.c \ fontinfo.c \ fromswf.c \ gradient.c \ imports.c \ input.c \ jpeg.c \ linestyle.c \ matrix.c \ method.c \ morph.c \ mp3.c \ outputblock.c \ output.c \ protect.c \ placeobject.c \ rect.c \ shape.c \ sound.c \ soundinstance.c \ soundstream.c \ sprite.c \ text.c \ textfield.c \ fdbfont.c \ utf8.c \ videostream.c \ flv.c \ filter.c \ fileattrs.c \ metadata.c \ scriptlimits.c \ scalinggrid.c \ tabindex.c \ symbolclass.c \ binary.c \ scenedata.c \ $(PNG_SOURCE) \ $(GIF_SOURCE) \ $(TTF_SOURCE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -