1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = doc
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__aclocal_m4_deps = $(top_srcdir)/build/autotools/gcov.m4 \
84	$(top_srcdir)/build/autotools/gtk-doc.m4 \
85	$(top_srcdir)/build/autotools/introspection.m4 \
86	$(top_srcdir)/build/autotools/libtool.m4 \
87	$(top_srcdir)/build/autotools/ltoptions.m4 \
88	$(top_srcdir)/build/autotools/ltsugar.m4 \
89	$(top_srcdir)/build/autotools/ltversion.m4 \
90	$(top_srcdir)/build/autotools/lt~obsolete.m4 \
91	$(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94mkinstalldirs = $(install_sh) -d
95CONFIG_HEADER = $(top_builddir)/config.h
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_P = $(am__v_P_@AM_V@)
99am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100am__v_P_0 = false
101am__v_P_1 = :
102AM_V_GEN = $(am__v_GEN_@AM_V@)
103am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104am__v_GEN_0 = @echo "  GEN     " $@;
105am__v_GEN_1 =
106AM_V_at = $(am__v_at_@AM_V@)
107am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108am__v_at_0 = @
109am__v_at_1 =
110SOURCES =
111DIST_SOURCES =
112RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
113	ctags-recursive dvi-recursive html-recursive info-recursive \
114	install-data-recursive install-dvi-recursive \
115	install-exec-recursive install-html-recursive \
116	install-info-recursive install-pdf-recursive \
117	install-ps-recursive install-recursive installcheck-recursive \
118	installdirs-recursive pdf-recursive ps-recursive \
119	tags-recursive uninstall-recursive
120am__can_run_installinfo = \
121  case $$AM_UPDATE_INFO_DIR in \
122    n|no|NO) false;; \
123    *) (install-info --version) >/dev/null 2>&1;; \
124  esac
125RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
126  distclean-recursive maintainer-clean-recursive
127am__recursive_targets = \
128  $(RECURSIVE_TARGETS) \
129  $(RECURSIVE_CLEAN_TARGETS) \
130  $(am__extra_recursive_targets)
131AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
132	distdir
133am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
134# Read a list of newline-separated strings from the standard input,
135# and print each of them once, without duplicates.  Input order is
136# *not* preserved.
137am__uniquify_input = $(AWK) '\
138  BEGIN { nonempty = 0; } \
139  { items[$$0] = 1; nonempty = 1; } \
140  END { if (nonempty) { for (i in items) print i; }; } \
141'
142# Make sure the list of sources is unique.  This is necessary because,
143# e.g., the same source file might be shared among _SOURCES variables
144# for different programs/libraries.
145am__define_uniq_tagged_files = \
146  list='$(am__tagged_files)'; \
147  unique=`for i in $$list; do \
148    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149  done | $(am__uniquify_input)`
150ETAGS = etags
151CTAGS = ctags
152DIST_SUBDIRS = $(SUBDIRS)
153DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
154am__relativize = \
155  dir0=`pwd`; \
156  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
157  sed_rest='s,^[^/]*/*,,'; \
158  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
159  sed_butlast='s,/*[^/]*$$,,'; \
160  while test -n "$$dir1"; do \
161    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
162    if test "$$first" != "."; then \
163      if test "$$first" = ".."; then \
164        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
165        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
166      else \
167        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
168        if test "$$first2" = "$$first"; then \
169          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
170        else \
171          dir2="../$$dir2"; \
172        fi; \
173        dir0="$$dir0"/"$$first"; \
174      fi; \
175    fi; \
176    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
177  done; \
178  reldir="$$dir2"
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183AUTOCONF = @AUTOCONF@
184AUTOHEADER = @AUTOHEADER@
185AUTOMAKE = @AUTOMAKE@
186AWK = @AWK@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
191COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
192CPP = @CPP@
193CPPFLAGS = @CPPFLAGS@
194CYGPATH_W = @CYGPATH_W@
195DEE_CFLAGS = @DEE_CFLAGS@
196DEE_LIBS = @DEE_LIBS@
197DEE_LT_LDFLAGS = @DEE_LT_LDFLAGS@
198DEE_LT_VERSION = @DEE_LT_VERSION@
199DEE_MAJOR_VERSION = @DEE_MAJOR_VERSION@
200DEE_MICRO_VERSION = @DEE_MICRO_VERSION@
201DEE_MINOR_VERSION = @DEE_MINOR_VERSION@
202DEE_VERSION = @DEE_VERSION@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214GCC_FLAGS = @GCC_FLAGS@
215GCOVR = @GCOVR@
216GENHTML = @GENHTML@
217GIR_VERSION = @GIR_VERSION@
218GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
219GLIB_MKENUMS = @GLIB_MKENUMS@
220GREP = @GREP@
221GTKDOC_CHECK = @GTKDOC_CHECK@
222GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
223GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
224GTKDOC_MKPDF = @GTKDOC_MKPDF@
225GTKDOC_REBASE = @GTKDOC_REBASE@
226GTX_CFLAGS = @GTX_CFLAGS@
227GTX_LIBS = @GTX_LIBS@
228HTML_DIR = @HTML_DIR@
229ICU_CFLAGS = @ICU_CFLAGS@
230ICU_LIBS = @ICU_LIBS@
231INSTALL = @INSTALL@
232INSTALL_DATA = @INSTALL_DATA@
233INSTALL_PROGRAM = @INSTALL_PROGRAM@
234INSTALL_SCRIPT = @INSTALL_SCRIPT@
235INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
237INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
238INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
239INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
240INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
241INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
242INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
243INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
244LCOV = @LCOV@
245LD = @LD@
246LDFLAGS = @LDFLAGS@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBTOOL = @LIBTOOL@
250LIPO = @LIPO@
251LN_S = @LN_S@
252LTLIBOBJS = @LTLIBOBJS@
253MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
254MAKEINFO = @MAKEINFO@
255MANIFEST_TOOL = @MANIFEST_TOOL@
256MKDIR_P = @MKDIR_P@
257NM = @NM@
258NMEDIT = @NMEDIT@
259OBJDUMP = @OBJDUMP@
260OBJEXT = @OBJEXT@
261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274PYGI_OVERRIDES_DIR = @PYGI_OVERRIDES_DIR@
275PYTHON = @PYTHON@
276PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
277PYTHON_PLATFORM = @PYTHON_PLATFORM@
278PYTHON_PREFIX = @PYTHON_PREFIX@
279PYTHON_VERSION = @PYTHON_VERSION@
280RANLIB = @RANLIB@
281SED = @SED@
282SET_MAKE = @SET_MAKE@
283SHELL = @SHELL@
284SHTOOL = @SHTOOL@
285STRIP = @STRIP@
286VALA_API_GEN = @VALA_API_GEN@
287VERSION = @VERSION@
288abs_builddir = @abs_builddir@
289abs_srcdir = @abs_srcdir@
290abs_top_builddir = @abs_top_builddir@
291abs_top_srcdir = @abs_top_srcdir@
292ac_ct_AR = @ac_ct_AR@
293ac_ct_CC = @ac_ct_CC@
294ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329pkgpyexecdir = @pkgpyexecdir@
330pkgpythondir = @pkgpythondir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334pyexecdir = @pyexecdir@
335pythondir = @pythondir@
336sbindir = @sbindir@
337sharedstatedir = @sharedstatedir@
338srcdir = @srcdir@
339sysconfdir = @sysconfdir@
340target_alias = @target_alias@
341top_build_prefix = @top_build_prefix@
342top_builddir = @top_builddir@
343top_srcdir = @top_srcdir@
344SUBDIRS = reference
345all: all-recursive
346
347.SUFFIXES:
348$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
349	@for dep in $?; do \
350	  case '$(am__configure_deps)' in \
351	    *$$dep*) \
352	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353	        && { if test -f $@; then exit 0; else break; fi; }; \
354	      exit 1;; \
355	  esac; \
356	done; \
357	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
358	$(am__cd) $(top_srcdir) && \
359	  $(AUTOMAKE) --gnu doc/Makefile
360.PRECIOUS: Makefile
361Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362	@case '$?' in \
363	  *config.status*) \
364	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365	  *) \
366	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
367	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
368	esac;
369
370$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
373$(top_srcdir)/configure:  $(am__configure_deps)
374	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(am__aclocal_m4_deps):
378
379mostlyclean-libtool:
380	-rm -f *.lo
381
382clean-libtool:
383	-rm -rf .libs _libs
384
385# This directory's subdirectories are mostly independent; you can cd
386# into them and run 'make' without going through this Makefile.
387# To change the values of 'make' variables: instead of editing Makefiles,
388# (1) if the variable is set in 'config.status', edit 'config.status'
389#     (which will cause the Makefiles to be regenerated when you run 'make');
390# (2) otherwise, pass the desired values on the 'make' command line.
391$(am__recursive_targets):
392	@fail=; \
393	if $(am__make_keepgoing); then \
394	  failcom='fail=yes'; \
395	else \
396	  failcom='exit 1'; \
397	fi; \
398	dot_seen=no; \
399	target=`echo $@ | sed s/-recursive//`; \
400	case "$@" in \
401	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
402	  *) list='$(SUBDIRS)' ;; \
403	esac; \
404	for subdir in $$list; do \
405	  echo "Making $$target in $$subdir"; \
406	  if test "$$subdir" = "."; then \
407	    dot_seen=yes; \
408	    local_target="$$target-am"; \
409	  else \
410	    local_target="$$target"; \
411	  fi; \
412	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413	  || eval $$failcom; \
414	done; \
415	if test "$$dot_seen" = "no"; then \
416	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
417	fi; test -z "$$fail"
418
419ID: $(am__tagged_files)
420	$(am__define_uniq_tagged_files); mkid -fID $$unique
421tags: tags-recursive
422TAGS: tags
423
424tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
425	set x; \
426	here=`pwd`; \
427	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428	  include_option=--etags-include; \
429	  empty_fix=.; \
430	else \
431	  include_option=--include; \
432	  empty_fix=; \
433	fi; \
434	list='$(SUBDIRS)'; for subdir in $$list; do \
435	  if test "$$subdir" = .; then :; else \
436	    test ! -f $$subdir/TAGS || \
437	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
438	  fi; \
439	done; \
440	$(am__define_uniq_tagged_files); \
441	shift; \
442	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443	  test -n "$$unique" || unique=$$empty_fix; \
444	  if test $$# -gt 0; then \
445	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446	      "$$@" $$unique; \
447	  else \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      $$unique; \
450	  fi; \
451	fi
452ctags: ctags-recursive
453
454CTAGS: ctags
455ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456	$(am__define_uniq_tagged_files); \
457	test -z "$(CTAGS_ARGS)$$unique" \
458	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459	     $$unique
460
461GTAGS:
462	here=`$(am__cd) $(top_builddir) && pwd` \
463	  && $(am__cd) $(top_srcdir) \
464	  && gtags -i $(GTAGS_ARGS) "$$here"
465cscopelist: cscopelist-recursive
466
467cscopelist-am: $(am__tagged_files)
468	list='$(am__tagged_files)'; \
469	case "$(srcdir)" in \
470	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471	  *) sdir=$(subdir)/$(srcdir) ;; \
472	esac; \
473	for i in $$list; do \
474	  if test -f "$$i"; then \
475	    echo "$(subdir)/$$i"; \
476	  else \
477	    echo "$$sdir/$$i"; \
478	  fi; \
479	done >> $(top_builddir)/cscope.files
480
481distclean-tags:
482	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484distdir: $(DISTFILES)
485	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	list='$(DISTFILES)'; \
488	  dist_files=`for file in $$list; do echo $$file; done | \
489	  sed -e "s|^$$srcdirstrip/||;t" \
490	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491	case $$dist_files in \
492	  */*) $(MKDIR_P) `echo "$$dist_files" | \
493			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494			   sort -u` ;; \
495	esac; \
496	for file in $$dist_files; do \
497	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498	  if test -d $$d/$$file; then \
499	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500	    if test -d "$(distdir)/$$file"; then \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506	    fi; \
507	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508	  else \
509	    test -f "$(distdir)/$$file" \
510	    || cp -p $$d/$$file "$(distdir)/$$file" \
511	    || exit 1; \
512	  fi; \
513	done
514	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515	  if test "$$subdir" = .; then :; else \
516	    $(am__make_dryrun) \
517	      || test -d "$(distdir)/$$subdir" \
518	      || $(MKDIR_P) "$(distdir)/$$subdir" \
519	      || exit 1; \
520	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521	    $(am__relativize); \
522	    new_distdir=$$reldir; \
523	    dir1=$$subdir; dir2="$(top_distdir)"; \
524	    $(am__relativize); \
525	    new_top_distdir=$$reldir; \
526	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
527	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
528	    ($(am__cd) $$subdir && \
529	      $(MAKE) $(AM_MAKEFLAGS) \
530	        top_distdir="$$new_top_distdir" \
531	        distdir="$$new_distdir" \
532		am__remove_distdir=: \
533		am__skip_length_check=: \
534		am__skip_mode_fix=: \
535	        distdir) \
536	      || exit 1; \
537	  fi; \
538	done
539check-am: all-am
540check: check-recursive
541all-am: Makefile
542installdirs: installdirs-recursive
543installdirs-am:
544install: install-recursive
545install-exec: install-exec-recursive
546install-data: install-data-recursive
547uninstall: uninstall-recursive
548
549install-am: all-am
550	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
552installcheck: installcheck-recursive
553install-strip:
554	if test -z '$(STRIP)'; then \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	      install; \
558	else \
559	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
562	fi
563mostlyclean-generic:
564
565clean-generic:
566
567distclean-generic:
568	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
570
571maintainer-clean-generic:
572	@echo "This command is intended for maintainers to use"
573	@echo "it deletes files that may require special tools to rebuild."
574clean: clean-recursive
575
576clean-am: clean-generic clean-libtool mostlyclean-am
577
578distclean: distclean-recursive
579	-rm -f Makefile
580distclean-am: clean-am distclean-generic distclean-tags
581
582dvi: dvi-recursive
583
584dvi-am:
585
586html: html-recursive
587
588html-am:
589
590info: info-recursive
591
592info-am:
593
594install-data-am:
595
596install-dvi: install-dvi-recursive
597
598install-dvi-am:
599
600install-exec-am:
601
602install-html: install-html-recursive
603
604install-html-am:
605
606install-info: install-info-recursive
607
608install-info-am:
609
610install-man:
611
612install-pdf: install-pdf-recursive
613
614install-pdf-am:
615
616install-ps: install-ps-recursive
617
618install-ps-am:
619
620installcheck-am:
621
622maintainer-clean: maintainer-clean-recursive
623	-rm -f Makefile
624maintainer-clean-am: distclean-am maintainer-clean-generic
625
626mostlyclean: mostlyclean-recursive
627
628mostlyclean-am: mostlyclean-generic mostlyclean-libtool
629
630pdf: pdf-recursive
631
632pdf-am:
633
634ps: ps-recursive
635
636ps-am:
637
638uninstall-am:
639
640.MAKE: $(am__recursive_targets) install-am install-strip
641
642.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
643	check-am clean clean-generic clean-libtool cscopelist-am ctags \
644	ctags-am distclean distclean-generic distclean-libtool \
645	distclean-tags distdir dvi dvi-am html html-am info info-am \
646	install install-am install-data install-data-am install-dvi \
647	install-dvi-am install-exec install-exec-am install-html \
648	install-html-am install-info install-info-am install-man \
649	install-pdf install-pdf-am install-ps install-ps-am \
650	install-strip installcheck installcheck-am installdirs \
651	installdirs-am maintainer-clean maintainer-clean-generic \
652	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
653	ps ps-am tags tags-am uninstall uninstall-am
654
655
656# Tell versions [3.59,3.63) of GNU make to not export all variables.
657# Otherwise a system limit (for SysV at least) may be exceeded.
658.NOEXPORT:
659