⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b
💻 IN
📖 第 1 页 / 共 5 页
字号:
	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.hall: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libswfdec/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  libswfdec/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -