VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/doc/Makefile.in@ 107044

Last change on this file since 107044 was 96468, checked in by vboxsync, 2 years ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 24.8 KB
Line 
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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = doc
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__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
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES = Doxyfile
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_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
127am__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
132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133am__vpath_adj = case $$p in \
134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135 *) f=$$p;; \
136 esac;
137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138am__install_max = 40
139am__nobase_strip_setup = \
140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141am__nobase_strip = \
142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143am__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] }'
150am__base_list = \
151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153am__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 }
159am__installdirs = "$(DESTDIR)$(docdir)"
160DATA = $(doc_DATA)
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162 distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164 $(RECURSIVE_TARGETS) \
165 $(RECURSIVE_CLEAN_TARGETS) \
166 $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168 distdir distdir-am
169am__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.
173am__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.
181am__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)`
186ETAGS = etags
187CTAGS = ctags
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__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"
216ACLOCAL = @ACLOCAL@
217ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
218ALLOCA = @ALLOCA@
219AMTAR = @AMTAR@
220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221AR = @AR@
222AS = @AS@
223AUTOCONF = @AUTOCONF@
224AUTOHEADER = @AUTOHEADER@
225AUTOMAKE = @AUTOMAKE@
226AWK = @AWK@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CPP = @CPP@
231CPPFLAGS = @CPPFLAGS@
232CYGPATH_W = @CYGPATH_W@
233DEBUG = @DEBUG@
234DEFS = @DEFS@
235DEPDIR = @DEPDIR@
236DLLTOOL = @DLLTOOL@
237DSYMUTIL = @DSYMUTIL@
238DUMPBIN = @DUMPBIN@
239ECHO_C = @ECHO_C@
240ECHO_N = @ECHO_N@
241ECHO_T = @ECHO_T@
242EGREP = @EGREP@
243EXEEXT = @EXEEXT@
244FGREP = @FGREP@
245GREP = @GREP@
246HAVE_DOXYGEN = @HAVE_DOXYGEN@
247HTLATEX = @HTLATEX@
248INSTALL = @INSTALL@
249INSTALL_DATA = @INSTALL_DATA@
250INSTALL_PROGRAM = @INSTALL_PROGRAM@
251INSTALL_SCRIPT = @INSTALL_SCRIPT@
252INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
253LD = @LD@
254LDFLAGS = @LDFLAGS@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTOOL = @LIBTOOL@
258LIBTOOL_DEPS = @LIBTOOL_DEPS@
259LIPO = @LIPO@
260LN_S = @LN_S@
261LTLIBOBJS = @LTLIBOBJS@
262LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
263MAINT = @MAINT@
264MAKEINFO = @MAKEINFO@
265MANIFEST_TOOL = @MANIFEST_TOOL@
266MKDIR_P = @MKDIR_P@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OGG_CFLAGS = @OGG_CFLAGS@
272OGG_LIBS = @OGG_LIBS@
273OTOOL = @OTOOL@
274OTOOL64 = @OTOOL64@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATH_SEPARATOR = @PATH_SEPARATOR@
283PDFLATEX = @PDFLATEX@
284PKG_CONFIG = @PKG_CONFIG@
285PROFILE = @PROFILE@
286RANLIB = @RANLIB@
287SED = @SED@
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STRIP = @STRIP@
291VERSION = @VERSION@
292VE_LIB_AGE = @VE_LIB_AGE@
293VE_LIB_CURRENT = @VE_LIB_CURRENT@
294VE_LIB_REVISION = @VE_LIB_REVISION@
295VF_LIB_AGE = @VF_LIB_AGE@
296VF_LIB_CURRENT = @VF_LIB_CURRENT@
297VF_LIB_REVISION = @VF_LIB_REVISION@
298VORBIS_LIBS = @VORBIS_LIBS@
299V_LIB_AGE = @V_LIB_AGE@
300V_LIB_CURRENT = @V_LIB_CURRENT@
301V_LIB_REVISION = @V_LIB_REVISION@
302abs_builddir = @abs_builddir@
303abs_srcdir = @abs_srcdir@
304abs_top_builddir = @abs_top_builddir@
305abs_top_srcdir = @abs_top_srcdir@
306ac_ct_AR = @ac_ct_AR@
307ac_ct_CC = @ac_ct_CC@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
324dvidir = @dvidir@
325exec_prefix = @exec_prefix@
326host = @host@
327host_alias = @host_alias@
328host_cpu = @host_cpu@
329host_os = @host_os@
330host_vendor = @host_vendor@
331htmldir = @htmldir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337localedir = @localedir@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346pthread_lib = @pthread_lib@
347runstatedir = @runstatedir@
348sbindir = @sbindir@
349sharedstatedir = @sharedstatedir@
350srcdir = @srcdir@
351sysconfdir = @sysconfdir@
352target_alias = @target_alias@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
356SUBDIRS = libvorbis vorbisfile vorbisenc
357
358### all of the static docs, commited to SVN and included as is
359static_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
382SPEC_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
398SPEC_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
413built_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
430built_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
437EXTRA_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
442MAINTAINERCLEANFILES = $(built_docs)
443CLEANFILES = $(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
452all: 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
467Makefile: $(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):
484Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
485 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
486
487mostlyclean-libtool:
488 -rm -f *.lo
489
490clean-libtool:
491 -rm -rf .libs _libs
492install-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
508uninstall-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
548ID: $(am__tagged_files)
549 $(am__define_uniq_tagged_files); mkid -fID $$unique
550tags: tags-recursive
551TAGS: tags
552
553tags-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
581ctags: ctags-recursive
582
583CTAGS: ctags
584ctags-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
590GTAGS:
591 here=`$(am__cd) $(top_builddir) && pwd` \
592 && $(am__cd) $(top_srcdir) \
593 && gtags -i $(GTAGS_ARGS) "$$here"
594cscopelist: cscopelist-recursive
595
596cscopelist-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
610distclean-tags:
611 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612
613distdir: $(BUILT_SOURCES)
614 $(MAKE) $(AM_MAKEFLAGS) distdir-am
615
616distdir-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
671check-am: all-am
672check: check-recursive
673all-am: Makefile $(DATA)
674installdirs: installdirs-recursive
675installdirs-am:
676 for dir in "$(DESTDIR)$(docdir)"; do \
677 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
678 done
679install: install-recursive
680install-exec: install-exec-recursive
681install-data: install-data-recursive
682uninstall: uninstall-recursive
683
684install-am: all-am
685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
686
687installcheck: installcheck-recursive
688install-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
698mostlyclean-generic:
699
700clean-generic:
701 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
702
703distclean-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
707maintainer-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)
711clean: clean-recursive
712
713clean-am: clean-generic clean-libtool clean-local mostlyclean-am
714
715distclean: distclean-recursive
716 -rm -f Makefile
717distclean-am: clean-am distclean-generic distclean-tags
718
719dvi: dvi-recursive
720
721dvi-am:
722
723html: html-recursive
724
725html-am:
726
727info: info-recursive
728
729info-am:
730
731install-data-am: install-data-local install-docDATA
732
733install-dvi: install-dvi-recursive
734
735install-dvi-am:
736
737install-exec-am:
738
739install-html: install-html-recursive
740
741install-html-am:
742
743install-info: install-info-recursive
744
745install-info-am:
746
747install-man:
748
749install-pdf: install-pdf-recursive
750
751install-pdf-am:
752
753install-ps: install-ps-recursive
754
755install-ps-am:
756
757installcheck-am:
758
759maintainer-clean: maintainer-clean-recursive
760 -rm -f Makefile
761maintainer-clean-am: distclean-am maintainer-clean-generic
762
763mostlyclean: mostlyclean-recursive
764
765mostlyclean-am: mostlyclean-generic mostlyclean-libtool
766
767pdf: pdf-recursive
768
769pdf-am:
770
771ps: ps-recursive
772
773ps-am:
774
775uninstall-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
820install-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
834uninstall-local:
835 rm -rf $(DESTDIR)$(docdir)
836
837clean-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:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette