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