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. @PLAYER_FALSE@@SERVER_TRUE@SUBDIRS = include lib common server util doc
  95. @PLAYER_FALSE@@SERVER_FALSE@SUBDIRS = include lib util doc
  96. @PLAYER_TRUE@@SERVER_TRUE@SUBDIRS = include lib common player server util doc mpeg4ip.pbproj
  97. @PLAYER_TRUE@@SERVER_FALSE@SUBDIRS = include lib common player util doc mpeg4ip.pbproj
  98. EXTRA_DIST = bootstrap cvs_bootstrap encoding60.dsw README_FIRST strip_fPIC.sh
  99. subdir = .
  100. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  101. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  102. CONFIG_HEADER = config.h
  103. CONFIG_CLEAN_FILES =
  104. DIST_SOURCES =
  105. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive 
  106. uninstall-info-recursive all-recursive install-data-recursive 
  107. install-exec-recursive installdirs-recursive install-recursive 
  108. uninstall-recursive check-recursive installcheck-recursive
  109. DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog Makefile.am 
  110. Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in 
  111. config/config.guess config/config.sub config/depcomp 
  112. config/install-sh config/ltmain.sh config/missing 
  113. config/mkinstalldirs configure configure.in
  114. DIST_SUBDIRS = include lib common server util doc player mpeg4ip.pbproj
  115. all: config.h
  116. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  117. .SUFFIXES:
  118. mostlyclean-libtool:
  119. -rm -f *.lo
  120. clean-libtool:
  121. -rm -rf .libs _libs
  122. distclean-libtool:
  123. -rm -f libtool
  124. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  125. cd $(top_srcdir) && 
  126.   $(AUTOMAKE) --foreign  Makefile
  127. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  128. cd $(top_builddir) && 
  129.   CONFIG_HEADERS= CONFIG_LINKS= 
  130.   CONFIG_FILES=$@ $(SHELL) ./config.status
  131. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  132. $(SHELL) ./config.status --recheck
  133. $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  134. cd $(srcdir) && $(AUTOCONF)
  135. $(ACLOCAL_M4):  configure.in 
  136. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  137. config.h: stamp-h
  138. @if test ! -f $@; then 
  139. rm -f stamp-h; 
  140. $(MAKE) stamp-h; 
  141. else :; fi
  142. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  143. @rm -f stamp-h stamp-hT
  144. @echo timestamp > stamp-hT 2> /dev/null
  145. cd $(top_builddir) 
  146.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  147.      $(SHELL) ./config.status
  148. @mv stamp-hT stamp-h
  149. $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
  150. @if test ! -f $@; then 
  151. rm -f $(srcdir)/./stamp-h.in; 
  152. $(MAKE) $(srcdir)/./stamp-h.in; 
  153. else :; fi
  154. $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
  155. @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
  156. @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
  157. cd $(top_srcdir) && $(AUTOHEADER)
  158. @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
  159. distclean-hdr:
  160. -rm -f config.h
  161. uninstall-info-am:
  162. # This directory's subdirectories are mostly independent; you can cd
  163. # into them and run `make' without going through this Makefile.
  164. # To change the values of `make' variables: instead of editing Makefiles,
  165. # (1) if the variable is set in `config.status', edit `config.status'
  166. #     (which will cause the Makefiles to be regenerated when you run `make');
  167. # (2) otherwise, pass the desired values on the `make' command line.
  168. $(RECURSIVE_TARGETS):
  169. @set fnord $(MAKEFLAGS); amf=$$2; 
  170. dot_seen=no; 
  171. target=`echo $@ | sed s/-recursive//`; 
  172. list='$(SUBDIRS)'; for subdir in $$list; do 
  173.   echo "Making $$target in $$subdir"; 
  174.   if test "$$subdir" = "."; then 
  175.     dot_seen=yes; 
  176.     local_target="$$target-am"; 
  177.   else 
  178.     local_target="$$target"; 
  179.   fi; 
  180.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  181.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  182. done; 
  183. if test "$$dot_seen" = "no"; then 
  184.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  185. fi; test -z "$$fail"
  186. mostlyclean-recursive clean-recursive distclean-recursive 
  187. maintainer-clean-recursive:
  188. @set fnord $(MAKEFLAGS); amf=$$2; 
  189. dot_seen=no; 
  190. case "$@" in 
  191.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  192.   *) list='$(SUBDIRS)' ;; 
  193. esac; 
  194. rev=''; for subdir in $$list; do 
  195.   if test "$$subdir" = "."; then :; else 
  196.     rev="$$subdir $$rev"; 
  197.   fi; 
  198. done; 
  199. rev="$$rev ."; 
  200. target=`echo $@ | sed s/-recursive//`; 
  201. for subdir in $$rev; do 
  202.   echo "Making $$target in $$subdir"; 
  203.   if test "$$subdir" = "."; then 
  204.     local_target="$$target-am"; 
  205.   else 
  206.     local_target="$$target"; 
  207.   fi; 
  208.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  209.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  210. done && test -z "$$fail"
  211. tags-recursive:
  212. list='$(SUBDIRS)'; for subdir in $$list; do 
  213.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  214. done
  215. tags: TAGS
  216. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  217. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  218. unique=`for i in $$list; do 
  219.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  220.   done | 
  221.   $(AWK) '    { files[$$0] = 1; } 
  222.        END { for (i in files) print i; }'`; 
  223. mkid -fID $$unique $(LISP)
  224. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  225. $(TAGS_FILES) $(LISP)
  226. tags=; 
  227. here=`pwd`; 
  228. list='$(SUBDIRS)'; for subdir in $$list; do 
  229.   if test "$$subdir" = .; then :; else 
  230.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  231.   fi; 
  232. done; 
  233. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  234. unique=`for i in $$list; do 
  235.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  236.   done | 
  237.   $(AWK) '    { files[$$0] = 1; } 
  238.        END { for (i in files) print i; }'`; 
  239. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  240.   || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
  241. GTAGS:
  242. here=`CDPATH=: && cd $(top_builddir) && pwd` 
  243.   && cd $(top_srcdir) 
  244.   && gtags -i $(GTAGS_ARGS) $$here
  245. distclean-tags:
  246. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  247. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  248. top_distdir = .
  249. # Avoid unsightly `./'.
  250. distdir = $(PACKAGE)-$(VERSION)
  251. GZIP_ENV = --best
  252. distdir: $(DISTFILES)
  253. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  254. mkdir $(distdir)
  255. $(mkinstalldirs) $(distdir)/config
  256. @for file in $(DISTFILES); do 
  257.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  258.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  259.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  260.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  261.   fi; 
  262.   if test -d $$d/$$file; then 
  263.     cp -pR $$d/$$file $(distdir) 
  264.     || exit 1; 
  265.   else 
  266.     test -f $(distdir)/$$file 
  267.     || cp -p $$d/$$file $(distdir)/$$file 
  268.     || exit 1; 
  269.   fi; 
  270. done
  271. for subdir in $(DIST_SUBDIRS); do 
  272.   if test "$$subdir" = .; then :; else 
  273.     test -d $(distdir)/$$subdir 
  274.     || mkdir $(distdir)/$$subdir 
  275.     || exit 1; 
  276.     (cd $$subdir && 
  277.       $(MAKE) $(AM_MAKEFLAGS) 
  278.         top_distdir="$(top_distdir)" 
  279.         distdir=../$(distdir)/$$subdir 
  280.         distdir) 
  281.       || exit 1; 
  282.   fi; 
  283. done
  284. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  285.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  286.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  287.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  288. || chmod -R a+r $(distdir)
  289. dist: distdir
  290. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  291. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  292. # This target untars the dist file and tries a VPATH configuration.  Then
  293. # it guarantees that the distribution is self-contained by making another
  294. # tarfile.
  295. distcheck: dist
  296. -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
  297. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  298. chmod -R a-w $(distdir); chmod a+w $(distdir)
  299. mkdir $(distdir)/=build
  300. mkdir $(distdir)/=inst
  301. chmod a-w $(distdir)
  302. dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` 
  303.   && cd $(distdir)/=build 
  304.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  305.   && $(MAKE) $(AM_MAKEFLAGS) 
  306.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  307.   && $(MAKE) $(AM_MAKEFLAGS) check 
  308.   && $(MAKE) $(AM_MAKEFLAGS) install 
  309.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  310.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  311.   && (test `find $$dc_install_base -type f -print | wc -l` -le 1 
  312.      || (echo "Error: files left after uninstall" 1>&2; 
  313.          exit 1) ) 
  314.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  315.   && $(MAKE) $(AM_MAKEFLAGS) distclean 
  316.   && rm -f $(distdir).tar.gz 
  317.   && (test `find . -type f -print | wc -l` -eq 0 
  318.      || (echo "Error: files left after distclean" 1>&2; 
  319.          exit 1) )
  320. -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
  321. @echo "$(distdir).tar.gz is ready for distribution" | 
  322.   sed 'h;s/./=/g;p;x;p;x'
  323. check-am: all-am
  324. check: check-recursive
  325. all-am: Makefile config.h
  326. installdirs: installdirs-recursive
  327. installdirs-am:
  328. install: install-recursive
  329. install-exec: install-exec-recursive
  330. install-data: install-data-recursive
  331. uninstall: uninstall-recursive
  332. install-am: all-am
  333. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  334. installcheck: installcheck-recursive
  335. install-strip:
  336. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  337.   `test -z '$(STRIP)' || 
  338.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  339. mostlyclean-generic:
  340. clean-generic:
  341. distclean-generic:
  342. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  343. maintainer-clean-generic:
  344. @echo "This command is intended for maintainers to use"
  345. @echo "it deletes files that may require special tools to rebuild."
  346. clean: clean-recursive
  347. clean-am: clean-generic clean-libtool mostlyclean-am
  348. dist-all: distdir
  349. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  350. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  351. distclean: distclean-recursive
  352. -rm -f config.status config.cache config.log
  353. distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool 
  354. distclean-tags
  355. dvi: dvi-recursive
  356. dvi-am:
  357. info: info-recursive
  358. info-am:
  359. install-data-am:
  360. install-exec-am:
  361. install-info: install-info-recursive
  362. install-man:
  363. installcheck-am:
  364. maintainer-clean: maintainer-clean-recursive
  365. maintainer-clean-am: distclean-am maintainer-clean-generic
  366. mostlyclean: mostlyclean-recursive
  367. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  368. uninstall-am: uninstall-info-am
  369. uninstall-info: uninstall-info-recursive
  370. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean 
  371. clean-generic clean-libtool clean-recursive dist dist-all 
  372. distcheck distclean distclean-generic distclean-hdr 
  373. distclean-libtool distclean-recursive distclean-tags distdir 
  374. dvi dvi-am dvi-recursive info info-am info-recursive install 
  375. install-am install-data install-data-am install-data-recursive 
  376. install-exec install-exec-am install-exec-recursive 
  377. install-info install-info-am install-info-recursive install-man 
  378. install-recursive install-strip installcheck installcheck-am 
  379. installdirs installdirs-am installdirs-recursive 
  380. maintainer-clean maintainer-clean-generic 
  381. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  382. mostlyclean-libtool mostlyclean-recursive tags tags-recursive 
  383. uninstall uninstall-am uninstall-info-am 
  384. uninstall-info-recursive uninstall-recursive
  385. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  386. # Otherwise a system limit (for SysV at least) may be exceeded.
  387. .NOEXPORT: