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 = 
  95. client_process.cpp 
  96. client_process.h 
  97. win_output.c 
  98. wmp4client60.dsp 
  99. wmp4client.cpp 
  100. wmp4client.h
  101. subdir = player/src/win_client
  102. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  103. CONFIG_HEADER = $(top_builddir)/config.h
  104. CONFIG_CLEAN_FILES =
  105. DIST_SOURCES =
  106. DIST_COMMON = Makefile.am Makefile.in
  107. all: all-am
  108. .SUFFIXES:
  109. mostlyclean-libtool:
  110. -rm -f *.lo
  111. clean-libtool:
  112. -rm -rf .libs _libs
  113. distclean-libtool:
  114. -rm -f libtool
  115. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  116. cd $(top_srcdir) && 
  117.   $(AUTOMAKE) --foreign  player/src/win_client/Makefile
  118. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  119. cd $(top_builddir) && 
  120.   CONFIG_HEADERS= CONFIG_LINKS= 
  121.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  122. uninstall-info-am:
  123. tags: TAGS
  124. TAGS:
  125. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  126. top_distdir = ../../..
  127. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  128. distdir: $(DISTFILES)
  129. @for file in $(DISTFILES); do 
  130.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  131.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  132.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  133.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  134.   fi; 
  135.   if test -d $$d/$$file; then 
  136.     cp -pR $$d/$$file $(distdir) 
  137.     || exit 1; 
  138.   else 
  139.     test -f $(distdir)/$$file 
  140.     || cp -p $$d/$$file $(distdir)/$$file 
  141.     || exit 1; 
  142.   fi; 
  143. done
  144. check-am: all-am
  145. check: check-am
  146. all-am: Makefile
  147. installdirs:
  148. install: install-am
  149. install-exec: install-exec-am
  150. install-data: install-data-am
  151. uninstall: uninstall-am
  152. install-am: all-am
  153. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  154. installcheck: installcheck-am
  155. install-strip:
  156. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  157.   `test -z '$(STRIP)' || 
  158.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  159. mostlyclean-generic:
  160. clean-generic:
  161. distclean-generic:
  162. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  163. maintainer-clean-generic:
  164. @echo "This command is intended for maintainers to use"
  165. @echo "it deletes files that may require special tools to rebuild."
  166. clean: clean-am
  167. clean-am: clean-generic clean-libtool mostlyclean-am
  168. distclean: distclean-am
  169. distclean-am: clean-am distclean-generic distclean-libtool
  170. dvi: dvi-am
  171. dvi-am:
  172. info: info-am
  173. info-am:
  174. install-data-am:
  175. install-exec-am:
  176. install-info: install-info-am
  177. install-man:
  178. installcheck-am:
  179. maintainer-clean: maintainer-clean-am
  180. maintainer-clean-am: distclean-am maintainer-clean-generic
  181. mostlyclean: mostlyclean-am
  182. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  183. uninstall-am: uninstall-info-am
  184. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  185. distclean distclean-generic distclean-libtool distdir dvi 
  186. dvi-am info info-am install install-am install-data 
  187. install-data-am install-exec install-exec-am install-info 
  188. install-info-am install-man install-strip installcheck 
  189. installcheck-am installdirs maintainer-clean 
  190. maintainer-clean-generic mostlyclean mostlyclean-generic 
  191. mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  192. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  193. # Otherwise a system limit (for SysV at least) may be exceeded.
  194. .NOEXPORT: