xref: /aosp_15_r20/external/libogg/doc/Makefile.in (revision 4d5d8b54cec1a9622d79143ad0e145ea73da2224)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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/libtool.m4 \
94	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(dist_html_DATA) \
100	$(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
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)$(htmldir)"
160DATA = $(dist_html_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)`
186DIST_SUBDIRS = $(SUBDIRS)
187am__DIST_COMMON = $(srcdir)/Makefile.in
188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189am__relativize = \
190  dir0=`pwd`; \
191  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
192  sed_rest='s,^[^/]*/*,,'; \
193  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
194  sed_butlast='s,/*[^/]*$$,,'; \
195  while test -n "$$dir1"; do \
196    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
197    if test "$$first" != "."; then \
198      if test "$$first" = ".."; then \
199        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
200        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
201      else \
202        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
203        if test "$$first2" = "$$first"; then \
204          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
205        else \
206          dir2="../$$dir2"; \
207        fi; \
208        dir0="$$dir0"/"$$first"; \
209      fi; \
210    fi; \
211    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
212  done; \
213  reldir="$$dir2"
214ACLOCAL = @ACLOCAL@
215AMTAR = @AMTAR@
216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217AR = @AR@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AWK = @AWK@
222CC = @CC@
223CCDEPMODE = @CCDEPMODE@
224CFLAGS = @CFLAGS@
225CPPFLAGS = @CPPFLAGS@
226CSCOPE = @CSCOPE@
227CTAGS = @CTAGS@
228CYGPATH_W = @CYGPATH_W@
229DEBUG = @DEBUG@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
232DLLTOOL = @DLLTOOL@
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239ETAGS = @ETAGS@
240EXEEXT = @EXEEXT@
241FGREP = @FGREP@
242FILECMD = @FILECMD@
243GREP = @GREP@
244INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
245INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
246INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
247INSTALL = @INSTALL@
248INSTALL_DATA = @INSTALL_DATA@
249INSTALL_PROGRAM = @INSTALL_PROGRAM@
250INSTALL_SCRIPT = @INSTALL_SCRIPT@
251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252LD = @LD@
253LDFLAGS = @LDFLAGS@
254LIBOBJS = @LIBOBJS@
255LIBS = @LIBS@
256LIBTOOL = @LIBTOOL@
257LIBTOOL_DEPS = @LIBTOOL_DEPS@
258LIB_AGE = @LIB_AGE@
259LIB_CURRENT = @LIB_CURRENT@
260LIB_REVISION = @LIB_REVISION@
261LIPO = @LIPO@
262LN_S = @LN_S@
263LTLIBOBJS = @LTLIBOBJS@
264LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269NM = @NM@
270NMEDIT = @NMEDIT@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OPT = @OPT@
274OTOOL = @OTOOL@
275OTOOL64 = @OTOOL64@
276PACKAGE = @PACKAGE@
277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278PACKAGE_NAME = @PACKAGE_NAME@
279PACKAGE_STRING = @PACKAGE_STRING@
280PACKAGE_TARNAME = @PACKAGE_TARNAME@
281PACKAGE_URL = @PACKAGE_URL@
282PACKAGE_VERSION = @PACKAGE_VERSION@
283PATH_SEPARATOR = @PATH_SEPARATOR@
284PROFILE = @PROFILE@
285RANLIB = @RANLIB@
286SED = @SED@
287SET_MAKE = @SET_MAKE@
288SHELL = @SHELL@
289SIZE16 = @SIZE16@
290SIZE32 = @SIZE32@
291SIZE64 = @SIZE64@
292STRIP = @STRIP@
293USIZE16 = @USIZE16@
294USIZE32 = @USIZE32@
295USIZE64 = @USIZE64@
296VERSION = @VERSION@
297abs_builddir = @abs_builddir@
298abs_srcdir = @abs_srcdir@
299abs_top_builddir = @abs_top_builddir@
300abs_top_srcdir = @abs_top_srcdir@
301ac_ct_AR = @ac_ct_AR@
302ac_ct_CC = @ac_ct_CC@
303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__tar = @am__tar@
308am__untar = @am__untar@
309bindir = @bindir@
310build = @build@
311build_alias = @build_alias@
312build_cpu = @build_cpu@
313build_os = @build_os@
314build_vendor = @build_vendor@
315builddir = @builddir@
316datadir = @datadir@
317datarootdir = @datarootdir@
318docdir = @docdir@
319dvidir = @dvidir@
320exec_prefix = @exec_prefix@
321host = @host@
322host_alias = @host_alias@
323host_cpu = @host_cpu@
324host_os = @host_os@
325host_vendor = @host_vendor@
326htmldir = @htmldir@
327includedir = @includedir@
328infodir = @infodir@
329install_sh = @install_sh@
330libdir = @libdir@
331libexecdir = @libexecdir@
332localedir = @localedir@
333localstatedir = @localstatedir@
334mandir = @mandir@
335mkdir_p = @mkdir_p@
336oldincludedir = @oldincludedir@
337pdfdir = @pdfdir@
338prefix = @prefix@
339program_transform_name = @program_transform_name@
340psdir = @psdir@
341runstatedir = @runstatedir@
342sbindir = @sbindir@
343sharedstatedir = @sharedstatedir@
344srcdir = @srcdir@
345sysconfdir = @sysconfdir@
346target_alias = @target_alias@
347top_build_prefix = @top_build_prefix@
348top_builddir = @top_builddir@
349top_srcdir = @top_srcdir@
350SUBDIRS = libogg
351dist_html_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
352	fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \
353	vorbisword2.png white-ogg.png white-xifish.png \
354	rfc3533.txt rfc5334.txt skeleton.html
355
356all: all-recursive
357
358.SUFFIXES:
359$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --gnu doc/Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
378	esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388
389mostlyclean-libtool:
390	-rm -f *.lo
391
392clean-libtool:
393	-rm -rf .libs _libs
394install-dist_htmlDATA: $(dist_html_DATA)
395	@$(NORMAL_INSTALL)
396	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
397	if test -n "$$list"; then \
398	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
399	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
400	fi; \
401	for p in $$list; do \
402	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403	  echo "$$d$$p"; \
404	done | $(am__base_list) | \
405	while read files; do \
406	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
407	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
408	done
409
410uninstall-dist_htmlDATA:
411	@$(NORMAL_UNINSTALL)
412	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
413	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
414	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
415
416# This directory's subdirectories are mostly independent; you can cd
417# into them and run 'make' without going through this Makefile.
418# To change the values of 'make' variables: instead of editing Makefiles,
419# (1) if the variable is set in 'config.status', edit 'config.status'
420#     (which will cause the Makefiles to be regenerated when you run 'make');
421# (2) otherwise, pass the desired values on the 'make' command line.
422$(am__recursive_targets):
423	@fail=; \
424	if $(am__make_keepgoing); then \
425	  failcom='fail=yes'; \
426	else \
427	  failcom='exit 1'; \
428	fi; \
429	dot_seen=no; \
430	target=`echo $@ | sed s/-recursive//`; \
431	case "$@" in \
432	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433	  *) list='$(SUBDIRS)' ;; \
434	esac; \
435	for subdir in $$list; do \
436	  echo "Making $$target in $$subdir"; \
437	  if test "$$subdir" = "."; then \
438	    dot_seen=yes; \
439	    local_target="$$target-am"; \
440	  else \
441	    local_target="$$target"; \
442	  fi; \
443	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444	  || eval $$failcom; \
445	done; \
446	if test "$$dot_seen" = "no"; then \
447	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448	fi; test -z "$$fail"
449
450ID: $(am__tagged_files)
451	$(am__define_uniq_tagged_files); mkid -fID $$unique
452tags: tags-recursive
453TAGS: tags
454
455tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456	set x; \
457	here=`pwd`; \
458	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459	  include_option=--etags-include; \
460	  empty_fix=.; \
461	else \
462	  include_option=--include; \
463	  empty_fix=; \
464	fi; \
465	list='$(SUBDIRS)'; for subdir in $$list; do \
466	  if test "$$subdir" = .; then :; else \
467	    test ! -f $$subdir/TAGS || \
468	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469	  fi; \
470	done; \
471	$(am__define_uniq_tagged_files); \
472	shift; \
473	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474	  test -n "$$unique" || unique=$$empty_fix; \
475	  if test $$# -gt 0; then \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      "$$@" $$unique; \
478	  else \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      $$unique; \
481	  fi; \
482	fi
483ctags: ctags-recursive
484
485CTAGS: ctags
486ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487	$(am__define_uniq_tagged_files); \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496cscopelist: cscopelist-recursive
497
498cscopelist-am: $(am__tagged_files)
499	list='$(am__tagged_files)'; \
500	case "$(srcdir)" in \
501	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502	  *) sdir=$(subdir)/$(srcdir) ;; \
503	esac; \
504	for i in $$list; do \
505	  if test -f "$$i"; then \
506	    echo "$(subdir)/$$i"; \
507	  else \
508	    echo "$$sdir/$$i"; \
509	  fi; \
510	done >> $(top_builddir)/cscope.files
511
512distclean-tags:
513	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514distdir: $(BUILT_SOURCES)
515	$(MAKE) $(AM_MAKEFLAGS) distdir-am
516
517distdir-am: $(DISTFILES)
518	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	list='$(DISTFILES)'; \
521	  dist_files=`for file in $$list; do echo $$file; done | \
522	  sed -e "s|^$$srcdirstrip/||;t" \
523	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
524	case $$dist_files in \
525	  */*) $(MKDIR_P) `echo "$$dist_files" | \
526			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
527			   sort -u` ;; \
528	esac; \
529	for file in $$dist_files; do \
530	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
531	  if test -d $$d/$$file; then \
532	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533	    if test -d "$(distdir)/$$file"; then \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539	    fi; \
540	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
541	  else \
542	    test -f "$(distdir)/$$file" \
543	    || cp -p $$d/$$file "$(distdir)/$$file" \
544	    || exit 1; \
545	  fi; \
546	done
547	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
548	  if test "$$subdir" = .; then :; else \
549	    $(am__make_dryrun) \
550	      || test -d "$(distdir)/$$subdir" \
551	      || $(MKDIR_P) "$(distdir)/$$subdir" \
552	      || exit 1; \
553	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554	    $(am__relativize); \
555	    new_distdir=$$reldir; \
556	    dir1=$$subdir; dir2="$(top_distdir)"; \
557	    $(am__relativize); \
558	    new_top_distdir=$$reldir; \
559	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561	    ($(am__cd) $$subdir && \
562	      $(MAKE) $(AM_MAKEFLAGS) \
563	        top_distdir="$$new_top_distdir" \
564	        distdir="$$new_distdir" \
565		am__remove_distdir=: \
566		am__skip_length_check=: \
567		am__skip_mode_fix=: \
568	        distdir) \
569	      || exit 1; \
570	  fi; \
571	done
572check-am: all-am
573check: check-recursive
574all-am: Makefile $(DATA)
575installdirs: installdirs-recursive
576installdirs-am:
577	for dir in "$(DESTDIR)$(htmldir)"; do \
578	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579	done
580install: install-recursive
581install-exec: install-exec-recursive
582install-data: install-data-recursive
583uninstall: uninstall-recursive
584
585install-am: all-am
586	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588installcheck: installcheck-recursive
589install-strip:
590	if test -z '$(STRIP)'; then \
591	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593	      install; \
594	else \
595	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598	fi
599mostlyclean-generic:
600
601clean-generic:
602
603distclean-generic:
604	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607maintainer-clean-generic:
608	@echo "This command is intended for maintainers to use"
609	@echo "it deletes files that may require special tools to rebuild."
610clean: clean-recursive
611
612clean-am: clean-generic clean-libtool mostlyclean-am
613
614distclean: distclean-recursive
615	-rm -f Makefile
616distclean-am: clean-am distclean-generic distclean-tags
617
618dvi: dvi-recursive
619
620dvi-am:
621
622html: html-recursive
623
624html-am:
625
626info: info-recursive
627
628info-am:
629
630install-data-am: install-dist_htmlDATA
631
632install-dvi: install-dvi-recursive
633
634install-dvi-am:
635
636install-exec-am:
637
638install-html: install-html-recursive
639
640install-html-am:
641
642install-info: install-info-recursive
643
644install-info-am:
645
646install-man:
647
648install-pdf: install-pdf-recursive
649
650install-pdf-am:
651
652install-ps: install-ps-recursive
653
654install-ps-am:
655
656installcheck-am:
657
658maintainer-clean: maintainer-clean-recursive
659	-rm -f Makefile
660maintainer-clean-am: distclean-am maintainer-clean-generic
661
662mostlyclean: mostlyclean-recursive
663
664mostlyclean-am: mostlyclean-generic mostlyclean-libtool
665
666pdf: pdf-recursive
667
668pdf-am:
669
670ps: ps-recursive
671
672ps-am:
673
674uninstall-am: uninstall-dist_htmlDATA
675
676.MAKE: $(am__recursive_targets) install-am install-strip
677
678.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
679	check-am clean clean-generic clean-libtool cscopelist-am ctags \
680	ctags-am distclean distclean-generic distclean-libtool \
681	distclean-tags distdir dvi dvi-am html html-am info info-am \
682	install install-am install-data install-data-am \
683	install-dist_htmlDATA install-dvi install-dvi-am install-exec \
684	install-exec-am install-html install-html-am install-info \
685	install-info-am install-man install-pdf install-pdf-am \
686	install-ps install-ps-am install-strip installcheck \
687	installcheck-am installdirs installdirs-am maintainer-clean \
688	maintainer-clean-generic mostlyclean mostlyclean-generic \
689	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
690	uninstall-am uninstall-dist_htmlDATA
691
692.PRECIOUS: Makefile
693
694
695# Tell versions [3.59,3.63) of GNU make to not export all variables.
696# Otherwise a system limit (for SysV at least) may be exceeded.
697.NOEXPORT:
698