Makefile.in
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:4k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ..
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. INSTALL = @INSTALL@
  38. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = @INSTALL_DATA@
  40. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  41. transform = @program_transform_name@
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_alias = @build_alias@
  49. build_triplet = @build@
  50. host_alias = @host_alias@
  51. host_triplet = @host@
  52. target_alias = @target_alias@
  53. target_triplet = @target@
  54. AS = @AS@
  55. CC = @CC@
  56. DLLTOOL = @DLLTOOL@
  57. LD = @LD@
  58. LIBTOOL = @LIBTOOL@
  59. LN_S = @LN_S@
  60. MAKEINFO = @MAKEINFO@
  61. NM = @NM@
  62. OBJDUMP = @OBJDUMP@
  63. PACKAGE = @PACKAGE@
  64. RANLIB = @RANLIB@
  65. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  66. VERSION = @VERSION@
  67. subdirs = @subdirs@
  68. EXTRA_DIST = README-Win32.txt README-Win32.txt.old config.h unistd.h
  69. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  70. CONFIG_HEADER = ../src/config.h
  71. CONFIG_CLEAN_FILES = 
  72. DIST_COMMON =  Makefile.am Makefile.in
  73. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  74. TAR = gtar
  75. GZIP_ENV = --best
  76. all: all-redirect
  77. .SUFFIXES:
  78. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  79. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Win32/Makefile
  80. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  81. cd $(top_builddir) 
  82.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  83. tags: TAGS
  84. TAGS:
  85. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  86. subdir = Win32
  87. distdir: $(DISTFILES)
  88. @for file in $(DISTFILES); do 
  89.   d=$(srcdir); 
  90.   if test -d $$d/$$file; then 
  91.     cp -pr $$/$$file $(distdir)/$$file; 
  92.   else 
  93.     test -f $(distdir)/$$file 
  94.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  95.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  96.   fi; 
  97. done
  98. info-am:
  99. info: info-am
  100. dvi-am:
  101. dvi: dvi-am
  102. check-am: all-am
  103. check: check-am
  104. installcheck-am:
  105. installcheck: installcheck-am
  106. install-exec-am:
  107. install-exec: install-exec-am
  108. install-data-am:
  109. install-data: install-data-am
  110. install-am: all-am
  111. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  112. install: install-am
  113. uninstall-am:
  114. uninstall: uninstall-am
  115. all-am: Makefile
  116. all-redirect: all-am
  117. install-strip:
  118. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  119. installdirs:
  120. mostlyclean-generic:
  121. clean-generic:
  122. distclean-generic:
  123. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  124. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  125. maintainer-clean-generic:
  126. mostlyclean-am:  mostlyclean-generic
  127. mostlyclean: mostlyclean-am
  128. clean-am:  clean-generic mostlyclean-am
  129. clean: clean-am
  130. distclean-am:  distclean-generic clean-am
  131. -rm -f libtool
  132. distclean: distclean-am
  133. maintainer-clean-am:  maintainer-clean-generic distclean-am
  134. @echo "This command is intended for maintainers to use;"
  135. @echo "it deletes files that may require special tools to rebuild."
  136. maintainer-clean: maintainer-clean-am
  137. .PHONY: tags distdir info-am info dvi-am dvi check check-am 
  138. installcheck-am installcheck install-exec-am install-exec 
  139. install-data-am install-data install-am install uninstall-am uninstall 
  140. all-redirect all-am all installdirs mostlyclean-generic 
  141. distclean-generic clean-generic maintainer-clean-generic clean 
  142. mostlyclean distclean maintainer-clean
  143. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  144. # Otherwise a system limit (for SysV at least) may be exceeded.
  145. .NOEXPORT: