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