Makefile.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. # Makefile.in generated by automake 1.6.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  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. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = ..
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. install_sh_DATA = $(install_sh) -c -m 644
  44. install_sh_PROGRAM = $(install_sh) -c
  45. install_sh_SCRIPT = $(install_sh) -c
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = @program_transform_name@
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. host_alias = @host_alias@
  56. host_triplet = @host@
  57. EXEEXT = @EXEEXT@
  58. OBJEXT = @OBJEXT@
  59. PATH_SEPARATOR = @PATH_SEPARATOR@
  60. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  61. AMTAR = @AMTAR@
  62. AR = @AR@
  63. ARGZ_H = @ARGZ_H@
  64. AS = @AS@
  65. AWK = @AWK@
  66. BUILDABLE_EXAMPLES = @BUILDABLE_EXAMPLES@
  67. CAIRO_CFLAGS = @CAIRO_CFLAGS@
  68. CAIRO_LIBS = @CAIRO_LIBS@
  69. CC = @CC@
  70. CPP = @CPP@
  71. CXX = @CXX@
  72. CXXCPP = @CXXCPP@
  73. DEBUG = @DEBUG@
  74. DEPDIR = @DEPDIR@
  75. DLLTOOL = @DLLTOOL@
  76. DSYMUTIL = @DSYMUTIL@
  77. DUMPBIN = @DUMPBIN@
  78. F77 = @F77@
  79. GCJ = @GCJ@
  80. GCJFLAGS = @GCJFLAGS@
  81. GETOPT_OBJS = @GETOPT_OBJS@
  82. GREP = @GREP@
  83. HAVE_BIBTEX = @HAVE_BIBTEX@
  84. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  85. HAVE_PDFLATEX = @HAVE_PDFLATEX@
  86. HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
  87. HAVE_TRANSFIG = @HAVE_TRANSFIG@
  88. HAVE_VALGRIND = @HAVE_VALGRIND@
  89. INCLTDL = @INCLTDL@
  90. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  91. LD = @LD@
  92. LIBADD_DL = @LIBADD_DL@
  93. LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
  94. LIBADD_DLOPEN = @LIBADD_DLOPEN@
  95. LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
  96. LIBLTDL = @LIBLTDL@
  97. LIBM = @LIBM@
  98. LIBTOOL = @LIBTOOL@
  99. LIPO = @LIPO@
  100. LN_S = @LN_S@
  101. LTDLDEPS = @LTDLDEPS@
  102. LTDLINCL = @LTDLINCL@
  103. LTDLOPEN = @LTDLOPEN@
  104. LT_CONFIG_H = @LT_CONFIG_H@
  105. LT_DLLOADERS = @LT_DLLOADERS@
  106. LT_DLPREOPEN = @LT_DLPREOPEN@
  107. MAINT = @MAINT@
  108. NM = @NM@
  109. NMEDIT = @NMEDIT@
  110. OBJDUMP = @OBJDUMP@
  111. OGG_CFLAGS = @OGG_CFLAGS@
  112. OGG_LIBS = @OGG_LIBS@
  113. OSS_LIBS = @OSS_LIBS@
  114. OTOOL = @OTOOL@
  115. OTOOL64 = @OTOOL64@
  116. PACKAGE = @PACKAGE@
  117. PKG_CONFIG = @PKG_CONFIG@
  118. PNG_CFLAGS = @PNG_CFLAGS@
  119. PNG_LIBS = @PNG_LIBS@
  120. PROFILE = @PROFILE@
  121. RANLIB = @RANLIB@
  122. RC = @RC@
  123. SDL_CFLAGS = @SDL_CFLAGS@
  124. SDL_CONFIG = @SDL_CONFIG@
  125. SDL_LIBS = @SDL_LIBS@
  126. SED = @SED@
  127. STRIP = @STRIP@
  128. THDEC_LIB_AGE = @THDEC_LIB_AGE@
  129. THDEC_LIB_CURRENT = @THDEC_LIB_CURRENT@
  130. THDEC_LIB_REVISION = @THDEC_LIB_REVISION@
  131. THENC_LIB_AGE = @THENC_LIB_AGE@
  132. THENC_LIB_CURRENT = @THENC_LIB_CURRENT@
  133. THENC_LIB_REVISION = @THENC_LIB_REVISION@
  134. THEORADEC_LDFLAGS = @THEORADEC_LDFLAGS@
  135. THEORAENC_LDFLAGS = @THEORAENC_LDFLAGS@
  136. THEORA_LDFLAGS = @THEORA_LDFLAGS@
  137. TH_LIB_AGE = @TH_LIB_AGE@
  138. TH_LIB_CURRENT = @TH_LIB_CURRENT@
  139. TH_LIB_REVISION = @TH_LIB_REVISION@
  140. VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@
  141. VERSION = @VERSION@
  142. VORBISENC_LIBS = @VORBISENC_LIBS@
  143. VORBISFILE_LIBS = @VORBISFILE_LIBS@
  144. VORBIS_CFLAGS = @VORBIS_CFLAGS@
  145. VORBIS_LIBS = @VORBIS_LIBS@
  146. am__include = @am__include@
  147. am__quote = @am__quote@
  148. install_sh = @install_sh@
  149. lt_ECHO = @lt_ECHO@
  150. ltdl_LIBOBJS = @ltdl_LIBOBJS@
  151. ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
  152. sys_symbol_underscore = @sys_symbol_underscore@
  153. SUBDIRS = theora
  154. subdir = include
  155. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  156. CONFIG_HEADER = $(top_builddir)/config.h
  157. CONFIG_CLEAN_FILES =
  158. DIST_SOURCES =
  159. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
  160. uninstall-info-recursive all-recursive install-data-recursive \
  161. install-exec-recursive installdirs-recursive install-recursive \
  162. uninstall-recursive check-recursive installcheck-recursive
  163. DIST_COMMON = Makefile.am Makefile.in
  164. DIST_SUBDIRS = $(SUBDIRS)
  165. all: all-recursive
  166. .SUFFIXES:
  167. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  168. cd $(top_srcdir) && \
  169. $(AUTOMAKE) --gnu include/Makefile
  170. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
  171. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  172. mostlyclean-libtool:
  173. -rm -f *.lo
  174. clean-libtool:
  175. -rm -rf .libs _libs
  176. distclean-libtool:
  177. -rm -f libtool
  178. uninstall-info-am:
  179. # This directory's subdirectories are mostly independent; you can cd
  180. # into them and run `make' without going through this Makefile.
  181. # To change the values of `make' variables: instead of editing Makefiles,
  182. # (1) if the variable is set in `config.status', edit `config.status'
  183. # (which will cause the Makefiles to be regenerated when you run `make');
  184. # (2) otherwise, pass the desired values on the `make' command line.
  185. $(RECURSIVE_TARGETS):
  186. @set fnord $$MAKEFLAGS; amf=$$2; \
  187. dot_seen=no; \
  188. target=`echo $@ | sed s/-recursive//`; \
  189. list='$(SUBDIRS)'; for subdir in $$list; do \
  190. echo "Making $$target in $$subdir"; \
  191. if test "$$subdir" = "."; then \
  192. dot_seen=yes; \
  193. local_target="$$target-am"; \
  194. else \
  195. local_target="$$target"; \
  196. fi; \
  197. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  198. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  199. done; \
  200. if test "$$dot_seen" = "no"; then \
  201. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  202. fi; test -z "$$fail"
  203. mostlyclean-recursive clean-recursive distclean-recursive \
  204. maintainer-clean-recursive:
  205. @set fnord $$MAKEFLAGS; amf=$$2; \
  206. dot_seen=no; \
  207. case "$@" in \
  208. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  209. *) list='$(SUBDIRS)' ;; \
  210. esac; \
  211. rev=''; for subdir in $$list; do \
  212. if test "$$subdir" = "."; then :; else \
  213. rev="$$subdir $$rev"; \
  214. fi; \
  215. done; \
  216. rev="$$rev ."; \
  217. target=`echo $@ | sed s/-recursive//`; \
  218. for subdir in $$rev; do \
  219. echo "Making $$target in $$subdir"; \
  220. if test "$$subdir" = "."; then \
  221. local_target="$$target-am"; \
  222. else \
  223. local_target="$$target"; \
  224. fi; \
  225. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  226. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  227. done && test -z "$$fail"
  228. tags-recursive:
  229. list='$(SUBDIRS)'; for subdir in $$list; do \
  230. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  231. done
  232. ETAGS = etags
  233. ETAGSFLAGS =
  234. tags: TAGS
  235. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  236. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  237. unique=`for i in $$list; do \
  238. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  239. done | \
  240. $(AWK) ' { files[$$0] = 1; } \
  241. END { for (i in files) print i; }'`; \
  242. mkid -fID $$unique
  243. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  244. $(TAGS_FILES) $(LISP)
  245. tags=; \
  246. here=`pwd`; \
  247. list='$(SUBDIRS)'; for subdir in $$list; do \
  248. if test "$$subdir" = .; then :; else \
  249. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  250. fi; \
  251. done; \
  252. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  253. unique=`for i in $$list; do \
  254. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  255. done | \
  256. $(AWK) ' { files[$$0] = 1; } \
  257. END { for (i in files) print i; }'`; \
  258. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  259. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  260. $$tags $$unique
  261. GTAGS:
  262. here=`$(am__cd) $(top_builddir) && pwd` \
  263. && cd $(top_srcdir) \
  264. && gtags -i $(GTAGS_ARGS) $$here
  265. distclean-tags:
  266. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  267. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  268. top_distdir = ..
  269. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  270. distdir: $(DISTFILES)
  271. @list='$(DISTFILES)'; for file in $$list; do \
  272. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  273. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  274. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  275. dir="/$$dir"; \
  276. $(mkinstalldirs) "$(distdir)$$dir"; \
  277. else \
  278. dir=''; \
  279. fi; \
  280. if test -d $$d/$$file; then \
  281. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  282. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  283. fi; \
  284. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  285. else \
  286. test -f $(distdir)/$$file \
  287. || cp -p $$d/$$file $(distdir)/$$file \
  288. || exit 1; \
  289. fi; \
  290. done
  291. list='$(SUBDIRS)'; for subdir in $$list; do \
  292. if test "$$subdir" = .; then :; else \
  293. test -d $(distdir)/$$subdir \
  294. || mkdir $(distdir)/$$subdir \
  295. || exit 1; \
  296. (cd $$subdir && \
  297. $(MAKE) $(AM_MAKEFLAGS) \
  298. top_distdir="$(top_distdir)" \
  299. distdir=../$(distdir)/$$subdir \
  300. distdir) \
  301. || exit 1; \
  302. fi; \
  303. done
  304. check-am: all-am
  305. check: check-recursive
  306. all-am: Makefile
  307. installdirs: installdirs-recursive
  308. installdirs-am:
  309. install: install-recursive
  310. install-exec: install-exec-recursive
  311. install-data: install-data-recursive
  312. uninstall: uninstall-recursive
  313. install-am: all-am
  314. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  315. installcheck: installcheck-recursive
  316. install-strip:
  317. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  318. INSTALL_STRIP_FLAG=-s \
  319. `test -z '$(STRIP)' || \
  320. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  321. mostlyclean-generic:
  322. clean-generic:
  323. distclean-generic:
  324. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  325. maintainer-clean-generic:
  326. @echo "This command is intended for maintainers to use"
  327. @echo "it deletes files that may require special tools to rebuild."
  328. clean: clean-recursive
  329. clean-am: clean-generic clean-libtool mostlyclean-am
  330. distclean: distclean-recursive
  331. distclean-am: clean-am distclean-generic distclean-libtool \
  332. distclean-tags
  333. dvi: dvi-recursive
  334. dvi-am:
  335. info: info-recursive
  336. info-am:
  337. install-data-am:
  338. install-exec-am:
  339. install-info: install-info-recursive
  340. install-man:
  341. installcheck-am:
  342. maintainer-clean: maintainer-clean-recursive
  343. maintainer-clean-am: distclean-am maintainer-clean-generic
  344. mostlyclean: mostlyclean-recursive
  345. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  346. uninstall-am: uninstall-info-am
  347. uninstall-info: uninstall-info-recursive
  348. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
  349. clean-generic clean-libtool clean-recursive distclean \
  350. distclean-generic distclean-libtool distclean-recursive \
  351. distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
  352. info-recursive install install-am install-data install-data-am \
  353. install-data-recursive install-exec install-exec-am \
  354. install-exec-recursive install-info install-info-am \
  355. install-info-recursive install-man install-recursive \
  356. install-strip installcheck installcheck-am installdirs \
  357. installdirs-am installdirs-recursive maintainer-clean \
  358. maintainer-clean-generic maintainer-clean-recursive mostlyclean \
  359. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
  360. tags tags-recursive uninstall uninstall-am uninstall-info-am \
  361. uninstall-info-recursive uninstall-recursive
  362. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  363. # Otherwise a system limit (for SysV at least) may be exceeded.
  364. .NOEXPORT: