Makefile.in
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:6k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  2. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  3. # Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. SHELL = @SHELL@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. prefix = @prefix@
  17. exec_prefix = @exec_prefix@
  18. bindir = @bindir@
  19. sbindir = @sbindir@
  20. libexecdir = @libexecdir@
  21. datadir = @datadir@
  22. sysconfdir = @sysconfdir@
  23. sharedstatedir = @sharedstatedir@
  24. localstatedir = @localstatedir@
  25. libdir = @libdir@
  26. infodir = @infodir@
  27. mandir = @mandir@
  28. includedir = @includedir@
  29. oldincludedir = /usr/include
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = ../../..
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. INSTALL_HEADER = $(INSTALL_DATA)
  43. transform = @program_transform_name@
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. host_alias = @host_alias@
  51. host_triplet = @host@
  52. AMTAR = @AMTAR@
  53. AS = @AS@
  54. ASFLAGS = @ASFLAGS@
  55. AWK = @AWK@
  56. BILLS_CPPWARNINGS = @BILLS_CPPWARNINGS@
  57. BILLS_CWARNINGS = @BILLS_CWARNINGS@
  58. CC = @CC@
  59. CCAS = @CCAS@
  60. CCASFLAGS = @CCASFLAGS@
  61. CXX = @CXX@
  62. DEPDIR = @DEPDIR@
  63. DLLTOOL = @DLLTOOL@
  64. ECHO = @ECHO@
  65. EXEEXT = @EXEEXT@
  66. GLIB_CFLAGS = @GLIB_CFLAGS@
  67. GLIB_CONFIG = @GLIB_CONFIG@
  68. GLIB_LIBS = @GLIB_LIBS@
  69. GTK_CFLAGS = @GTK_CFLAGS@
  70. GTK_CONFIG = @GTK_CONFIG@
  71. GTK_LIBS = @GTK_LIBS@
  72. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  73. LIBTOOL = @LIBTOOL@
  74. LN_S = @LN_S@
  75. NASM = @NASM@
  76. NASMFLAGS = @NASMFLAGS@
  77. OBJC = @OBJC@
  78. OBJDUMP = @OBJDUMP@
  79. OBJEXT = @OBJEXT@
  80. PACKAGE = @PACKAGE@
  81. PLAYER_PLUGIN_DIR = @PLAYER_PLUGIN_DIR@
  82. RANLIB = @RANLIB@
  83. SDL_LIBS = @SDL_LIBS@
  84. STRIP = @STRIP@
  85. USENASM = @USENASM@
  86. VERSION = @VERSION@
  87. X_CFLAGS = @X_CFLAGS@
  88. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  89. X_LIBS = @X_LIBS@
  90. X_PRE_LIBS = @X_PRE_LIBS@
  91. am__include = @am__include@
  92. am__quote = @am__quote@
  93. install_sh = @install_sh@
  94. EXTRA_DIST = building.html 
  95. codecs.html 
  96. index.html 
  97. opening.html 
  98. positioning.html 
  99. reading.html 
  100. util.html 
  101. writing.html
  102. subdir = lib/mp4/doc
  103. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  104. CONFIG_HEADER = $(top_builddir)/config.h
  105. CONFIG_CLEAN_FILES =
  106. DIST_SOURCES =
  107. DIST_COMMON = Makefile.am Makefile.in
  108. all: all-am
  109. .SUFFIXES:
  110. mostlyclean-libtool:
  111. -rm -f *.lo
  112. clean-libtool:
  113. -rm -rf .libs _libs
  114. distclean-libtool:
  115. -rm -f libtool
  116. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  117. cd $(top_srcdir) && 
  118.   $(AUTOMAKE) --foreign  lib/mp4/doc/Makefile
  119. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  120. cd $(top_builddir) && 
  121.   CONFIG_HEADERS= CONFIG_LINKS= 
  122.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  123. uninstall-info-am:
  124. tags: TAGS
  125. TAGS:
  126. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  127. top_distdir = ../../..
  128. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  129. distdir: $(DISTFILES)
  130. @for file in $(DISTFILES); do 
  131.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  132.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  133.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  134.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  135.   fi; 
  136.   if test -d $$d/$$file; then 
  137.     cp -pR $$d/$$file $(distdir) 
  138.     || exit 1; 
  139.   else 
  140.     test -f $(distdir)/$$file 
  141.     || cp -p $$d/$$file $(distdir)/$$file 
  142.     || exit 1; 
  143.   fi; 
  144. done
  145. check-am: all-am
  146. check: check-am
  147. all-am: Makefile
  148. installdirs:
  149. install: install-am
  150. install-exec: install-exec-am
  151. install-data: install-data-am
  152. uninstall: uninstall-am
  153. install-am: all-am
  154. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  155. installcheck: installcheck-am
  156. install-strip:
  157. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  158.   `test -z '$(STRIP)' || 
  159.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  160. mostlyclean-generic:
  161. clean-generic:
  162. distclean-generic:
  163. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  164. maintainer-clean-generic:
  165. @echo "This command is intended for maintainers to use"
  166. @echo "it deletes files that may require special tools to rebuild."
  167. clean: clean-am
  168. clean-am: clean-generic clean-libtool mostlyclean-am
  169. distclean: distclean-am
  170. distclean-am: clean-am distclean-generic distclean-libtool
  171. dvi: dvi-am
  172. dvi-am:
  173. info: info-am
  174. info-am:
  175. install-data-am:
  176. install-exec-am:
  177. install-info: install-info-am
  178. install-man:
  179. installcheck-am:
  180. maintainer-clean: maintainer-clean-am
  181. maintainer-clean-am: distclean-am maintainer-clean-generic
  182. mostlyclean: mostlyclean-am
  183. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  184. uninstall-am: uninstall-info-am
  185. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  186. distclean distclean-generic distclean-libtool distdir dvi 
  187. dvi-am info info-am install install-am install-data 
  188. install-data-am install-exec install-exec-am install-info 
  189. install-info-am install-man install-strip installcheck 
  190. installcheck-am installdirs maintainer-clean 
  191. maintainer-clean-generic mostlyclean mostlyclean-generic 
  192. mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  193. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  194. # Otherwise a system limit (for SysV at least) may be exceeded.
  195. .NOEXPORT: