1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
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.
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
18 top_srcdir = @top_srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
37 build_triplet = @build@
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
50 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51 html-recursive info-recursive install-data-recursive \
52 install-exec-recursive install-info-recursive \
53 install-recursive installcheck-recursive installdirs-recursive \
54 pdf-recursive ps-recursive uninstall-info-recursive \
56 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57 am__vpath_adj = case $$p in \
58 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62 am__installdirs = "$(DESTDIR)$(docdir)"
63 docDATA_INSTALL = $(INSTALL_DATA)
67 DIST_SUBDIRS = $(SUBDIRS)
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 AMDEP_FALSE = @AMDEP_FALSE@
71 AMDEP_TRUE = @AMDEP_TRUE@
75 AUTOHEADER = @AUTOHEADER@
79 CCDEPMODE = @CCDEPMODE@
83 CYGPATH_W = @CYGPATH_W@
96 INSTALL_DATA = @INSTALL_DATA@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@
98 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105 LIBTOOL_DEPS = @LIBTOOL_DEPS@
107 LIB_CURRENT = @LIB_CURRENT@
108 LIB_REVISION = @LIB_REVISION@
111 LTLIBOBJS = @LTLIBOBJS@
113 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
114 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
115 MAKEINFO = @MAKEINFO@
124 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125 PACKAGE_NAME = @PACKAGE_NAME@
126 PACKAGE_STRING = @PACKAGE_STRING@
127 PACKAGE_TARNAME = @PACKAGE_TARNAME@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
133 SET_MAKE = @SET_MAKE@
142 ac_ct_CC = @ac_ct_CC@
143 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
144 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
150 am__untar = @am__untar@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
158 datarootdir = @datarootdir@
159 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
161 exec_prefix = @exec_prefix@
163 host_alias = @host_alias@
164 host_cpu = @host_cpu@
166 host_vendor = @host_vendor@
168 includedir = @includedir@
170 install_sh = @install_sh@
172 libexecdir = @libexecdir@
173 localedir = @localedir@
174 localstatedir = @localstatedir@
178 oldincludedir = @oldincludedir@
181 program_transform_name = @program_transform_name@
184 sharedstatedir = @sharedstatedir@
185 sysconfdir = @sysconfdir@
186 target_alias = @target_alias@
188 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
189 stream.png vorbisword2.png white-ogg.png white-xifish.png \
190 rfc3533.txt rfc5334.txt skeleton.html
192 EXTRA_DIST = $(doc_DATA)
196 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
198 case '$(am__configure_deps)' in \
200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
206 cd $(top_srcdir) && \
207 $(AUTOMAKE) --gnu doc/Makefile
209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
218 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235 install-docDATA: $(doc_DATA)
237 test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
238 @list='$(doc_DATA)'; for p in $$list; do \
239 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
241 echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
242 $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
247 @list='$(doc_DATA)'; for p in $$list; do \
249 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
250 rm -f "$(DESTDIR)$(docdir)/$$f"; \
253 # This directory's subdirectories are mostly independent; you can cd
254 # into them and run `make' without going through this Makefile.
255 # To change the values of `make' variables: instead of editing Makefiles,
256 # (1) if the variable is set in `config.status', edit `config.status'
257 # (which will cause the Makefiles to be regenerated when you run `make');
258 # (2) otherwise, pass the desired values on the `make' command line.
259 $(RECURSIVE_TARGETS):
261 for f in x $$MAKEFLAGS; do \
264 *k*) failcom='fail=yes';; \
268 target=`echo $@ | sed s/-recursive//`; \
269 list='$(SUBDIRS)'; for subdir in $$list; do \
270 echo "Making $$target in $$subdir"; \
271 if test "$$subdir" = "."; then \
273 local_target="$$target-am"; \
275 local_target="$$target"; \
277 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280 if test "$$dot_seen" = "no"; then \
281 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284 mostlyclean-recursive clean-recursive distclean-recursive \
285 maintainer-clean-recursive:
287 for f in x $$MAKEFLAGS; do \
290 *k*) failcom='fail=yes';; \
295 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
296 *) list='$(SUBDIRS)' ;; \
298 rev=''; for subdir in $$list; do \
299 if test "$$subdir" = "."; then :; else \
300 rev="$$subdir $$rev"; \
304 target=`echo $@ | sed s/-recursive//`; \
305 for subdir in $$rev; do \
306 echo "Making $$target in $$subdir"; \
307 if test "$$subdir" = "."; then \
308 local_target="$$target-am"; \
310 local_target="$$target"; \
312 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314 done && test -z "$$fail"
316 list='$(SUBDIRS)'; for subdir in $$list; do \
317 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
320 list='$(SUBDIRS)'; for subdir in $$list; do \
321 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
324 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326 unique=`for i in $$list; do \
327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329 $(AWK) ' { files[$$0] = 1; } \
330 END { for (i in files) print i; }'`; \
334 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
335 $(TAGS_FILES) $(LISP)
338 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
339 include_option=--etags-include; \
342 include_option=--include; \
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 if test "$$subdir" = .; then :; else \
347 test ! -f $$subdir/TAGS || \
348 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352 unique=`for i in $$list; do \
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 $(AWK) ' { files[$$0] = 1; } \
356 END { for (i in files) print i; }'`; \
357 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
358 test -n "$$unique" || unique=$$empty_fix; \
359 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
364 $(TAGS_FILES) $(LISP)
367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 $(AWK) ' { files[$$0] = 1; } \
372 END { for (i in files) print i; }'`; \
373 test -z "$(CTAGS_ARGS)$$tags$$unique" \
374 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378 here=`$(am__cd) $(top_builddir) && pwd` \
379 && cd $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) $$here
383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385 distdir: $(DISTFILES)
386 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
388 list='$(DISTFILES)'; for file in $$list; do \
390 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
391 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
393 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
395 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
397 $(mkdir_p) "$(distdir)$$dir"; \
401 if test -d $$d/$$file; then \
402 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
405 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
407 test -f $(distdir)/$$file \
408 || cp -p $$d/$$file $(distdir)/$$file \
412 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
413 if test "$$subdir" = .; then :; else \
414 test -d "$(distdir)/$$subdir" \
415 || $(mkdir_p) "$(distdir)/$$subdir" \
417 distdir=`$(am__cd) $(distdir) && pwd`; \
418 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
420 $(MAKE) $(AM_MAKEFLAGS) \
421 top_distdir="$$top_distdir" \
422 distdir="$$distdir/$$subdir" \
428 check: check-recursive
429 all-am: Makefile $(DATA)
430 installdirs: installdirs-recursive
432 for dir in "$(DESTDIR)$(docdir)"; do \
433 test -z "$$dir" || $(mkdir_p) "$$dir"; \
435 install: install-recursive
436 install-exec: install-exec-recursive
437 install-data: install-data-recursive
438 uninstall: uninstall-recursive
441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443 installcheck: installcheck-recursive
445 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447 `test -z '$(STRIP)' || \
448 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
456 maintainer-clean-generic:
457 @echo "This command is intended for maintainers to use"
458 @echo "it deletes files that may require special tools to rebuild."
459 clean: clean-recursive
461 clean-am: clean-generic clean-libtool mostlyclean-am
463 distclean: distclean-recursive
465 distclean-am: clean-am distclean-generic distclean-libtool \
478 install-data-am: install-docDATA
482 install-info: install-info-recursive
488 maintainer-clean: maintainer-clean-recursive
490 maintainer-clean-am: distclean-am maintainer-clean-generic
492 mostlyclean: mostlyclean-recursive
494 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
504 uninstall-am: uninstall-docDATA uninstall-info-am
506 uninstall-info: uninstall-info-recursive
508 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
509 clean clean-generic clean-libtool clean-recursive ctags \
510 ctags-recursive distclean distclean-generic distclean-libtool \
511 distclean-recursive distclean-tags distdir dvi dvi-am html \
512 html-am info info-am install install-am install-data \
513 install-data-am install-docDATA install-exec install-exec-am \
514 install-info install-info-am install-man install-strip \
515 installcheck installcheck-am installdirs installdirs-am \
516 maintainer-clean maintainer-clean-generic \
517 maintainer-clean-recursive mostlyclean mostlyclean-generic \
518 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
519 tags tags-recursive uninstall uninstall-am uninstall-docDATA \
522 # Tell versions [3.59,3.63) of GNU make to not export all variables.
523 # Otherwise a system limit (for SysV at least) may be exceeded.