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