Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 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. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = doc
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  90. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  91. $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES = Doxyfile
  98. CONFIG_CLEAN_VPATH_FILES =
  99. AM_V_P = $(am__v_P_@AM_V@)
  100. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  101. am__v_P_0 = false
  102. am__v_P_1 = :
  103. AM_V_GEN = $(am__v_GEN_@AM_V@)
  104. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  105. am__v_GEN_0 = @echo " GEN " $@;
  106. am__v_GEN_1 =
  107. AM_V_at = $(am__v_at_@AM_V@)
  108. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  109. am__v_at_0 = @
  110. am__v_at_1 =
  111. SOURCES =
  112. DIST_SOURCES =
  113. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  114. ctags-recursive dvi-recursive html-recursive info-recursive \
  115. install-data-recursive install-dvi-recursive \
  116. install-exec-recursive install-html-recursive \
  117. install-info-recursive install-pdf-recursive \
  118. install-ps-recursive install-recursive installcheck-recursive \
  119. installdirs-recursive pdf-recursive ps-recursive \
  120. tags-recursive uninstall-recursive
  121. am__can_run_installinfo = \
  122. case $$AM_UPDATE_INFO_DIR in \
  123. n|no|NO) false;; \
  124. *) (install-info --version) >/dev/null 2>&1;; \
  125. esac
  126. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  127. am__vpath_adj = case $$p in \
  128. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  129. *) f=$$p;; \
  130. esac;
  131. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  132. am__install_max = 40
  133. am__nobase_strip_setup = \
  134. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  135. am__nobase_strip = \
  136. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  137. am__nobase_list = $(am__nobase_strip_setup); \
  138. for p in $$list; do echo "$$p $$p"; done | \
  139. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  140. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  141. if (++n[$$2] == $(am__install_max)) \
  142. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  143. END { for (dir in files) print dir, files[dir] }'
  144. am__base_list = \
  145. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  146. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  147. am__uninstall_files_from_dir = { \
  148. test -z "$$files" \
  149. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  150. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  151. $(am__cd) "$$dir" && rm -f $$files; }; \
  152. }
  153. am__installdirs = "$(DESTDIR)$(docdir)"
  154. DATA = $(doc_DATA)
  155. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  156. distclean-recursive maintainer-clean-recursive
  157. am__recursive_targets = \
  158. $(RECURSIVE_TARGETS) \
  159. $(RECURSIVE_CLEAN_TARGETS) \
  160. $(am__extra_recursive_targets)
  161. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  162. distdir
  163. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  164. # Read a list of newline-separated strings from the standard input,
  165. # and print each of them once, without duplicates. Input order is
  166. # *not* preserved.
  167. am__uniquify_input = $(AWK) '\
  168. BEGIN { nonempty = 0; } \
  169. { items[$$0] = 1; nonempty = 1; } \
  170. END { if (nonempty) { for (i in items) print i; }; } \
  171. '
  172. # Make sure the list of sources is unique. This is necessary because,
  173. # e.g., the same source file might be shared among _SOURCES variables
  174. # for different programs/libraries.
  175. am__define_uniq_tagged_files = \
  176. list='$(am__tagged_files)'; \
  177. unique=`for i in $$list; do \
  178. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  179. done | $(am__uniquify_input)`
  180. ETAGS = etags
  181. CTAGS = ctags
  182. DIST_SUBDIRS = $(SUBDIRS)
  183. am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
  184. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  185. am__relativize = \
  186. dir0=`pwd`; \
  187. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  188. sed_rest='s,^[^/]*/*,,'; \
  189. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  190. sed_butlast='s,/*[^/]*$$,,'; \
  191. while test -n "$$dir1"; do \
  192. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  193. if test "$$first" != "."; then \
  194. if test "$$first" = ".."; then \
  195. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  196. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  197. else \
  198. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  199. if test "$$first2" = "$$first"; then \
  200. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  201. else \
  202. dir2="../$$dir2"; \
  203. fi; \
  204. dir0="$$dir0"/"$$first"; \
  205. fi; \
  206. fi; \
  207. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  208. done; \
  209. reldir="$$dir2"
  210. ACLOCAL = @ACLOCAL@
  211. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  212. ALLOCA = @ALLOCA@
  213. AMTAR = @AMTAR@
  214. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  215. AR = @AR@
  216. AS = @AS@
  217. AUTOCONF = @AUTOCONF@
  218. AUTOHEADER = @AUTOHEADER@
  219. AUTOMAKE = @AUTOMAKE@
  220. AWK = @AWK@
  221. CC = @CC@
  222. CCDEPMODE = @CCDEPMODE@
  223. CFLAGS = @CFLAGS@
  224. CPP = @CPP@
  225. CPPFLAGS = @CPPFLAGS@
  226. CYGPATH_W = @CYGPATH_W@
  227. DEBUG = @DEBUG@
  228. DEFS = @DEFS@
  229. DEPDIR = @DEPDIR@
  230. DLLTOOL = @DLLTOOL@
  231. DSYMUTIL = @DSYMUTIL@
  232. DUMPBIN = @DUMPBIN@
  233. ECHO_C = @ECHO_C@
  234. ECHO_N = @ECHO_N@
  235. ECHO_T = @ECHO_T@
  236. EGREP = @EGREP@
  237. EXEEXT = @EXEEXT@
  238. FGREP = @FGREP@
  239. GREP = @GREP@
  240. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  241. HTLATEX = @HTLATEX@
  242. INSTALL = @INSTALL@
  243. INSTALL_DATA = @INSTALL_DATA@
  244. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  245. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  246. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  247. LD = @LD@
  248. LDFLAGS = @LDFLAGS@
  249. LIBOBJS = @LIBOBJS@
  250. LIBS = @LIBS@
  251. LIBTOOL = @LIBTOOL@
  252. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  253. LIPO = @LIPO@
  254. LN_S = @LN_S@
  255. LTLIBOBJS = @LTLIBOBJS@
  256. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  257. MAINT = @MAINT@
  258. MAKEINFO = @MAKEINFO@
  259. MANIFEST_TOOL = @MANIFEST_TOOL@
  260. MKDIR_P = @MKDIR_P@
  261. NM = @NM@
  262. NMEDIT = @NMEDIT@
  263. OBJDUMP = @OBJDUMP@
  264. OBJEXT = @OBJEXT@
  265. OGG_CFLAGS = @OGG_CFLAGS@
  266. OGG_LIBS = @OGG_LIBS@
  267. OTOOL = @OTOOL@
  268. OTOOL64 = @OTOOL64@
  269. PACKAGE = @PACKAGE@
  270. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  271. PACKAGE_NAME = @PACKAGE_NAME@
  272. PACKAGE_STRING = @PACKAGE_STRING@
  273. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  274. PACKAGE_URL = @PACKAGE_URL@
  275. PACKAGE_VERSION = @PACKAGE_VERSION@
  276. PATH_SEPARATOR = @PATH_SEPARATOR@
  277. PDFLATEX = @PDFLATEX@
  278. PKG_CONFIG = @PKG_CONFIG@
  279. PROFILE = @PROFILE@
  280. RANLIB = @RANLIB@
  281. SED = @SED@
  282. SET_MAKE = @SET_MAKE@
  283. SHELL = @SHELL@
  284. STRIP = @STRIP@
  285. VERSION = @VERSION@
  286. VE_LIB_AGE = @VE_LIB_AGE@
  287. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  288. VE_LIB_REVISION = @VE_LIB_REVISION@
  289. VF_LIB_AGE = @VF_LIB_AGE@
  290. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  291. VF_LIB_REVISION = @VF_LIB_REVISION@
  292. VORBIS_LIBS = @VORBIS_LIBS@
  293. V_LIB_AGE = @V_LIB_AGE@
  294. V_LIB_CURRENT = @V_LIB_CURRENT@
  295. V_LIB_REVISION = @V_LIB_REVISION@
  296. abs_builddir = @abs_builddir@
  297. abs_srcdir = @abs_srcdir@
  298. abs_top_builddir = @abs_top_builddir@
  299. abs_top_srcdir = @abs_top_srcdir@
  300. ac_ct_AR = @ac_ct_AR@
  301. ac_ct_CC = @ac_ct_CC@
  302. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  303. am__include = @am__include@
  304. am__leading_dot = @am__leading_dot@
  305. am__quote = @am__quote@
  306. am__tar = @am__tar@
  307. am__untar = @am__untar@
  308. bindir = @bindir@
  309. build = @build@
  310. build_alias = @build_alias@
  311. build_cpu = @build_cpu@
  312. build_os = @build_os@
  313. build_vendor = @build_vendor@
  314. builddir = @builddir@
  315. datadir = @datadir@
  316. datarootdir = @datarootdir@
  317. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  318. dvidir = @dvidir@
  319. exec_prefix = @exec_prefix@
  320. host = @host@
  321. host_alias = @host_alias@
  322. host_cpu = @host_cpu@
  323. host_os = @host_os@
  324. host_vendor = @host_vendor@
  325. htmldir = @htmldir@
  326. includedir = @includedir@
  327. infodir = @infodir@
  328. install_sh = @install_sh@
  329. libdir = @libdir@
  330. libexecdir = @libexecdir@
  331. localedir = @localedir@
  332. localstatedir = @localstatedir@
  333. mandir = @mandir@
  334. mkdir_p = @mkdir_p@
  335. oldincludedir = @oldincludedir@
  336. pdfdir = @pdfdir@
  337. prefix = @prefix@
  338. program_transform_name = @program_transform_name@
  339. psdir = @psdir@
  340. pthread_lib = @pthread_lib@
  341. sbindir = @sbindir@
  342. sharedstatedir = @sharedstatedir@
  343. srcdir = @srcdir@
  344. sysconfdir = @sysconfdir@
  345. target = @target@
  346. target_alias = @target_alias@
  347. target_cpu = @target_cpu@
  348. target_os = @target_os@
  349. target_vendor = @target_vendor@
  350. top_build_prefix = @top_build_prefix@
  351. top_builddir = @top_builddir@
  352. top_srcdir = @top_srcdir@
  353. SUBDIRS = libvorbis vorbisfile vorbisenc
  354. ### all of the static docs, commited to SVN and included as is
  355. static_docs = \
  356. rfc5215.xml \
  357. rfc5215.txt \
  358. eightphase.png \
  359. fish_xiph_org.png \
  360. floor1_inverse_dB_table.html \
  361. floorval.png \
  362. fourphase.png \
  363. framing.html \
  364. helper.html \
  365. index.html \
  366. oggstream.html \
  367. programming.html \
  368. squarepolar.png \
  369. stereo.html \
  370. stream.png \
  371. v-comment.html \
  372. vorbis-clip.txt \
  373. vorbis-errors.txt \
  374. vorbis-fidelity.html
  375. # bits needed by the spec
  376. SPEC_PNG = \
  377. components.png \
  378. fish_xiph_org.png \
  379. floor1-1.png \
  380. floor1-2.png \
  381. floor1-3.png \
  382. floor1-4.png \
  383. hufftree.png \
  384. hufftree-under.png \
  385. residue-pack.png \
  386. residue2.png \
  387. window1.png \
  388. window2.png
  389. SPEC_TEX = \
  390. Vorbis_I_spec.tex \
  391. 01-introduction.tex \
  392. 02-bitpacking.tex \
  393. 03-codebook.tex \
  394. 04-codec.tex \
  395. 05-comment.tex \
  396. 06-floor0.tex \
  397. 07-floor1.tex \
  398. 08-residue.tex \
  399. 09-helper.tex \
  400. 10-tables.tex \
  401. a1-encapsulation-ogg.tex \
  402. a2-encapsulation-rtp.tex \
  403. footer.tex
  404. built_docs = Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css
  405. @BUILD_DOCS_FALSE@doc_DATA = $(static_docs) doxygen-build.stamp
  406. # conditionally make the generated documentation
  407. @BUILD_DOCS_TRUE@doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp
  408. EXTRA_DIST = $(static_docs) $(built_docs) \
  409. $(SPEC_TEX) $(SPEC_PNG) $(SPEC_PDF) Vorbis_I_spec.cfg Doxyfile.in
  410. # these are expensive; only remove if we have to
  411. MAINTAINERCLEANFILES = $(built_docs)
  412. CLEANFILES = $(SPEC_TEX:%.tex=%.aux) \
  413. Vorbis_I_spec.4ct Vorbis_I_spec.4tc \
  414. Vorbis_I_spec.dvi Vorbis_I_spec.idv \
  415. Vorbis_I_spec.lg Vorbis_I_spec.log \
  416. Vorbis_I_spec.out Vorbis_I_spec.tmp \
  417. Vorbis_I_spec.toc Vorbis_I_spec.xref \
  418. Vorbis_I_spec*.png \
  419. zzVorbis_I_spec.ps
  420. DISTCLEANFILES = $(built_docs)
  421. all: all-recursive
  422. .SUFFIXES:
  423. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  424. @for dep in $?; do \
  425. case '$(am__configure_deps)' in \
  426. *$$dep*) \
  427. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  428. && { if test -f $@; then exit 0; else break; fi; }; \
  429. exit 1;; \
  430. esac; \
  431. done; \
  432. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  433. $(am__cd) $(top_srcdir) && \
  434. $(AUTOMAKE) --gnu doc/Makefile
  435. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  436. @case '$?' in \
  437. *config.status*) \
  438. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  439. *) \
  440. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  441. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  442. esac;
  443. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  444. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  445. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  446. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  447. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  448. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  449. $(am__aclocal_m4_deps):
  450. Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
  451. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  452. mostlyclean-libtool:
  453. -rm -f *.lo
  454. clean-libtool:
  455. -rm -rf .libs _libs
  456. install-docDATA: $(doc_DATA)
  457. @$(NORMAL_INSTALL)
  458. @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  459. if test -n "$$list"; then \
  460. echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
  461. $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
  462. fi; \
  463. for p in $$list; do \
  464. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  465. echo "$$d$$p"; \
  466. done | $(am__base_list) | \
  467. while read files; do \
  468. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  469. $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  470. done
  471. uninstall-docDATA:
  472. @$(NORMAL_UNINSTALL)
  473. @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  474. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  475. dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  476. # This directory's subdirectories are mostly independent; you can cd
  477. # into them and run 'make' without going through this Makefile.
  478. # To change the values of 'make' variables: instead of editing Makefiles,
  479. # (1) if the variable is set in 'config.status', edit 'config.status'
  480. # (which will cause the Makefiles to be regenerated when you run 'make');
  481. # (2) otherwise, pass the desired values on the 'make' command line.
  482. $(am__recursive_targets):
  483. @fail=; \
  484. if $(am__make_keepgoing); then \
  485. failcom='fail=yes'; \
  486. else \
  487. failcom='exit 1'; \
  488. fi; \
  489. dot_seen=no; \
  490. target=`echo $@ | sed s/-recursive//`; \
  491. case "$@" in \
  492. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  493. *) list='$(SUBDIRS)' ;; \
  494. esac; \
  495. for subdir in $$list; do \
  496. echo "Making $$target in $$subdir"; \
  497. if test "$$subdir" = "."; then \
  498. dot_seen=yes; \
  499. local_target="$$target-am"; \
  500. else \
  501. local_target="$$target"; \
  502. fi; \
  503. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  504. || eval $$failcom; \
  505. done; \
  506. if test "$$dot_seen" = "no"; then \
  507. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  508. fi; test -z "$$fail"
  509. ID: $(am__tagged_files)
  510. $(am__define_uniq_tagged_files); mkid -fID $$unique
  511. tags: tags-recursive
  512. TAGS: tags
  513. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  514. set x; \
  515. here=`pwd`; \
  516. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  517. include_option=--etags-include; \
  518. empty_fix=.; \
  519. else \
  520. include_option=--include; \
  521. empty_fix=; \
  522. fi; \
  523. list='$(SUBDIRS)'; for subdir in $$list; do \
  524. if test "$$subdir" = .; then :; else \
  525. test ! -f $$subdir/TAGS || \
  526. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  527. fi; \
  528. done; \
  529. $(am__define_uniq_tagged_files); \
  530. shift; \
  531. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  532. test -n "$$unique" || unique=$$empty_fix; \
  533. if test $$# -gt 0; then \
  534. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  535. "$$@" $$unique; \
  536. else \
  537. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  538. $$unique; \
  539. fi; \
  540. fi
  541. ctags: ctags-recursive
  542. CTAGS: ctags
  543. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  544. $(am__define_uniq_tagged_files); \
  545. test -z "$(CTAGS_ARGS)$$unique" \
  546. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  547. $$unique
  548. GTAGS:
  549. here=`$(am__cd) $(top_builddir) && pwd` \
  550. && $(am__cd) $(top_srcdir) \
  551. && gtags -i $(GTAGS_ARGS) "$$here"
  552. cscopelist: cscopelist-recursive
  553. cscopelist-am: $(am__tagged_files)
  554. list='$(am__tagged_files)'; \
  555. case "$(srcdir)" in \
  556. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  557. *) sdir=$(subdir)/$(srcdir) ;; \
  558. esac; \
  559. for i in $$list; do \
  560. if test -f "$$i"; then \
  561. echo "$(subdir)/$$i"; \
  562. else \
  563. echo "$$sdir/$$i"; \
  564. fi; \
  565. done >> $(top_builddir)/cscope.files
  566. distclean-tags:
  567. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  568. distdir: $(DISTFILES)
  569. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  570. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  571. list='$(DISTFILES)'; \
  572. dist_files=`for file in $$list; do echo $$file; done | \
  573. sed -e "s|^$$srcdirstrip/||;t" \
  574. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  575. case $$dist_files in \
  576. */*) $(MKDIR_P) `echo "$$dist_files" | \
  577. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  578. sort -u` ;; \
  579. esac; \
  580. for file in $$dist_files; do \
  581. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  582. if test -d $$d/$$file; then \
  583. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  584. if test -d "$(distdir)/$$file"; then \
  585. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  586. fi; \
  587. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  588. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  589. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  590. fi; \
  591. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  592. else \
  593. test -f "$(distdir)/$$file" \
  594. || cp -p $$d/$$file "$(distdir)/$$file" \
  595. || exit 1; \
  596. fi; \
  597. done
  598. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  599. if test "$$subdir" = .; then :; else \
  600. $(am__make_dryrun) \
  601. || test -d "$(distdir)/$$subdir" \
  602. || $(MKDIR_P) "$(distdir)/$$subdir" \
  603. || exit 1; \
  604. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  605. $(am__relativize); \
  606. new_distdir=$$reldir; \
  607. dir1=$$subdir; dir2="$(top_distdir)"; \
  608. $(am__relativize); \
  609. new_top_distdir=$$reldir; \
  610. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  611. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  612. ($(am__cd) $$subdir && \
  613. $(MAKE) $(AM_MAKEFLAGS) \
  614. top_distdir="$$new_top_distdir" \
  615. distdir="$$new_distdir" \
  616. am__remove_distdir=: \
  617. am__skip_length_check=: \
  618. am__skip_mode_fix=: \
  619. distdir) \
  620. || exit 1; \
  621. fi; \
  622. done
  623. check-am: all-am
  624. check: check-recursive
  625. all-am: Makefile $(DATA)
  626. installdirs: installdirs-recursive
  627. installdirs-am:
  628. for dir in "$(DESTDIR)$(docdir)"; do \
  629. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  630. done
  631. install: install-recursive
  632. install-exec: install-exec-recursive
  633. install-data: install-data-recursive
  634. uninstall: uninstall-recursive
  635. install-am: all-am
  636. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  637. installcheck: installcheck-recursive
  638. install-strip:
  639. if test -z '$(STRIP)'; then \
  640. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  641. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  642. install; \
  643. else \
  644. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  645. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  646. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  647. fi
  648. mostlyclean-generic:
  649. clean-generic:
  650. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  651. distclean-generic:
  652. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  653. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  654. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  655. maintainer-clean-generic:
  656. @echo "This command is intended for maintainers to use"
  657. @echo "it deletes files that may require special tools to rebuild."
  658. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  659. clean: clean-recursive
  660. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  661. distclean: distclean-recursive
  662. -rm -f Makefile
  663. distclean-am: clean-am distclean-generic distclean-tags
  664. dvi: dvi-recursive
  665. dvi-am:
  666. html: html-recursive
  667. html-am:
  668. info: info-recursive
  669. info-am:
  670. install-data-am: install-data-local install-docDATA
  671. install-dvi: install-dvi-recursive
  672. install-dvi-am:
  673. install-exec-am:
  674. install-html: install-html-recursive
  675. install-html-am:
  676. install-info: install-info-recursive
  677. install-info-am:
  678. install-man:
  679. install-pdf: install-pdf-recursive
  680. install-pdf-am:
  681. install-ps: install-ps-recursive
  682. install-ps-am:
  683. installcheck-am:
  684. maintainer-clean: maintainer-clean-recursive
  685. -rm -f Makefile
  686. maintainer-clean-am: distclean-am maintainer-clean-generic
  687. mostlyclean: mostlyclean-recursive
  688. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  689. pdf: pdf-recursive
  690. pdf-am:
  691. ps: ps-recursive
  692. ps-am:
  693. uninstall-am: uninstall-docDATA uninstall-local
  694. .MAKE: $(am__recursive_targets) install-am install-strip
  695. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  696. check-am clean clean-generic clean-libtool clean-local \
  697. cscopelist-am ctags ctags-am distclean distclean-generic \
  698. distclean-libtool distclean-tags distdir dvi dvi-am html \
  699. html-am info info-am install install-am install-data \
  700. install-data-am install-data-local install-docDATA install-dvi \
  701. install-dvi-am install-exec install-exec-am install-html \
  702. install-html-am install-info install-info-am install-man \
  703. install-pdf install-pdf-am install-ps install-ps-am \
  704. install-strip installcheck installcheck-am installdirs \
  705. installdirs-am maintainer-clean maintainer-clean-generic \
  706. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  707. ps ps-am tags tags-am uninstall uninstall-am uninstall-docDATA \
  708. uninstall-local
  709. .PRECIOUS: Makefile
  710. # explicit rules for generating docs
  711. @BUILD_DOCS_TRUE@Vorbis_I_spec.html Vorbis_I_spec.css: $(SPEC_TEX) $(SPEC_PNG)
  712. @BUILD_DOCS_TRUE@ htlatex $<
  713. @BUILD_DOCS_TRUE@Vorbis_I_spec.pdf: $(SPEC_TEX) $(SPEC_PNG)
  714. @BUILD_DOCS_TRUE@ pdflatex $<
  715. @BUILD_DOCS_TRUE@ pdflatex $<
  716. @BUILD_DOCS_TRUE@ pdflatex $<
  717. @BUILD_DOCS_FALSE@Vorbis_I_spec.html: NO_DOCS_ERROR
  718. @BUILD_DOCS_FALSE@Vorbis_I_spec.pdf: NO_DOCS_ERROR
  719. @BUILD_DOCS_FALSE@NO_DOCS_ERROR:
  720. @BUILD_DOCS_FALSE@ @echo
  721. @BUILD_DOCS_FALSE@ @echo "*** Documentation has not been built! ***"
  722. @BUILD_DOCS_FALSE@ @echo "Try re-running after passing --enable-docs to configure."
  723. @BUILD_DOCS_FALSE@ @echo
  724. @HAVE_DOXYGEN_TRUE@doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h
  725. @HAVE_DOXYGEN_TRUE@ doxygen
  726. @HAVE_DOXYGEN_TRUE@ touch doxygen-build.stamp
  727. @HAVE_DOXYGEN_FALSE@doxygen-build.stamp:
  728. @HAVE_DOXYGEN_FALSE@ echo "*** Warning: Doxygen not found; documentation will not be built."
  729. @HAVE_DOXYGEN_FALSE@ touch doxygen-build.stamp
  730. install-data-local: doxygen-build.stamp
  731. $(mkinstalldirs) $(DESTDIR)$(docdir)
  732. if test -d vorbis; then \
  733. for dir in vorbis/*; do \
  734. if test -d $$dir; then \
  735. b=`basename $$dir`; \
  736. $(mkinstalldirs) $(DESTDIR)$(docdir)/$$b; \
  737. for f in $$dir/*; do \
  738. $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$b; \
  739. done \
  740. fi \
  741. done \
  742. fi
  743. uninstall-local:
  744. rm -rf $(DESTDIR)$(docdir)
  745. clean-local:
  746. if test -d vorbis; then rm -rf vorbis; fi
  747. if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
  748. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  749. # Otherwise a system limit (for SysV at least) may be exceeded.
  750. .NOEXPORT: