Makefile.in
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:7k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.7.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. host_triplet = @host@
  34. ACLOCAL = @ACLOCAL@
  35. AMDEP_FALSE = @AMDEP_FALSE@
  36. AMDEP_TRUE = @AMDEP_TRUE@
  37. AMTAR = @AMTAR@
  38. ASO = @ASO@
  39. ASO_OBJS = @ASO_OBJS@
  40. AUTOCONF = @AUTOCONF@
  41. AUTOHEADER = @AUTOHEADER@
  42. AUTOMAKE = @AUTOMAKE@
  43. AWK = @AWK@
  44. CC = @CC@
  45. CCAS = @CCAS@
  46. CCASFLAGS = @CCASFLAGS@
  47. CCDEPMODE = @CCDEPMODE@
  48. CFLAGS = @CFLAGS@
  49. CPP = @CPP@
  50. CPPFLAGS = @CPPFLAGS@
  51. CYGPATH_W = @CYGPATH_W@
  52. DEFS = @DEFS@
  53. DEPDIR = @DEPDIR@
  54. ECHO = @ECHO@
  55. ECHO_C = @ECHO_C@
  56. ECHO_N = @ECHO_N@
  57. ECHO_T = @ECHO_T@
  58. EGREP = @EGREP@
  59. EXEEXT = @EXEEXT@
  60. FPM = @FPM@
  61. INSTALL_DATA = @INSTALL_DATA@
  62. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  63. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  64. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  65. LDFLAGS = @LDFLAGS@
  66. LIBOBJS = @LIBOBJS@
  67. LIBS = @LIBS@
  68. LIBTOOL = @LIBTOOL@
  69. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  70. LN_S = @LN_S@
  71. LTLIBOBJS = @LTLIBOBJS@
  72. MAKEINFO = @MAKEINFO@
  73. OBJEXT = @OBJEXT@
  74. PACKAGE = @PACKAGE@
  75. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  76. PACKAGE_NAME = @PACKAGE_NAME@
  77. PACKAGE_STRING = @PACKAGE_STRING@
  78. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  79. PACKAGE_VERSION = @PACKAGE_VERSION@
  80. PATH_SEPARATOR = @PATH_SEPARATOR@
  81. RANLIB = @RANLIB@
  82. SET_MAKE = @SET_MAKE@
  83. SHELL = @SHELL@
  84. STRIP = @STRIP@
  85. VERSION = @VERSION@
  86. ac_ct_CC = @ac_ct_CC@
  87. ac_ct_RANLIB = @ac_ct_RANLIB@
  88. ac_ct_STRIP = @ac_ct_STRIP@
  89. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  90. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  91. am__include = @am__include@
  92. am__leading_dot = @am__leading_dot@
  93. am__quote = @am__quote@
  94. bindir = @bindir@
  95. build = @build@
  96. build_alias = @build_alias@
  97. build_cpu = @build_cpu@
  98. build_os = @build_os@
  99. build_vendor = @build_vendor@
  100. datadir = @datadir@
  101. exec_prefix = @exec_prefix@
  102. host = @host@
  103. host_alias = @host_alias@
  104. host_cpu = @host_cpu@
  105. host_os = @host_os@
  106. host_vendor = @host_vendor@
  107. includedir = @includedir@
  108. infodir = @infodir@
  109. install_sh = @install_sh@
  110. libdir = @libdir@
  111. libexecdir = @libexecdir@
  112. localstatedir = @localstatedir@
  113. mandir = @mandir@
  114. oldincludedir = @oldincludedir@
  115. prefix = @prefix@
  116. program_transform_name = @program_transform_name@
  117. sbindir = @sbindir@
  118. sharedstatedir = @sharedstatedir@
  119. sysconfdir = @sysconfdir@
  120. target_alias = @target_alias@
  121. EXTRA_DIST = mad.h config.h libmad.dsp
  122. subdir = msvc++
  123. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  124. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  125. CONFIG_HEADER = $(top_builddir)/config.h
  126. CONFIG_CLEAN_FILES =
  127. DIST_SOURCES =
  128. DIST_COMMON = Makefile.am Makefile.in
  129. all: all-am
  130. .SUFFIXES:
  131. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  132. cd $(top_srcdir) && 
  133.   $(AUTOMAKE) --foreign  msvc++/Makefile
  134. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  135. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  136. mostlyclean-libtool:
  137. -rm -f *.lo
  138. clean-libtool:
  139. -rm -rf .libs _libs
  140. distclean-libtool:
  141. -rm -f libtool
  142. uninstall-info-am:
  143. tags: TAGS
  144. TAGS:
  145. ctags: CTAGS
  146. CTAGS:
  147. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  148. top_distdir = ..
  149. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  150. distdir: $(DISTFILES)
  151. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  152. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  153. list='$(DISTFILES)'; for file in $$list; do 
  154.   case $$file in 
  155.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  156.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  157.   esac; 
  158.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  159.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  160.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  161.     dir="/$$dir"; 
  162.     $(mkinstalldirs) "$(distdir)$$dir"; 
  163.   else 
  164.     dir=''; 
  165.   fi; 
  166.   if test -d $$d/$$file; then 
  167.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  168.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  169.     fi; 
  170.     cp -pR $$d/$$file $(distdir)$$dir || 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
  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.   INSTALL_STRIP_FLAG=-s 
  191.   `test -z '$(STRIP)' || 
  192.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  193. mostlyclean-generic:
  194. clean-generic:
  195. distclean-generic:
  196. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  197. maintainer-clean-generic:
  198. @echo "This command is intended for maintainers to use"
  199. @echo "it deletes files that may require special tools to rebuild."
  200. clean: clean-am
  201. clean-am: clean-generic clean-libtool mostlyclean-am
  202. distclean: distclean-am
  203. distclean-am: clean-am distclean-generic distclean-libtool
  204. dvi: dvi-am
  205. dvi-am:
  206. info: info-am
  207. info-am:
  208. install-data-am:
  209. install-exec-am:
  210. install-info: install-info-am
  211. install-man:
  212. installcheck-am:
  213. maintainer-clean: maintainer-clean-am
  214. maintainer-clean-am: distclean-am maintainer-clean-generic
  215. mostlyclean: mostlyclean-am
  216. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  217. pdf: pdf-am
  218. pdf-am:
  219. ps: ps-am
  220. ps-am:
  221. uninstall-am: uninstall-info-am
  222. .PHONY: all all-am check check-am clean clean-generic clean-libtool 
  223. distclean distclean-generic distclean-libtool distdir dvi 
  224. dvi-am info info-am install install-am install-data 
  225. install-data-am install-exec install-exec-am install-info 
  226. install-info-am install-man install-strip installcheck 
  227. installcheck-am installdirs maintainer-clean 
  228. maintainer-clean-generic mostlyclean mostlyclean-generic 
  229. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 
  230. uninstall-info-am
  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: