1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
86 OGG_CFLAGS = @OGG_CFLAGS@
89 PDFXMLTEX = @PDFXMLTEX@
95 VE_LIB_AGE = @VE_LIB_AGE@
96 VE_LIB_CURRENT = @VE_LIB_CURRENT@
97 VE_LIB_REVISION = @VE_LIB_REVISION@
98 VF_LIB_AGE = @VF_LIB_AGE@
99 VF_LIB_CURRENT = @VF_LIB_CURRENT@
100 VF_LIB_REVISION = @VF_LIB_REVISION@
101 V_LIB_AGE = @V_LIB_AGE@
102 V_LIB_CURRENT = @V_LIB_CURRENT@
103 V_LIB_REVISION = @V_LIB_REVISION@
104 XSLTPROC = @XSLTPROC@
105 pthread_lib = @pthread_lib@
107 AUTOMAKE_OPTIONS = foreign
109 SUBDIRS = vorbisfile vorbisenc
111 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
113 static_docs = components.png draft-kerr-avt-vorbis-rtp-02.txt eightphase.png evenlsp.png floor1-1.png floor1-2.png floor1-3.png floor1-4.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html hufftree-under.png hufftree.png index.html lspmap.png oddlsp.png oggstream.html programming.html residue-pack.png residue2.png squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-ogg.png white-xifish.png window1.png window2.png
116 built_docs = Vorbis_I_spec.html Vorbis_I_spec.pdf
117 @BUILD_DOCS_TRUE@doc_DATA = $(static_docs) $(built_docs)
118 @BUILD_DOCS_FALSE@doc_DATA = $(static_docs)
120 EXTRA_DIST = $(static_docs) $(built_docs)
122 doc_sources = xml/Vorbis_I_spec.xml xml/01-introduction.xml xml/02-bitpacking.xml xml/03-codebook.xml xml/04-codec.xml xml/05-comment.xml xml/06-floor0.xml xml/07-floor1.xml xml/08-residue.xml xml/09-helper.xml xml/10-tables.xml xml/a1-encapsulation_ogg.xml xml/a2-encapsulation_rtp.xml xml/footer.xml xml/spec-common.xsl xml/spec-fo.xsl xml/spec-html.xsl
125 nobase_EXTRA_DIST = $(doc_sources)
127 # these are expensive; only remove if we have to
128 MAINTAINERCLEANFILES = $(built_docs)
129 CLEANFILES = Vorbis_I_spec.fo spec.aux spec.log spec.out
130 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
134 DIST_COMMON = Makefile.am Makefile.in
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/Makefile
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
151 install-docDATA: $(doc_DATA)
153 $(mkinstalldirs) $(DESTDIR)$(docdir)
154 @list='$(doc_DATA)'; for p in $$list; do \
155 if test -f $(srcdir)/$$p; then \
156 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
157 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
158 else if test -f $$p; then \
159 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
160 $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
166 list='$(doc_DATA)'; for p in $$list; do \
167 rm -f $(DESTDIR)$(docdir)/$$p; \
170 # This directory's subdirectories are mostly independent; you can cd
171 # into them and run `make' without going through this Makefile.
172 # To change the values of `make' variables: instead of editing Makefiles,
173 # (1) if the variable is set in `config.status', edit `config.status'
174 # (which will cause the Makefiles to be regenerated when you run `make');
175 # (2) otherwise, pass the desired values on the `make' command line.
179 all-recursive install-data-recursive install-exec-recursive \
180 installdirs-recursive install-recursive uninstall-recursive \
181 check-recursive installcheck-recursive info-recursive dvi-recursive:
182 @set fnord $(MAKEFLAGS); amf=$$2; \
184 target=`echo $@ | sed s/-recursive//`; \
185 list='$(SUBDIRS)'; for subdir in $$list; do \
186 echo "Making $$target in $$subdir"; \
187 if test "$$subdir" = "."; then \
189 local_target="$$target-am"; \
191 local_target="$$target"; \
193 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
194 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196 if test "$$dot_seen" = "no"; then \
197 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
200 mostlyclean-recursive clean-recursive distclean-recursive \
201 maintainer-clean-recursive:
202 @set fnord $(MAKEFLAGS); amf=$$2; \
204 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
205 rev="$$subdir $$rev"; \
206 test "$$subdir" != "." || dot_seen=yes; \
208 test "$$dot_seen" = "no" && rev=". $$rev"; \
209 target=`echo $@ | sed s/-recursive//`; \
210 for subdir in $$rev; do \
211 echo "Making $$target in $$subdir"; \
212 if test "$$subdir" = "."; then \
213 local_target="$$target-am"; \
215 local_target="$$target"; \
217 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
219 done && test -z "$$fail"
221 list='$(SUBDIRS)'; for subdir in $$list; do \
222 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
227 ID: $(HEADERS) $(SOURCES) $(LISP)
228 list='$(SOURCES) $(HEADERS)'; \
229 unique=`for i in $$list; do echo $$i; done | \
230 awk ' { files[$$0] = 1; } \
231 END { for (i in files) print i; }'`; \
232 here=`pwd` && cd $(srcdir) \
233 && mkid -f$$here/ID $$unique $(LISP)
235 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
238 list='$(SUBDIRS)'; for subdir in $$list; do \
239 if test "$$subdir" = .; then :; else \
240 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
243 list='$(SOURCES) $(HEADERS)'; \
244 unique=`for i in $$list; do echo $$i; done | \
245 awk ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
248 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
257 maintainer-clean-tags:
259 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
263 distdir: $(DISTFILES)
264 @for file in $(DISTFILES); do \
266 if test -d $$d/$$file; then \
267 cp -pr $$d/$$file $(distdir)/$$file; \
269 test -f $(distdir)/$$file \
270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271 || cp -p $$d/$$file $(distdir)/$$file || :; \
274 for subdir in $(SUBDIRS); do \
275 if test "$$subdir" = .; then :; else \
276 test -d $(distdir)/$$subdir \
277 || mkdir $(distdir)/$$subdir \
279 chmod 777 $(distdir)/$$subdir; \
280 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
289 check: check-recursive
291 installcheck: installcheck-recursive
293 install-exec: install-exec-recursive
295 install-data-am: install-docDATA
296 install-data: install-data-recursive
299 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300 install: install-recursive
301 uninstall-am: uninstall-docDATA
302 uninstall: uninstall-recursive
303 all-am: Makefile $(DATA)
304 all-redirect: all-recursive
306 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
307 installdirs: installdirs-recursive
309 $(mkinstalldirs) $(DESTDIR)$(docdir)
315 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
318 -rm -f Makefile $(CONFIG_CLEAN_FILES)
319 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
321 maintainer-clean-generic:
322 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
323 mostlyclean-am: mostlyclean-tags mostlyclean-generic
325 mostlyclean: mostlyclean-recursive
327 clean-am: clean-tags clean-generic mostlyclean-am
329 clean: clean-recursive
331 distclean-am: distclean-tags distclean-generic clean-am
334 distclean: distclean-recursive
336 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
338 @echo "This command is intended for maintainers to use;"
339 @echo "it deletes files that may require special tools to rebuild."
341 maintainer-clean: maintainer-clean-recursive
343 .PHONY: uninstall-docDATA install-docDATA install-data-recursive \
344 uninstall-data-recursive install-exec-recursive \
345 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
346 all-recursive check-recursive installcheck-recursive info-recursive \
347 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
348 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
349 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
350 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
351 install-exec install-data-am install-data install-am install \
352 uninstall-am uninstall all-redirect all-am all installdirs-am \
353 installdirs mostlyclean-generic distclean-generic clean-generic \
354 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
357 # explicit rules for generating docs
359 xsltproc --xinclude --output $@ $(srcdir)/xml/spec-html.xsl $(srcdir)/xml/Vorbis_I_spec.xml
362 xsltproc --xinclude --output $@ $(srcdir)/xml/spec-fo.xsl $(srcdir)/xml/Vorbis_I_spec.xml
364 Vorbis_I_spec.pdf: Vorbis_I_spec.fo
365 cp $< spec.fo # work around a passivetex bug
366 pdfxmltex --interaction nonstopmode spec.fo
367 pdfxmltex --interaction nonstopmode spec.fo
371 # Tell versions [3.59,3.63) of GNU make to not export all variables.
372 # Otherwise a system limit (for SysV at least) may be exceeded.