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