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

流媒体/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. ###########################################################################
  13. #
  14. # Some consistent rules for building asm files:
  15. SHELL = @SHELL@
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21. bindir = @bindir@
  22. sbindir = @sbindir@
  23. libexecdir = @libexecdir@
  24. datadir = @datadir@
  25. sysconfdir = @sysconfdir@
  26. sharedstatedir = @sharedstatedir@
  27. localstatedir = @localstatedir@
  28. libdir = @libdir@
  29. infodir = @infodir@
  30. mandir = @mandir@
  31. includedir = @includedir@
  32. oldincludedir = /usr/include
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkgincludedir = $(includedir)/@PACKAGE@
  36. top_builddir = ../../../..
  37. ACLOCAL = @ACLOCAL@
  38. AUTOCONF = @AUTOCONF@
  39. AUTOMAKE = @AUTOMAKE@
  40. AUTOHEADER = @AUTOHEADER@
  41. INSTALL = @INSTALL@
  42. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  43. INSTALL_DATA = @INSTALL_DATA@
  44. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  45. INSTALL_HEADER = $(INSTALL_DATA)
  46. transform = @program_transform_name@
  47. NORMAL_INSTALL = :
  48. PRE_INSTALL = :
  49. POST_INSTALL = :
  50. NORMAL_UNINSTALL = :
  51. PRE_UNINSTALL = :
  52. POST_UNINSTALL = :
  53. host_alias = @host_alias@
  54. host_triplet = @host@
  55. AMTAR = @AMTAR@
  56. AS = @AS@
  57. ASFLAGS = @ASFLAGS@
  58. AWK = @AWK@
  59. BILLS_CPPWARNINGS = @BILLS_CPPWARNINGS@
  60. BILLS_CWARNINGS = @BILLS_CWARNINGS@
  61. CC = @CC@
  62. CCAS = @CCAS@
  63. CCASFLAGS = @CCASFLAGS@
  64. CXX = @CXX@
  65. DEPDIR = @DEPDIR@
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = @ECHO@
  68. EXEEXT = @EXEEXT@
  69. GLIB_CFLAGS = @GLIB_CFLAGS@
  70. GLIB_CONFIG = @GLIB_CONFIG@
  71. GLIB_LIBS = @GLIB_LIBS@
  72. GTK_CFLAGS = @GTK_CFLAGS@
  73. GTK_CONFIG = @GTK_CONFIG@
  74. GTK_LIBS = @GTK_LIBS@
  75. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  76. LIBTOOL = @LIBTOOL@
  77. LN_S = @LN_S@
  78. NASM = @NASM@
  79. NASMFLAGS = @NASMFLAGS@
  80. OBJC = @OBJC@
  81. OBJDUMP = @OBJDUMP@
  82. OBJEXT = @OBJEXT@
  83. PACKAGE = @PACKAGE@
  84. PLAYER_PLUGIN_DIR = @PLAYER_PLUGIN_DIR@
  85. RANLIB = @RANLIB@
  86. SDL_LIBS = @SDL_LIBS@
  87. STRIP = @STRIP@
  88. USENASM = @USENASM@
  89. VERSION = @VERSION@
  90. X_CFLAGS = @X_CFLAGS@
  91. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  92. X_LIBS = @X_LIBS@
  93. X_PRE_LIBS = @X_PRE_LIBS@
  94. am__include = @am__include@
  95. am__quote = @am__quote@
  96. install_sh = @install_sh@
  97. STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
  98. SUFFIXES = .asm
  99. ###########################################################################
  100. noinst_LTLIBRARIES = libxvidquantx86.la
  101. libxvidquantx86_la_LDFLAGS = -static
  102. libxvidquantx86_la_SOURCES = 
  103. quantize_mmx.asm 
  104. quantize4_mmx.asm
  105. am_libxvidquantx86_la_OBJECTS = 
  106. quantize_mmx.lo 
  107. quantize4_mmx.lo
  108. subdir = lib/xvid/quant/x86_asm
  109. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  110. CONFIG_HEADER = $(top_builddir)/config.h
  111. CONFIG_CLEAN_FILES =
  112. LTLIBRARIES = $(noinst_LTLIBRARIES)
  113. libxvidquantx86_la_LIBADD =
  114. libxvidquantx86_la_OBJECTS = $(am_libxvidquantx86_la_OBJECTS)
  115. DEFS = @DEFS@
  116. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  117. CPPFLAGS = @CPPFLAGS@
  118. LDFLAGS = @LDFLAGS@
  119. LIBS = @LIBS@
  120. CFLAGS = @CFLAGS@
  121. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  122. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  123. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) 
  124. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  125. CCLD = $(CC)
  126. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  127. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  128. DIST_SOURCES = $(libxvidquantx86_la_SOURCES)
  129. DIST_COMMON = Makefile.am Makefile.in
  130. SOURCES = $(libxvidquantx86_la_SOURCES)
  131. all: all-am
  132. .SUFFIXES:
  133. .SUFFIXES: .asm .lo
  134. mostlyclean-libtool:
  135. -rm -f *.lo
  136. clean-libtool:
  137. -rm -rf .libs _libs
  138. distclean-libtool:
  139. -rm -f libtool
  140. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  141. cd $(top_srcdir) && 
  142.   $(AUTOMAKE) --foreign  lib/xvid/quant/x86_asm/Makefile
  143. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  144. cd $(top_builddir) && 
  145.   CONFIG_HEADERS= CONFIG_LINKS= 
  146.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  147. clean-noinstLTLIBRARIES:
  148. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  149. libxvidquantx86.la: $(libxvidquantx86_la_OBJECTS) $(libxvidquantx86_la_DEPENDENCIES) 
  150. $(LINK)  $(libxvidquantx86_la_LDFLAGS) $(libxvidquantx86_la_OBJECTS) $(libxvidquantx86_la_LIBADD) $(LIBS)
  151. mostlyclean-compile:
  152. -rm -f *.$(OBJEXT) core *.core
  153. distclean-compile:
  154. -rm -f *.tab.c
  155. uninstall-info-am:
  156. tags: TAGS
  157. TAGS:
  158. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  159. top_distdir = ../../../..
  160. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  161. distdir: $(DISTFILES)
  162. @for file in $(DISTFILES); do 
  163.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  164.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  165.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  166.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  167.   fi; 
  168.   if test -d $$d/$$file; then 
  169.     cp -pR $$d/$$file $(distdir) 
  170.     || exit 1; 
  171.   else 
  172.     test -f $(distdir)/$$file 
  173.     || cp -p $$d/$$file $(distdir)/$$file 
  174.     || exit 1; 
  175.   fi; 
  176. done
  177. check-am: all-am
  178. check: check-am
  179. all-am: Makefile $(LTLIBRARIES)
  180. installdirs:
  181. install: install-am
  182. install-exec: install-exec-am
  183. install-data: install-data-am
  184. uninstall: uninstall-am
  185. install-am: all-am
  186. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  187. installcheck: installcheck-am
  188. install-strip:
  189. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  190.   `test -z '$(STRIP)' || 
  191.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  192. mostlyclean-generic:
  193. clean-generic:
  194. distclean-generic:
  195. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  196. maintainer-clean-generic:
  197. @echo "This command is intended for maintainers to use"
  198. @echo "it deletes files that may require special tools to rebuild."
  199. clean: clean-am
  200. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  201. mostlyclean-am
  202. distclean: distclean-am
  203. distclean-am: clean-am distclean-compile distclean-generic 
  204. distclean-libtool
  205. dvi: dvi-am
  206. dvi-am:
  207. info: info-am
  208. info-am:
  209. install-data-am:
  210. install-exec-am:
  211. install-info: install-info-am
  212. install-man:
  213. installcheck-am:
  214. maintainer-clean: maintainer-clean-am
  215. maintainer-clean-am: distclean-am maintainer-clean-generic
  216. mostlyclean: mostlyclean-am
  217. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  218. mostlyclean-libtool
  219. uninstall-am: uninstall-info-am
  220. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  221. clean-noinstLTLIBRARIES distclean distclean-compile 
  222. distclean-generic distclean-libtool distdir dvi dvi-am info 
  223. info-am install install-am install-data install-data-am 
  224. install-exec install-exec-am install-info install-info-am 
  225. install-man install-strip installcheck installcheck-am 
  226. installdirs maintainer-clean maintainer-clean-generic 
  227. mostlyclean mostlyclean-compile mostlyclean-generic 
  228. mostlyclean-libtool uninstall uninstall-am uninstall-info-am
  229. .asm.lo:
  230. $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $<
  231. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  232. # Otherwise a system limit (for SysV at least) may be exceeded.
  233. .NOEXPORT: