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