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

流媒体/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. @USE_MMX_TRUE@SUBDIRS = x86_asm
  95. noinst_LTLIBRARIES = libxvidutils.la
  96. libxvidutils_la_LDFLAGS = -static
  97. AM_CFLAGS = -O3
  98. INCLUDES = -I$(top_builddir)/include
  99. libxvidutils_la_SOURCES = 
  100. emms.c 
  101. emms.h 
  102. mbfunctions.h 
  103. mbtransquant.c 
  104. mem_align.c 
  105. mem_align.h 
  106. mem_transfer.c 
  107. mem_transfer.h 
  108. ratecontrol.c 
  109. ratecontrol.h 
  110. timer.c 
  111. timer.h
  112. @USE_MMX_TRUE@libxvidutils_la_LIBADD = x86_asm/libxvidutilsx86.la
  113. subdir = lib/xvid/utils
  114. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  115. CONFIG_HEADER = $(top_builddir)/config.h
  116. CONFIG_CLEAN_FILES =
  117. LTLIBRARIES = $(noinst_LTLIBRARIES)
  118. @USE_MMX_TRUE@libxvidutils_la_DEPENDENCIES = x86_asm/libxvidutilsx86.la
  119. @USE_MMX_FALSE@libxvidutils_la_DEPENDENCIES =
  120. am_libxvidutils_la_OBJECTS = emms.lo mbtransquant.lo mem_align.lo 
  121. mem_transfer.lo ratecontrol.lo timer.lo
  122. libxvidutils_la_OBJECTS = $(am_libxvidutils_la_OBJECTS)
  123. DEFS = @DEFS@
  124. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  125. CPPFLAGS = @CPPFLAGS@
  126. LDFLAGS = @LDFLAGS@
  127. LIBS = @LIBS@
  128. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  129. @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/emms.Plo $(DEPDIR)/mbtransquant.Plo 
  130. @AMDEP_TRUE@ $(DEPDIR)/mem_align.Plo $(DEPDIR)/mem_transfer.Plo 
  131. @AMDEP_TRUE@ $(DEPDIR)/ratecontrol.Plo $(DEPDIR)/timer.Plo
  132. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  133. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  134. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) 
  135. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  136. CCLD = $(CC)
  137. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  138. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  139. CFLAGS = @CFLAGS@
  140. DIST_SOURCES = $(libxvidutils_la_SOURCES)
  141. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive 
  142. uninstall-info-recursive all-recursive install-data-recursive 
  143. install-exec-recursive installdirs-recursive install-recursive 
  144. uninstall-recursive check-recursive installcheck-recursive
  145. DIST_COMMON = Makefile.am Makefile.in
  146. DIST_SUBDIRS = x86_asm
  147. SOURCES = $(libxvidutils_la_SOURCES)
  148. all: all-recursive
  149. .SUFFIXES:
  150. .SUFFIXES: .c .lo .o .obj
  151. mostlyclean-libtool:
  152. -rm -f *.lo
  153. clean-libtool:
  154. -rm -rf .libs _libs
  155. distclean-libtool:
  156. -rm -f libtool
  157. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  158. cd $(top_srcdir) && 
  159.   $(AUTOMAKE) --foreign  lib/xvid/utils/Makefile
  160. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  161. cd $(top_builddir) && 
  162.   CONFIG_HEADERS= CONFIG_LINKS= 
  163.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  164. clean-noinstLTLIBRARIES:
  165. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  166. libxvidutils.la: $(libxvidutils_la_OBJECTS) $(libxvidutils_la_DEPENDENCIES) 
  167. $(LINK)  $(libxvidutils_la_LDFLAGS) $(libxvidutils_la_OBJECTS) $(libxvidutils_la_LIBADD) $(LIBS)
  168. mostlyclean-compile:
  169. -rm -f *.$(OBJEXT) core *.core
  170. distclean-compile:
  171. -rm -f *.tab.c
  172. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/emms.Plo@am__quote@
  173. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mbtransquant.Plo@am__quote@
  174. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mem_align.Plo@am__quote@
  175. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mem_transfer.Plo@am__quote@
  176. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ratecontrol.Plo@am__quote@
  177. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/timer.Plo@am__quote@
  178. distclean-depend:
  179. -rm -rf $(DEPDIR)
  180. .c.o:
  181. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  182. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  183. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  184. $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  185. .c.obj:
  186. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  187. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  188. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  189. $(COMPILE) -c `cygpath -w $<`
  190. .c.lo:
  191. @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  192. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  193. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  194. $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
  195. CCDEPMODE = @CCDEPMODE@
  196. uninstall-info-am:
  197. # This directory's subdirectories are mostly independent; you can cd
  198. # into them and run `make' without going through this Makefile.
  199. # To change the values of `make' variables: instead of editing Makefiles,
  200. # (1) if the variable is set in `config.status', edit `config.status'
  201. #     (which will cause the Makefiles to be regenerated when you run `make');
  202. # (2) otherwise, pass the desired values on the `make' command line.
  203. $(RECURSIVE_TARGETS):
  204. @set fnord $(MAKEFLAGS); amf=$$2; 
  205. dot_seen=no; 
  206. target=`echo $@ | sed s/-recursive//`; 
  207. list='$(SUBDIRS)'; for subdir in $$list; do 
  208.   echo "Making $$target in $$subdir"; 
  209.   if test "$$subdir" = "."; then 
  210.     dot_seen=yes; 
  211.     local_target="$$target-am"; 
  212.   else 
  213.     local_target="$$target"; 
  214.   fi; 
  215.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  216.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  217. done; 
  218. if test "$$dot_seen" = "no"; then 
  219.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  220. fi; test -z "$$fail"
  221. mostlyclean-recursive clean-recursive distclean-recursive 
  222. maintainer-clean-recursive:
  223. @set fnord $(MAKEFLAGS); amf=$$2; 
  224. dot_seen=no; 
  225. case "$@" in 
  226.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  227.   *) list='$(SUBDIRS)' ;; 
  228. esac; 
  229. rev=''; for subdir in $$list; do 
  230.   if test "$$subdir" = "."; then :; else 
  231.     rev="$$subdir $$rev"; 
  232.   fi; 
  233. done; 
  234. rev="$$rev ."; 
  235. target=`echo $@ | sed s/-recursive//`; 
  236. for subdir in $$rev; do 
  237.   echo "Making $$target in $$subdir"; 
  238.   if test "$$subdir" = "."; then 
  239.     local_target="$$target-am"; 
  240.   else 
  241.     local_target="$$target"; 
  242.   fi; 
  243.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  244.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  245. done && test -z "$$fail"
  246. tags-recursive:
  247. list='$(SUBDIRS)'; for subdir in $$list; do 
  248.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  249. done
  250. tags: TAGS
  251. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  252. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  253. unique=`for i in $$list; do 
  254.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  255.   done | 
  256.   $(AWK) '    { files[$$0] = 1; } 
  257.        END { for (i in files) print i; }'`; 
  258. mkid -fID $$unique $(LISP)
  259. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  260. $(TAGS_FILES) $(LISP)
  261. tags=; 
  262. here=`pwd`; 
  263. list='$(SUBDIRS)'; for subdir in $$list; do 
  264.   if test "$$subdir" = .; then :; else 
  265.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  266.   fi; 
  267. done; 
  268. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  269. unique=`for i in $$list; do 
  270.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  271.   done | 
  272.   $(AWK) '    { files[$$0] = 1; } 
  273.        END { for (i in files) print i; }'`; 
  274. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  275.   || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  276. GTAGS:
  277. here=`CDPATH=: && cd $(top_builddir) && pwd` 
  278.   && cd $(top_srcdir) 
  279.   && gtags -i $(GTAGS_ARGS) $$here
  280. distclean-tags:
  281. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  282. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  283. top_distdir = ../../..
  284. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  285. distdir: $(DISTFILES)
  286. @for file in $(DISTFILES); do 
  287.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  288.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  289.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  290.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  291.   fi; 
  292.   if test -d $$d/$$file; then 
  293.     cp -pR $$d/$$file $(distdir) 
  294.     || exit 1; 
  295.   else 
  296.     test -f $(distdir)/$$file 
  297.     || cp -p $$d/$$file $(distdir)/$$file 
  298.     || exit 1; 
  299.   fi; 
  300. done
  301. for subdir in $(DIST_SUBDIRS); do 
  302.   if test "$$subdir" = .; then :; else 
  303.     test -d $(distdir)/$$subdir 
  304.     || mkdir $(distdir)/$$subdir 
  305.     || exit 1; 
  306.     (cd $$subdir && 
  307.       $(MAKE) $(AM_MAKEFLAGS) 
  308.         top_distdir="$(top_distdir)" 
  309.         distdir=../$(distdir)/$$subdir 
  310.         distdir) 
  311.       || exit 1; 
  312.   fi; 
  313. done
  314. check-am: all-am
  315. check: check-recursive
  316. all-am: Makefile $(LTLIBRARIES)
  317. installdirs: installdirs-recursive
  318. installdirs-am:
  319. install: install-recursive
  320. install-exec: install-exec-recursive
  321. install-data: install-data-recursive
  322. uninstall: uninstall-recursive
  323. install-am: all-am
  324. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  325. installcheck: installcheck-recursive
  326. install-strip:
  327. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  328.   `test -z '$(STRIP)' || 
  329.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  330. mostlyclean-generic:
  331. clean-generic:
  332. distclean-generic:
  333. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  334. maintainer-clean-generic:
  335. @echo "This command is intended for maintainers to use"
  336. @echo "it deletes files that may require special tools to rebuild."
  337. clean: clean-recursive
  338. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  339. mostlyclean-am
  340. distclean: distclean-recursive
  341. distclean-am: clean-am distclean-compile distclean-depend 
  342. distclean-generic distclean-libtool distclean-tags
  343. dvi: dvi-recursive
  344. dvi-am:
  345. info: info-recursive
  346. info-am:
  347. install-data-am:
  348. install-exec-am:
  349. install-info: install-info-recursive
  350. install-man:
  351. installcheck-am:
  352. maintainer-clean: maintainer-clean-recursive
  353. maintainer-clean-am: distclean-am maintainer-clean-generic
  354. mostlyclean: mostlyclean-recursive
  355. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  356. mostlyclean-libtool
  357. uninstall-am: uninstall-info-am
  358. uninstall-info: uninstall-info-recursive
  359. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean 
  360. clean-generic clean-libtool clean-noinstLTLIBRARIES 
  361. clean-recursive distclean distclean-compile distclean-depend 
  362. distclean-generic distclean-libtool distclean-recursive 
  363. distclean-tags distdir dvi dvi-am dvi-recursive info info-am 
  364. info-recursive install install-am install-data install-data-am 
  365. install-data-recursive install-exec install-exec-am 
  366. install-exec-recursive install-info install-info-am 
  367. install-info-recursive install-man install-recursive 
  368. install-strip installcheck installcheck-am installdirs 
  369. installdirs-am installdirs-recursive maintainer-clean 
  370. maintainer-clean-generic maintainer-clean-recursive mostlyclean 
  371. mostlyclean-compile mostlyclean-generic mostlyclean-libtool 
  372. mostlyclean-recursive tags tags-recursive uninstall 
  373. uninstall-am uninstall-info-am uninstall-info-recursive 
  374. uninstall-recursive
  375. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  376. # Otherwise a system limit (for SysV at least) may be exceeded.
  377. .NOEXPORT: