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