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

流媒体/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. AWK = @AWK@
  55. CC = @CC@
  56. CPP = @CPP@
  57. DEPDIR = @DEPDIR@
  58. DLLTOOL = @DLLTOOL@
  59. ECHO = @ECHO@
  60. EXEEXT = @EXEEXT@
  61. GTKDOC = @GTKDOC@
  62. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  63. LIBTOOL = @LIBTOOL@
  64. LN_S = @LN_S@
  65. OBJDUMP = @OBJDUMP@
  66. OBJEXT = @OBJEXT@
  67. OPTDOC = @OPTDOC@
  68. PACKAGE = @PACKAGE@
  69. RANLIB = @RANLIB@
  70. STRIP = @STRIP@
  71. VERSION = @VERSION@
  72. am__include = @am__include@
  73. am__quote = @am__quote@
  74. install_sh = @install_sh@
  75. EXTRA_DIST = echo.txt null.txt set.txt
  76. subdir = win32
  77. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  78. CONFIG_HEADER = $(top_builddir)/uclconf.h
  79. CONFIG_CLEAN_FILES =
  80. DIST_SOURCES =
  81. DIST_COMMON = Makefile.am Makefile.in
  82. all: all-am
  83. .SUFFIXES:
  84. mostlyclean-libtool:
  85. -rm -f *.lo
  86. clean-libtool:
  87. -rm -rf .libs _libs
  88. distclean-libtool:
  89. -rm -f libtool
  90. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  91. cd $(top_srcdir) && 
  92.   $(AUTOMAKE) --foreign  win32/Makefile
  93. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  94. cd $(top_builddir) && 
  95.   CONFIG_HEADERS= CONFIG_LINKS= 
  96.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  97. uninstall-info-am:
  98. tags: TAGS
  99. TAGS:
  100. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  101. top_distdir = ..
  102. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  103. distdir: $(DISTFILES)
  104. @for file in $(DISTFILES); do 
  105.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  106.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  107.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  108.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  109.   fi; 
  110.   if test -d $$d/$$file; then 
  111.     cp -pR $$d/$$file $(distdir) 
  112.     || exit 1; 
  113.   else 
  114.     test -f $(distdir)/$$file 
  115.     || cp -p $$d/$$file $(distdir)/$$file 
  116.     || exit 1; 
  117.   fi; 
  118. done
  119. check-am: all-am
  120. check: check-am
  121. all-am: Makefile
  122. installdirs:
  123. install: install-am
  124. install-exec: install-exec-am
  125. install-data: install-data-am
  126. uninstall: uninstall-am
  127. install-am: all-am
  128. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  129. installcheck: installcheck-am
  130. install-strip:
  131. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  132.   `test -z '$(STRIP)' || 
  133.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  134. mostlyclean-generic:
  135. clean-generic:
  136. distclean-generic:
  137. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  138. maintainer-clean-generic:
  139. @echo "This command is intended for maintainers to use"
  140. @echo "it deletes files that may require special tools to rebuild."
  141. clean: clean-am
  142. clean-am: clean-generic clean-libtool mostlyclean-am
  143. distclean: distclean-am
  144. distclean-am: clean-am distclean-generic distclean-libtool
  145. dvi: dvi-am
  146. dvi-am:
  147. info: info-am
  148. info-am:
  149. install-data-am:
  150. install-exec-am:
  151. install-info: install-info-am
  152. install-man:
  153. installcheck-am:
  154. maintainer-clean: maintainer-clean-am
  155. maintainer-clean-am: distclean-am maintainer-clean-generic
  156. mostlyclean: mostlyclean-am
  157. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  158. uninstall-am: uninstall-info-am
  159. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  160. distclean distclean-generic distclean-libtool distdir dvi 
  161. dvi-am info info-am install install-am install-data 
  162. install-data-am install-exec install-exec-am install-info 
  163. install-info-am install-man install-strip installcheck 
  164. installcheck-am installdirs maintainer-clean 
  165. maintainer-clean-generic mostlyclean mostlyclean-generic 
  166. mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  167. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  168. # Otherwise a system limit (for SysV at least) may be exceeded.
  169. .NOEXPORT: