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