1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97	$(am__configure_deps) $(am__DIST_COMMON)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/src/config.h
102CONFIG_CLEAN_FILES = xi.pc
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143  for p in $$list; do echo "$$p $$p"; done | \
144  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146    if (++n[$$2] == $(am__install_max)) \
147      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148    END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153  test -z "$$files" \
154    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156         $(am__cd) "$$dir" && rm -f $$files; }; \
157  }
158am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
159DATA = $(pkgconfig_DATA)
160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
161  distclean-recursive maintainer-clean-recursive
162am__recursive_targets = \
163  $(RECURSIVE_TARGETS) \
164  $(RECURSIVE_CLEAN_TARGETS) \
165  $(am__extra_recursive_targets)
166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167	cscope distdir distdir-am dist dist-all distcheck
168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
169# Read a list of newline-separated strings from the standard input,
170# and print each of them once, without duplicates.  Input order is
171# *not* preserved.
172am__uniquify_input = $(AWK) '\
173  BEGIN { nonempty = 0; } \
174  { items[$$0] = 1; nonempty = 1; } \
175  END { if (nonempty) { for (i in items) print i; }; } \
176'
177# Make sure the list of sources is unique.  This is necessary because,
178# e.g., the same source file might be shared among _SOURCES variables
179# for different programs/libraries.
180am__define_uniq_tagged_files = \
181  list='$(am__tagged_files)'; \
182  unique=`for i in $$list; do \
183    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184  done | $(am__uniquify_input)`
185ETAGS = etags
186CTAGS = ctags
187CSCOPE = cscope
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xi.pc.in COPYING \
190	ChangeLog INSTALL compile config.guess config.sub install-sh \
191	ltmain.sh missing
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193distdir = $(PACKAGE)-$(VERSION)
194top_distdir = $(distdir)
195am__remove_distdir = \
196  if test -d "$(distdir)"; then \
197    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
198      && rm -rf "$(distdir)" \
199      || { sleep 5 && rm -rf "$(distdir)"; }; \
200  else :; fi
201am__post_remove_distdir = $(am__remove_distdir)
202am__relativize = \
203  dir0=`pwd`; \
204  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
205  sed_rest='s,^[^/]*/*,,'; \
206  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
207  sed_butlast='s,/*[^/]*$$,,'; \
208  while test -n "$$dir1"; do \
209    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
210    if test "$$first" != "."; then \
211      if test "$$first" = ".."; then \
212        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
213        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
214      else \
215        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
216        if test "$$first2" = "$$first"; then \
217          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
218        else \
219          dir2="../$$dir2"; \
220        fi; \
221        dir0="$$dir0"/"$$first"; \
222      fi; \
223    fi; \
224    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
225  done; \
226  reldir="$$dir2"
227DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
228GZIP_ENV = --best
229DIST_TARGETS = dist-bzip2 dist-gzip
230distuninstallcheck_listfiles = find . -type f -print
231am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233distcleancheck_listfiles = find . -type f -print
234ACLOCAL = @ACLOCAL@
235ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
236ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
237AMTAR = @AMTAR@
238AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239APP_MAN_DIR = @APP_MAN_DIR@
240APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
241AR = @AR@
242ASCIIDOC = @ASCIIDOC@
243AUTOCONF = @AUTOCONF@
244AUTOHEADER = @AUTOHEADER@
245AUTOMAKE = @AUTOMAKE@
246AWK = @AWK@
247BASE_CFLAGS = @BASE_CFLAGS@
248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CHANGELOG_CMD = @CHANGELOG_CMD@
252CPP = @CPP@
253CPPFLAGS = @CPPFLAGS@
254CWARNFLAGS = @CWARNFLAGS@
255CYGPATH_W = @CYGPATH_W@
256DEFS = @DEFS@
257DEPDIR = @DEPDIR@
258DLLTOOL = @DLLTOOL@
259DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
260DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
261DSYMUTIL = @DSYMUTIL@
262DUMPBIN = @DUMPBIN@
263ECHO_C = @ECHO_C@
264ECHO_N = @ECHO_N@
265ECHO_T = @ECHO_T@
266EGREP = @EGREP@
267EXEEXT = @EXEEXT@
268FGREP = @FGREP@
269FILE_MAN_DIR = @FILE_MAN_DIR@
270FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
271FOP = @FOP@
272GREP = @GREP@
273INSTALL = @INSTALL@
274INSTALL_CMD = @INSTALL_CMD@
275INSTALL_DATA = @INSTALL_DATA@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
279LD = @LD@
280LDFLAGS = @LDFLAGS@
281LIBOBJS = @LIBOBJS@
282LIBS = @LIBS@
283LIBTOOL = @LIBTOOL@
284LIB_MAN_DIR = @LIB_MAN_DIR@
285LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
286LIPO = @LIPO@
287LN_S = @LN_S@
288LTLIBOBJS = @LTLIBOBJS@
289LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
290MAKEINFO = @MAKEINFO@
291MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
292MANIFEST_TOOL = @MANIFEST_TOOL@
293MAN_SUBSTS = @MAN_SUBSTS@
294MISC_MAN_DIR = @MISC_MAN_DIR@
295MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
296MKDIR_P = @MKDIR_P@
297NM = @NM@
298NMEDIT = @NMEDIT@
299OBJDUMP = @OBJDUMP@
300OBJEXT = @OBJEXT@
301OTOOL = @OTOOL@
302OTOOL64 = @OTOOL64@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311PKG_CONFIG = @PKG_CONFIG@
312PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
313PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
314RANLIB = @RANLIB@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318STRICT_CFLAGS = @STRICT_CFLAGS@
319STRIP = @STRIP@
320STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
321VERSION = @VERSION@
322XFIXES_CFLAGS = @XFIXES_CFLAGS@
323XFIXES_LIBS = @XFIXES_LIBS@
324XI_CFLAGS = @XI_CFLAGS@
325XI_LIBS = @XI_LIBS@
326XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
327XMLTO = @XMLTO@
328XORG_MAN_PAGE = @XORG_MAN_PAGE@
329XORG_SGML_PATH = @XORG_SGML_PATH@
330XSLTPROC = @XSLTPROC@
331XSL_STYLESHEET = @XSL_STYLESHEET@
332XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
333abs_builddir = @abs_builddir@
334abs_srcdir = @abs_srcdir@
335abs_top_builddir = @abs_top_builddir@
336abs_top_srcdir = @abs_top_srcdir@
337ac_ct_AR = @ac_ct_AR@
338ac_ct_CC = @ac_ct_CC@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356exec_prefix = @exec_prefix@
357host = @host@
358host_alias = @host_alias@
359host_cpu = @host_cpu@
360host_os = @host_os@
361host_vendor = @host_vendor@
362htmldir = @htmldir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368localedir = @localedir@
369localstatedir = @localstatedir@
370mandir = @mandir@
371mkdir_p = @mkdir_p@
372oldincludedir = @oldincludedir@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377runstatedir = @runstatedir@
378sbindir = @sbindir@
379sharedstatedir = @sharedstatedir@
380srcdir = @srcdir@
381sysconfdir = @sysconfdir@
382target_alias = @target_alias@
383top_build_prefix = @top_build_prefix@
384top_builddir = @top_builddir@
385top_srcdir = @top_srcdir@
386SUBDIRS = src man specs
387pkgconfigdir = $(prefix)/libdata/pkgconfig
388pkgconfig_DATA = xi.pc
389MAINTAINERCLEANFILES = ChangeLog INSTALL
390EXTRA_DIST = README.md
391all: all-recursive
392
393.SUFFIXES:
394am--refresh: Makefile
395	@:
396$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
397	@for dep in $?; do \
398	  case '$(am__configure_deps)' in \
399	    *$$dep*) \
400	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
401	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
402		&& exit 0; \
403	      exit 1;; \
404	  esac; \
405	done; \
406	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
407	$(am__cd) $(top_srcdir) && \
408	  $(AUTOMAKE) --foreign Makefile
409Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410	@case '$?' in \
411	  *config.status*) \
412	    echo ' $(SHELL) ./config.status'; \
413	    $(SHELL) ./config.status;; \
414	  *) \
415	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
416	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
417	esac;
418
419$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420	$(SHELL) ./config.status --recheck
421
422$(top_srcdir)/configure:  $(am__configure_deps)
423	$(am__cd) $(srcdir) && $(AUTOCONF)
424$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
425	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
426$(am__aclocal_m4_deps):
427xi.pc: $(top_builddir)/config.status $(srcdir)/xi.pc.in
428	cd $(top_builddir) && $(SHELL) ./config.status $@
429
430mostlyclean-libtool:
431	-rm -f *.lo
432
433clean-libtool:
434	-rm -rf .libs _libs
435
436distclean-libtool:
437	-rm -f libtool config.lt
438install-pkgconfigDATA: $(pkgconfig_DATA)
439	@$(NORMAL_INSTALL)
440	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
441	if test -n "$$list"; then \
442	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
443	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
444	fi; \
445	for p in $$list; do \
446	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
447	  echo "$$d$$p"; \
448	done | $(am__base_list) | \
449	while read files; do \
450	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
451	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
452	done
453
454uninstall-pkgconfigDATA:
455	@$(NORMAL_UNINSTALL)
456	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
457	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
458	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
459
460# This directory's subdirectories are mostly independent; you can cd
461# into them and run 'make' without going through this Makefile.
462# To change the values of 'make' variables: instead of editing Makefiles,
463# (1) if the variable is set in 'config.status', edit 'config.status'
464#     (which will cause the Makefiles to be regenerated when you run 'make');
465# (2) otherwise, pass the desired values on the 'make' command line.
466$(am__recursive_targets):
467	@fail=; \
468	if $(am__make_keepgoing); then \
469	  failcom='fail=yes'; \
470	else \
471	  failcom='exit 1'; \
472	fi; \
473	dot_seen=no; \
474	target=`echo $@ | sed s/-recursive//`; \
475	case "$@" in \
476	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477	  *) list='$(SUBDIRS)' ;; \
478	esac; \
479	for subdir in $$list; do \
480	  echo "Making $$target in $$subdir"; \
481	  if test "$$subdir" = "."; then \
482	    dot_seen=yes; \
483	    local_target="$$target-am"; \
484	  else \
485	    local_target="$$target"; \
486	  fi; \
487	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488	  || eval $$failcom; \
489	done; \
490	if test "$$dot_seen" = "no"; then \
491	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492	fi; test -z "$$fail"
493
494ID: $(am__tagged_files)
495	$(am__define_uniq_tagged_files); mkid -fID $$unique
496tags: tags-recursive
497TAGS: tags
498
499tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500	set x; \
501	here=`pwd`; \
502	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503	  include_option=--etags-include; \
504	  empty_fix=.; \
505	else \
506	  include_option=--include; \
507	  empty_fix=; \
508	fi; \
509	list='$(SUBDIRS)'; for subdir in $$list; do \
510	  if test "$$subdir" = .; then :; else \
511	    test ! -f $$subdir/TAGS || \
512	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513	  fi; \
514	done; \
515	$(am__define_uniq_tagged_files); \
516	shift; \
517	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518	  test -n "$$unique" || unique=$$empty_fix; \
519	  if test $$# -gt 0; then \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      "$$@" $$unique; \
522	  else \
523	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524	      $$unique; \
525	  fi; \
526	fi
527ctags: ctags-recursive
528
529CTAGS: ctags
530ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531	$(am__define_uniq_tagged_files); \
532	test -z "$(CTAGS_ARGS)$$unique" \
533	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534	     $$unique
535
536GTAGS:
537	here=`$(am__cd) $(top_builddir) && pwd` \
538	  && $(am__cd) $(top_srcdir) \
539	  && gtags -i $(GTAGS_ARGS) "$$here"
540cscope: cscope.files
541	test ! -s cscope.files \
542	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
543clean-cscope:
544	-rm -f cscope.files
545cscope.files: clean-cscope cscopelist
546cscopelist: cscopelist-recursive
547
548cscopelist-am: $(am__tagged_files)
549	list='$(am__tagged_files)'; \
550	case "$(srcdir)" in \
551	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
552	  *) sdir=$(subdir)/$(srcdir) ;; \
553	esac; \
554	for i in $$list; do \
555	  if test -f "$$i"; then \
556	    echo "$(subdir)/$$i"; \
557	  else \
558	    echo "$$sdir/$$i"; \
559	  fi; \
560	done >> $(top_builddir)/cscope.files
561
562distclean-tags:
563	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
565
566distdir: $(BUILT_SOURCES)
567	$(MAKE) $(AM_MAKEFLAGS) distdir-am
568
569distdir-am: $(DISTFILES)
570	$(am__remove_distdir)
571	test -d "$(distdir)" || mkdir "$(distdir)"
572	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574	list='$(DISTFILES)'; \
575	  dist_files=`for file in $$list; do echo $$file; done | \
576	  sed -e "s|^$$srcdirstrip/||;t" \
577	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
578	case $$dist_files in \
579	  */*) $(MKDIR_P) `echo "$$dist_files" | \
580			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
581			   sort -u` ;; \
582	esac; \
583	for file in $$dist_files; do \
584	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
585	  if test -d $$d/$$file; then \
586	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
587	    if test -d "$(distdir)/$$file"; then \
588	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589	    fi; \
590	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
591	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
592	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593	    fi; \
594	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
595	  else \
596	    test -f "$(distdir)/$$file" \
597	    || cp -p $$d/$$file "$(distdir)/$$file" \
598	    || exit 1; \
599	  fi; \
600	done
601	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
602	  if test "$$subdir" = .; then :; else \
603	    $(am__make_dryrun) \
604	      || test -d "$(distdir)/$$subdir" \
605	      || $(MKDIR_P) "$(distdir)/$$subdir" \
606	      || exit 1; \
607	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
608	    $(am__relativize); \
609	    new_distdir=$$reldir; \
610	    dir1=$$subdir; dir2="$(top_distdir)"; \
611	    $(am__relativize); \
612	    new_top_distdir=$$reldir; \
613	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
614	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
615	    ($(am__cd) $$subdir && \
616	      $(MAKE) $(AM_MAKEFLAGS) \
617	        top_distdir="$$new_top_distdir" \
618	        distdir="$$new_distdir" \
619		am__remove_distdir=: \
620		am__skip_length_check=: \
621		am__skip_mode_fix=: \
622	        distdir) \
623	      || exit 1; \
624	  fi; \
625	done
626	$(MAKE) $(AM_MAKEFLAGS) \
627	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
628	  dist-hook
629	-test -n "$(am__skip_mode_fix)" \
630	|| find "$(distdir)" -type d ! -perm -755 \
631		-exec chmod u+rwx,go+rx {} \; -o \
632	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
633	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
634	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
635	|| chmod -R a+r "$(distdir)"
636dist-gzip: distdir
637	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
638	$(am__post_remove_distdir)
639dist-bzip2: distdir
640	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
641	$(am__post_remove_distdir)
642
643dist-lzip: distdir
644	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
645	$(am__post_remove_distdir)
646
647dist-xz: distdir
648	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
649	$(am__post_remove_distdir)
650
651dist-tarZ: distdir
652	@echo WARNING: "Support for distribution archives compressed with" \
653		       "legacy program 'compress' is deprecated." >&2
654	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
655	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
656	$(am__post_remove_distdir)
657
658dist-shar: distdir
659	@echo WARNING: "Support for shar distribution archives is" \
660	               "deprecated." >&2
661	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
662	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
663	$(am__post_remove_distdir)
664
665dist-zip: distdir
666	-rm -f $(distdir).zip
667	zip -rq $(distdir).zip $(distdir)
668	$(am__post_remove_distdir)
669
670dist dist-all:
671	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
672	$(am__post_remove_distdir)
673
674# This target untars the dist file and tries a VPATH configuration.  Then
675# it guarantees that the distribution is self-contained by making another
676# tarfile.
677distcheck: dist
678	case '$(DIST_ARCHIVES)' in \
679	*.tar.gz*) \
680	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
681	*.tar.bz2*) \
682	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
683	*.tar.lz*) \
684	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
685	*.tar.xz*) \
686	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
687	*.tar.Z*) \
688	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
689	*.shar.gz*) \
690	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
691	*.zip*) \
692	  unzip $(distdir).zip ;;\
693	esac
694	chmod -R a-w $(distdir)
695	chmod u+w $(distdir)
696	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
697	chmod a-w $(distdir)
698	test -d $(distdir)/_build || exit 0; \
699	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
700	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
701	  && am__cwd=`pwd` \
702	  && $(am__cd) $(distdir)/_build/sub \
703	  && ../../configure \
704	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
705	    $(DISTCHECK_CONFIGURE_FLAGS) \
706	    --srcdir=../.. --prefix="$$dc_install_base" \
707	  && $(MAKE) $(AM_MAKEFLAGS) \
708	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
709	  && $(MAKE) $(AM_MAKEFLAGS) check \
710	  && $(MAKE) $(AM_MAKEFLAGS) install \
711	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
712	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
713	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
714	        distuninstallcheck \
715	  && chmod -R a-w "$$dc_install_base" \
716	  && ({ \
717	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
718	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
719	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
720	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
721	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
722	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
723	  && rm -rf "$$dc_destdir" \
724	  && $(MAKE) $(AM_MAKEFLAGS) dist \
725	  && rm -rf $(DIST_ARCHIVES) \
726	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
727	  && cd "$$am__cwd" \
728	  || exit 1
729	$(am__post_remove_distdir)
730	@(echo "$(distdir) archives ready for distribution: "; \
731	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
732	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
733distuninstallcheck:
734	@test -n '$(distuninstallcheck_dir)' || { \
735	  echo 'ERROR: trying to run $@ with an empty' \
736	       '$$(distuninstallcheck_dir)' >&2; \
737	  exit 1; \
738	}; \
739	$(am__cd) '$(distuninstallcheck_dir)' || { \
740	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
741	  exit 1; \
742	}; \
743	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
744	   || { echo "ERROR: files left after uninstall:" ; \
745	        if test -n "$(DESTDIR)"; then \
746	          echo "  (check DESTDIR support)"; \
747	        fi ; \
748	        $(distuninstallcheck_listfiles) ; \
749	        exit 1; } >&2
750distcleancheck: distclean
751	@if test '$(srcdir)' = . ; then \
752	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
753	  exit 1 ; \
754	fi
755	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
756	  || { echo "ERROR: files left in build directory after distclean:" ; \
757	       $(distcleancheck_listfiles) ; \
758	       exit 1; } >&2
759check-am: all-am
760check: check-recursive
761all-am: Makefile $(DATA)
762installdirs: installdirs-recursive
763installdirs-am:
764	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
765	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
766	done
767install: install-recursive
768install-exec: install-exec-recursive
769install-data: install-data-recursive
770uninstall: uninstall-recursive
771
772install-am: all-am
773	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
774
775installcheck: installcheck-recursive
776install-strip:
777	if test -z '$(STRIP)'; then \
778	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
779	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
780	      install; \
781	else \
782	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
785	fi
786mostlyclean-generic:
787
788clean-generic:
789
790distclean-generic:
791	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
792	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
793
794maintainer-clean-generic:
795	@echo "This command is intended for maintainers to use"
796	@echo "it deletes files that may require special tools to rebuild."
797	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
798clean: clean-recursive
799
800clean-am: clean-generic clean-libtool mostlyclean-am
801
802distclean: distclean-recursive
803	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
804	-rm -f Makefile
805distclean-am: clean-am distclean-generic distclean-libtool \
806	distclean-tags
807
808dvi: dvi-recursive
809
810dvi-am:
811
812html: html-recursive
813
814html-am:
815
816info: info-recursive
817
818info-am:
819
820install-data-am: install-pkgconfigDATA
821
822install-dvi: install-dvi-recursive
823
824install-dvi-am:
825
826install-exec-am:
827
828install-html: install-html-recursive
829
830install-html-am:
831
832install-info: install-info-recursive
833
834install-info-am:
835
836install-man:
837
838install-pdf: install-pdf-recursive
839
840install-pdf-am:
841
842install-ps: install-ps-recursive
843
844install-ps-am:
845
846installcheck-am:
847
848maintainer-clean: maintainer-clean-recursive
849	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
850	-rm -rf $(top_srcdir)/autom4te.cache
851	-rm -f Makefile
852maintainer-clean-am: distclean-am maintainer-clean-generic
853
854mostlyclean: mostlyclean-recursive
855
856mostlyclean-am: mostlyclean-generic mostlyclean-libtool
857
858pdf: pdf-recursive
859
860pdf-am:
861
862ps: ps-recursive
863
864ps-am:
865
866uninstall-am: uninstall-pkgconfigDATA
867
868.MAKE: $(am__recursive_targets) install-am install-strip
869
870.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
871	am--refresh check check-am clean clean-cscope clean-generic \
872	clean-libtool cscope cscopelist-am ctags ctags-am dist \
873	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
874	dist-tarZ dist-xz dist-zip distcheck distclean \
875	distclean-generic distclean-libtool distclean-tags \
876	distcleancheck distdir distuninstallcheck dvi dvi-am html \
877	html-am info info-am install install-am install-data \
878	install-data-am install-dvi install-dvi-am install-exec \
879	install-exec-am install-html install-html-am install-info \
880	install-info-am install-man install-pdf install-pdf-am \
881	install-pkgconfigDATA install-ps install-ps-am install-strip \
882	installcheck installcheck-am installdirs installdirs-am \
883	maintainer-clean maintainer-clean-generic mostlyclean \
884	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
885	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
886
887.PRECIOUS: Makefile
888
889
890.PHONY: ChangeLog INSTALL
891
892INSTALL:
893	$(INSTALL_CMD)
894
895ChangeLog:
896	$(CHANGELOG_CMD)
897
898dist-hook: ChangeLog INSTALL
899
900# Tell versions [3.59,3.63) of GNU make to not export all variables.
901# Otherwise a system limit (for SysV at least) may be exceeded.
902.NOEXPORT:
903