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