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

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