📄 makefile.am
字号:
SUBDIRS = jpeg jsDIST_SUBDIRS = jpeg js CODECS =if HAVE_MADCODECS += swfdec_codec_mad.cendifif HAVE_FFMPEGCODECS += swfdec_codec_ffmpeg.cendiflib_LTLIBRARIES = libswfdec-@SWFDEC_MAJORMINOR@.lajs_cflags = -I$(srcdir)/js/ -I./js -DXP_UNIX -DDEBUGlibswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_amf.c \ swfdec_audio.c \ swfdec_audio_event.c \ swfdec_audio_flv.c \ swfdec_audio_stream.c \ swfdec_bits.c \ swfdec_buffer.c \ swfdec_button.c \ swfdec_button_movie.c \ swfdec_cache.c \ swfdec_cached.c \ swfdec_character.c \ swfdec_codec.c \ swfdec_codec_adpcm.c \ $(CODECS) \ swfdec_codec_screen.c \ swfdec_color.c \ swfdec_connection.c \ swfdec_debug.c \ swfdec_debugger.c \ swfdec_decoder.c \ swfdec_edittext.c \ swfdec_edittext_movie.c \ swfdec_enums.c \ swfdec_event.c \ swfdec_flv_decoder.c \ swfdec_font.c \ swfdec_graphic.c \ swfdec_graphic_movie.c \ swfdec_html_parser.c \ swfdec_image.c \ swfdec_js.c \ swfdec_js_color.c \ swfdec_js_connection.c \ swfdec_js_global.c \ swfdec_js_mouse.c \ swfdec_js_movie.c \ swfdec_js_net_stream.c \ swfdec_js_sound.c \ swfdec_js_video.c \ swfdec_js_xml.c \ swfdec_listener.c \ swfdec_loader.c \ swfdec_loadertarget.c \ swfdec_marshal.c \ swfdec_morph_movie.c \ swfdec_morphshape.c \ swfdec_movie.c \ swfdec_net_stream.c \ swfdec_pattern.c \ swfdec_player.c \ swfdec_rect.c \ swfdec_ringbuffer.c \ swfdec_root_movie.c \ swfdec_root_sprite.c \ swfdec_script.c \ swfdec_scriptable.c \ swfdec_shape.c \ swfdec_sound.c \ swfdec_sprite.c \ swfdec_sprite_movie.c \ swfdec_swf_decoder.c \ swfdec_tag.c \ swfdec_text.c \ swfdec_video.c \ swfdec_video_movie.c \ swfdec_xml.clibswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ -I$(srcdir)/jpeg/ $(js_cflags) $(LIBOIL_CFLAGS) $(FFMPEG_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec\"libswfdec_@SWFDEC_MAJORMINOR@_la_LDFLAGS = \ -version-info $(SWFDEC_LIBVERSION) \ -export-symbols-regex '^(swfdec_.*)' \ $(CAIRO_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(MAD_LIBS) $(FFMPEG_LIBS) \ $(LIBOIL_LIBS)public_headers = \ swfdec.h \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_loader.h \ swfdec_player.hlibswfdec_@SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la js/libjs.lalibswfdec_@SWFDEC_MAJORMINOR@includedir = $(includedir)/swfdec-@SWFDEC_MAJORMINOR@/libswfdeclibswfdec_@SWFDEC_MAJORMINOR@include_HEADERS = $(public_headers) swfdec_enums.hnoinst_HEADERS = \ swfdec_amf.h \ swfdec_audio_internal.h \ swfdec_audio_event.h \ swfdec_audio_flv.h \ swfdec_audio_stream.h \ swfdec_bits.h \ swfdec_button.h \ swfdec_button_movie.h \ swfdec_cache.h \ swfdec_cached.h \ swfdec_character.h \ swfdec_codec.h \ swfdec_color.h \ swfdec_connection.h \ swfdec_debug.h \ swfdec_debugger.h \ swfdec_decoder.h \ swfdec_edittext.h \ swfdec_edittext_movie.h \ swfdec_event.h \ swfdec_flv_decoder.h \ swfdec_font.h \ swfdec_graphic.h \ swfdec_graphic_movie.h \ swfdec_image.h \ swfdec_js.h \ swfdec_listener.h \ swfdec_loader_internal.h \ swfdec_loadertarget.h \ swfdec_marshal.h \ swfdec_morph_movie.h \ swfdec_morphshape.h \ swfdec_movie.h \ swfdec_net_stream.h \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ swfdec_root_sprite.h \ swfdec_script.h \ swfdec_scriptable.h \ swfdec_shape.h \ swfdec_sound.h \ swfdec_sprite.h \ swfdec_sprite_movie.h \ swfdec_swf_decoder.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_types.h \ swfdec_video.h \ swfdec_video_movie.h \ swfdec_xml.hEXTRA_DIST = swfdec_marshal.listBUILT_SOURCES = \ swfdec_enums.c \ swfdec_enums.h \ swfdec_marshal.c \ swfdec_marshal.hCLEANFILES = \ swfdec_enums.c \ swfdec_enums.h \ swfdec_marshal.c \ swfdec_marshal.hswfdec_marshal.h: swfdec_marshal.list Makefile $(GLIB_GENMARSHAL) --prefix=swfdec_marshal $(srcdir)/swfdec_marshal.list --header >> xgen-smh \ && (cmp -s xgen-smh swfdec_marshal.h || cp xgen-smh swfdec_marshal.h) \ && rm -f xgen-smhswfdec_marshal.c: swfdec_marshal.list swfdec_marshal.h Makefile (echo "#include \"swfdec_marshal.h\""; \ $(GLIB_GENMARSHAL) --prefix=swfdec_marshal $(srcdir)/swfdec_marshal.list --body;) >> xgen-smc \ && cp xgen-smc swfdec_marshal.c \ && rm -f xgen-smc swfdec_enums.h: $(public_headers) Makefile ( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#ifndef __SWFDEC_ENUMS_H__\n#define __SWFDEC_ENUMS_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \ --fprod "/* enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define SWFDEC_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __SWFDEC_ENUMS_H__ */" \ $(public_headers) ) >> xgen-seh \ && (cmp -s xgen-seh swfdec_enums.h || cp xgen-seh swfdec_enums.h ) \ && rm -f xgen-sehswfdec_enums.c: $(public_headers) Makefile ( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#include \"swfdec.h\"\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n" \ $(public_headers) ) > xgen-sec \ && cp xgen-sec swfdec_enums.c \ && rm -f xgen-sec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -