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

📄 makefile

📁 linux下的flash的播放源代码
💻
字号:
# Makefile.in generated by automake 1.6.3 from Makefile.am.# flash/Makefile.  Generated from Makefile.in by configure.# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = /bin/shsrcdir = .top_srcdir = ..prefix = /usr/localexec_prefix = ${prefix}bindir = ${exec_prefix}/binsbindir = ${exec_prefix}/sbinlibexecdir = ${exec_prefix}/libexecdatadir = ${prefix}/sharesysconfdir = ${prefix}/etcsharedstatedir = ${prefix}/comlocalstatedir = ${prefix}/varlibdir = ${exec_prefix}/libinfodir = ${prefix}/infomandir = ${prefix}/manincludedir = ${prefix}/includeoldincludedir = /usr/includepkgdatadir = $(datadir)/flashplayerpkglibdir = $(libdir)/flashplayerpkgincludedir = $(includedir)/flashplayertop_builddir = ..ACLOCAL = aclocal-1.6AUTOCONF = autoconfAUTOMAKE = automake-1.6AUTOHEADER = autoheaderam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL}INSTALL_DATA = ${INSTALL} -m 644install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_SCRIPT = ${INSTALL}INSTALL_HEADER = $(INSTALL_DATA)transform = s,x,x,NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = build_triplet = i686-pc-linux-gnuhost_alias = host_triplet = i686-pc-linux-gnutarget_alias = target_triplet = i686-pc-linux-gnuEXEEXT = OBJEXT = oPATH_SEPARATOR = :AMTAR = tarAS = @AS@AWK = gawkCC = gccCPP = gcc -ECXX = g++DEPDIR = .depsDLLTOOL = @DLLTOOL@ECHO = echoINSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -sLIBTOOL = $(SHELL) $(top_builddir)/libtoolLN_S = ln -sOBJDUMP = @OBJDUMP@PACKAGE = flashplayerRANLIB = ranlibSTRIP = stripVERSION = 0.2am__include = includeam__quote = install_sh = /home/lgf/sample/flashplayer-1.3/install-shINCLUDES = -I../mpegsoundnoinst_LTLIBRARIES = libflash.lalibflash_la_SOURCES = adpcm.cc character.cc flash.cc \						matrix.cc rawplayer.cc sound.cc \						bitmap.cc  cxform.cc font.cc movie.cc \						script.cc  sprite.cc button.cc  displaylist.cc  \						graphic.cc program.cc shape.cc text.cc subdir = flashmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_CLEAN_FILES =LTLIBRARIES = $(noinst_LTLIBRARIES)libflash_la_LDFLAGS =libflash_la_LIBADD =am_libflash_la_OBJECTS = adpcm.lo character.lo flash.lo matrix.lo \	rawplayer.lo sound.lo bitmap.lo cxform.lo font.lo movie.lo \	script.lo sprite.lo button.lo displaylist.lo graphic.lo \	program.lo shape.lo text.lolibflash_la_OBJECTS = $(am_libflash_la_OBJECTS)DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DPACKAGE=\"flashplayer\" -DVERSION=\"0.2\" -DHAVE_LIBC=1 -DHAVE_LIBGCC=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBM=1 -DHAVE_LIBPNG=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBZ=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRDUP=1 DEFAULT_INCLUDES =  -I. -I$(srcdir)CPPFLAGS = LDFLAGS = LIBS = -lz -lpthread -lpng -lm -ljpeg -lgcc -lc depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesDEP_FILES = ./$(DEPDIR)/adpcm.Plo ./$(DEPDIR)/bitmap.Plo \	./$(DEPDIR)/button.Plo ./$(DEPDIR)/character.Plo \	./$(DEPDIR)/cxform.Plo ./$(DEPDIR)/displaylist.Plo \	./$(DEPDIR)/flash.Plo ./$(DEPDIR)/font.Plo \	./$(DEPDIR)/graphic.Plo ./$(DEPDIR)/matrix.Plo \	./$(DEPDIR)/movie.Plo ./$(DEPDIR)/program.Plo \	./$(DEPDIR)/rawplayer.Plo ./$(DEPDIR)/script.Plo \	./$(DEPDIR)/shape.Plo ./$(DEPDIR)/sound.Plo \	./$(DEPDIR)/sprite.Plo ./$(DEPDIR)/text.PloCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \	$(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \	$(AM_LDFLAGS) $(LDFLAGS) -o $@CXXFLAGS = -g -O2DIST_SOURCES = $(libflash_la_SOURCES)DIST_COMMON = Makefile.am Makefile.inSOURCES = $(libflash_la_SOURCES)all: all-am.SUFFIXES:.SUFFIXES: .cc .lo .o .obj$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  flash/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)clean-noinstLTLIBRARIES:	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test -z "$dir" && dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donelibflash.la: $(libflash_la_OBJECTS) $(libflash_la_DEPENDENCIES) 	$(CXXLINK)  $(libflash_la_LDFLAGS) $(libflash_la_OBJECTS) $(libflash_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.cinclude ./$(DEPDIR)/adpcm.Ploinclude ./$(DEPDIR)/bitmap.Ploinclude ./$(DEPDIR)/button.Ploinclude ./$(DEPDIR)/character.Ploinclude ./$(DEPDIR)/cxform.Ploinclude ./$(DEPDIR)/displaylist.Ploinclude ./$(DEPDIR)/flash.Ploinclude ./$(DEPDIR)/font.Ploinclude ./$(DEPDIR)/graphic.Ploinclude ./$(DEPDIR)/matrix.Ploinclude ./$(DEPDIR)/movie.Ploinclude ./$(DEPDIR)/program.Ploinclude ./$(DEPDIR)/rawplayer.Ploinclude ./$(DEPDIR)/script.Ploinclude ./$(DEPDIR)/shape.Ploinclude ./$(DEPDIR)/sound.Ploinclude ./$(DEPDIR)/sprite.Ploinclude ./$(DEPDIR)/text.Plodistclean-depend:	-rm -rf ./$(DEPDIR).cc.o:	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CXXDEPMODE) $(depcomp) \	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<.cc.obj:	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CXXDEPMODE) $(depcomp) \	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`.cc.lo:	source='$<' object='$@' libtool=yes \	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \	$(CXXDEPMODE) $(depcomp) \	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<CXXDEPMODE = depmode=gcc3mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:ETAGS = etagsETAGSFLAGS =tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniqueTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$tags$$unique" \	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATHDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)top_distdir = ..distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)distdir: $(DISTFILES)	@list='$(DISTFILES)'; for file in $$list; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkinstalldirs) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(LTLIBRARIES)installdirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."clean: clean-amclean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \	mostlyclean-amdistclean: distclean-amdistclean-am: clean-am distclean-compile distclean-depend \	distclean-generic distclean-libtool distclean-tagsdvi: dvi-amdvi-am:info: info-aminfo-am:install-data-am:install-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-ammaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtooluninstall-am: uninstall-info-am.PHONY: GTAGS all all-am check check-am clean clean-generic \	clean-libtool clean-noinstLTLIBRARIES distclean \	distclean-compile distclean-depend distclean-generic \	distclean-libtool distclean-tags distdir dvi dvi-am info \	info-am install install-am install-data install-data-am \	install-exec install-exec-am install-info install-info-am \	install-man install-strip installcheck installcheck-am \	installdirs maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-compile mostlyclean-generic \	mostlyclean-libtool tags uninstall uninstall-am \	uninstall-info-am# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

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