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

流媒体/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. SUBDIRS = hlp res
  95. EXTRA_DIST = 
  96. MainFrm.cpp 
  97. MainFrm.h 
  98. MakeHelp.bat 
  99. mp4if.cpp 
  100. mp4if.h 
  101. mp4process.cpp 
  102. mp4process.h 
  103. ReadMe.txt 
  104. Resource.h 
  105. resource.hm 
  106. StdAfx.cpp 
  107. StdAfx.h 
  108. wmp4player.cpp 
  109. wmp4playerDoc.cpp 
  110. wmp4playerDoc.h 
  111. wmp4player.h 
  112. wmp4player.rc 
  113. wmp4playerView.cpp 
  114. wmp4playerView.h
  115. subdir = player/src/win_gui
  116. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  117. CONFIG_HEADER = $(top_builddir)/config.h
  118. CONFIG_CLEAN_FILES =
  119. DIST_SOURCES =
  120. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive 
  121. uninstall-info-recursive all-recursive install-data-recursive 
  122. install-exec-recursive installdirs-recursive install-recursive 
  123. uninstall-recursive check-recursive installcheck-recursive
  124. DIST_COMMON = Makefile.am Makefile.in
  125. DIST_SUBDIRS = $(SUBDIRS)
  126. all: all-recursive
  127. .SUFFIXES:
  128. mostlyclean-libtool:
  129. -rm -f *.lo
  130. clean-libtool:
  131. -rm -rf .libs _libs
  132. distclean-libtool:
  133. -rm -f libtool
  134. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  135. cd $(top_srcdir) && 
  136.   $(AUTOMAKE) --foreign  player/src/win_gui/Makefile
  137. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  138. cd $(top_builddir) && 
  139.   CONFIG_HEADERS= CONFIG_LINKS= 
  140.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  141. uninstall-info-am:
  142. # This directory's subdirectories are mostly independent; you can cd
  143. # into them and run `make' without going through this Makefile.
  144. # To change the values of `make' variables: instead of editing Makefiles,
  145. # (1) if the variable is set in `config.status', edit `config.status'
  146. #     (which will cause the Makefiles to be regenerated when you run `make');
  147. # (2) otherwise, pass the desired values on the `make' command line.
  148. $(RECURSIVE_TARGETS):
  149. @set fnord $(MAKEFLAGS); amf=$$2; 
  150. dot_seen=no; 
  151. target=`echo $@ | sed s/-recursive//`; 
  152. list='$(SUBDIRS)'; for subdir in $$list; do 
  153.   echo "Making $$target in $$subdir"; 
  154.   if test "$$subdir" = "."; then 
  155.     dot_seen=yes; 
  156.     local_target="$$target-am"; 
  157.   else 
  158.     local_target="$$target"; 
  159.   fi; 
  160.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  161.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  162. done; 
  163. if test "$$dot_seen" = "no"; then 
  164.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  165. fi; test -z "$$fail"
  166. mostlyclean-recursive clean-recursive distclean-recursive 
  167. maintainer-clean-recursive:
  168. @set fnord $(MAKEFLAGS); amf=$$2; 
  169. dot_seen=no; 
  170. case "$@" in 
  171.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  172.   *) list='$(SUBDIRS)' ;; 
  173. esac; 
  174. rev=''; for subdir in $$list; do 
  175.   if test "$$subdir" = "."; then :; else 
  176.     rev="$$subdir $$rev"; 
  177.   fi; 
  178. done; 
  179. rev="$$rev ."; 
  180. target=`echo $@ | sed s/-recursive//`; 
  181. for subdir in $$rev; do 
  182.   echo "Making $$target in $$subdir"; 
  183.   if test "$$subdir" = "."; then 
  184.     local_target="$$target-am"; 
  185.   else 
  186.     local_target="$$target"; 
  187.   fi; 
  188.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  189.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  190. done && test -z "$$fail"
  191. tags-recursive:
  192. list='$(SUBDIRS)'; for subdir in $$list; do 
  193.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  194. done
  195. tags: TAGS
  196. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  197. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  198. unique=`for i in $$list; do 
  199.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  200.   done | 
  201.   $(AWK) '    { files[$$0] = 1; } 
  202.        END { for (i in files) print i; }'`; 
  203. mkid -fID $$unique $(LISP)
  204. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  205. $(TAGS_FILES) $(LISP)
  206. tags=; 
  207. here=`pwd`; 
  208. list='$(SUBDIRS)'; for subdir in $$list; do 
  209.   if test "$$subdir" = .; then :; else 
  210.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  211.   fi; 
  212. done; 
  213. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  214. unique=`for i in $$list; do 
  215.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  216.   done | 
  217.   $(AWK) '    { files[$$0] = 1; } 
  218.        END { for (i in files) print i; }'`; 
  219. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  220.   || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  221. GTAGS:
  222. here=`CDPATH=: && cd $(top_builddir) && pwd` 
  223.   && cd $(top_srcdir) 
  224.   && gtags -i $(GTAGS_ARGS) $$here
  225. distclean-tags:
  226. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  227. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  228. top_distdir = ../../..
  229. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  230. distdir: $(DISTFILES)
  231. @for file in $(DISTFILES); do 
  232.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  233.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  234.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  235.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  236.   fi; 
  237.   if test -d $$d/$$file; then 
  238.     cp -pR $$d/$$file $(distdir) 
  239.     || exit 1; 
  240.   else 
  241.     test -f $(distdir)/$$file 
  242.     || cp -p $$d/$$file $(distdir)/$$file 
  243.     || exit 1; 
  244.   fi; 
  245. done
  246. for subdir in $(SUBDIRS); do 
  247.   if test "$$subdir" = .; then :; else 
  248.     test -d $(distdir)/$$subdir 
  249.     || mkdir $(distdir)/$$subdir 
  250.     || exit 1; 
  251.     (cd $$subdir && 
  252.       $(MAKE) $(AM_MAKEFLAGS) 
  253.         top_distdir="$(top_distdir)" 
  254.         distdir=../$(distdir)/$$subdir 
  255.         distdir) 
  256.       || exit 1; 
  257.   fi; 
  258. done
  259. check-am: all-am
  260. check: check-recursive
  261. all-am: Makefile
  262. installdirs: installdirs-recursive
  263. installdirs-am:
  264. install: install-recursive
  265. install-exec: install-exec-recursive
  266. install-data: install-data-recursive
  267. uninstall: uninstall-recursive
  268. install-am: all-am
  269. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  270. installcheck: installcheck-recursive
  271. install-strip:
  272. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  273.   `test -z '$(STRIP)' || 
  274.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  275. mostlyclean-generic:
  276. clean-generic:
  277. distclean-generic:
  278. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  279. maintainer-clean-generic:
  280. @echo "This command is intended for maintainers to use"
  281. @echo "it deletes files that may require special tools to rebuild."
  282. clean: clean-recursive
  283. clean-am: clean-generic clean-libtool mostlyclean-am
  284. distclean: distclean-recursive
  285. distclean-am: clean-am distclean-generic distclean-libtool 
  286. distclean-tags
  287. dvi: dvi-recursive
  288. dvi-am:
  289. info: info-recursive
  290. info-am:
  291. install-data-am:
  292. install-exec-am:
  293. install-info: install-info-recursive
  294. install-man:
  295. installcheck-am:
  296. maintainer-clean: maintainer-clean-recursive
  297. maintainer-clean-am: distclean-am maintainer-clean-generic
  298. mostlyclean: mostlyclean-recursive
  299. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  300. uninstall-am: uninstall-info-am
  301. uninstall-info: uninstall-info-recursive
  302. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean 
  303. clean-generic clean-libtool clean-recursive distclean 
  304. distclean-generic distclean-libtool distclean-recursive 
  305. distclean-tags distdir dvi dvi-am dvi-recursive info info-am 
  306. info-recursive install install-am install-data install-data-am 
  307. install-data-recursive install-exec install-exec-am 
  308. install-exec-recursive install-info install-info-am 
  309. install-info-recursive install-man install-recursive 
  310. install-strip installcheck installcheck-am installdirs 
  311. installdirs-am installdirs-recursive maintainer-clean 
  312. maintainer-clean-generic maintainer-clean-recursive mostlyclean 
  313. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive 
  314. tags tags-recursive uninstall uninstall-am uninstall-info-am 
  315. uninstall-info-recursive uninstall-recursive
  316. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  317. # Otherwise a system limit (for SysV at least) may be exceeded.
  318. .NOEXPORT: