Makefile.in revision aee7dae4
1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#  Copyright 2005 Adam Jackson.
19#
20#  Permission is hereby granted, free of charge, to any person obtaining a
21#  copy of this software and associated documentation files (the "Software"),
22#  to deal in the Software without restriction, including without limitation
23#  on the rights to use, copy, modify, merge, publish, distribute, sub
24#  license, and/or sell copies of the Software, and to permit persons to whom
25#  the Software is furnished to do so, subject to the following conditions:
26#
27#  The above copyright notice and this permission notice (including the next
28#  paragraph) shall be included in all copies or substantial portions of the
29#  Software.
30#
31#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37VPATH = @srcdir@
38am__make_dryrun = \
39  { \
40    am__dry=no; \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45      *) \
46        for am__flg in $$MAKEFLAGS; do \
47          case $$am__flg in \
48            *=*|--*) ;; \
49            *n*) am__dry=yes; break;; \
50          esac; \
51        done;; \
52    esac; \
53    test $$am__dry = yes; \
54  }
55pkgdatadir = $(datadir)/@PACKAGE@
56pkgincludedir = $(includedir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkglibexecdir = $(libexecdir)/@PACKAGE@
59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60install_sh_DATA = $(install_sh) -c -m 644
61install_sh_PROGRAM = $(install_sh) -c
62install_sh_SCRIPT = $(install_sh) -c
63INSTALL_HEADER = $(INSTALL_DATA)
64transform = $(program_transform_name)
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_triplet = @build@
72host_triplet = @host@
73subdir = .
74DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
75	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
76	$(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
77	config.sub depcomp install-sh ltmain.sh missing
78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79am__aclocal_m4_deps = $(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
83 configure.lineno config.status.lineno
84mkinstalldirs = $(install_sh) -d
85CONFIG_HEADER = config.h
86CONFIG_CLEAN_FILES =
87CONFIG_CLEAN_VPATH_FILES =
88AM_V_GEN = $(am__v_GEN_@AM_V@)
89am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
90am__v_GEN_0 = @echo "  GEN   " $@;
91AM_V_at = $(am__v_at_@AM_V@)
92am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
93am__v_at_0 = @
94SOURCES =
95DIST_SOURCES =
96RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97	html-recursive info-recursive install-data-recursive \
98	install-dvi-recursive install-exec-recursive \
99	install-html-recursive install-info-recursive \
100	install-pdf-recursive install-ps-recursive install-recursive \
101	installcheck-recursive installdirs-recursive pdf-recursive \
102	ps-recursive uninstall-recursive
103am__can_run_installinfo = \
104  case $$AM_UPDATE_INFO_DIR in \
105    n|no|NO) false;; \
106    *) (install-info --version) >/dev/null 2>&1;; \
107  esac
108RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
109  distclean-recursive maintainer-clean-recursive
110AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112	distdir dist dist-all distcheck
113ETAGS = etags
114CTAGS = ctags
115DIST_SUBDIRS = $(SUBDIRS)
116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117distdir = $(PACKAGE)-$(VERSION)
118top_distdir = $(distdir)
119am__remove_distdir = \
120  if test -d "$(distdir)"; then \
121    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
122      && rm -rf "$(distdir)" \
123      || { sleep 5 && rm -rf "$(distdir)"; }; \
124  else :; fi
125am__relativize = \
126  dir0=`pwd`; \
127  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
128  sed_rest='s,^[^/]*/*,,'; \
129  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
130  sed_butlast='s,/*[^/]*$$,,'; \
131  while test -n "$$dir1"; do \
132    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
133    if test "$$first" != "."; then \
134      if test "$$first" = ".."; then \
135        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
136        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
137      else \
138        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
139        if test "$$first2" = "$$first"; then \
140          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
141        else \
142          dir2="../$$dir2"; \
143        fi; \
144        dir0="$$dir0"/"$$first"; \
145      fi; \
146    fi; \
147    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
148  done; \
149  reldir="$$dir2"
150DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
151GZIP_ENV = --best
152distuninstallcheck_listfiles = find . -type f -print
153am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
154  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
155distcleancheck_listfiles = find . -type f -print
156ACLOCAL = @ACLOCAL@
157ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
158ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
159AMTAR = @AMTAR@
160AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
161APP_MAN_DIR = @APP_MAN_DIR@
162APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
163AR = @AR@
164AUTOCONF = @AUTOCONF@
165AUTOHEADER = @AUTOHEADER@
166AUTOMAKE = @AUTOMAKE@
167AWK = @AWK@
168BASE_CFLAGS = @BASE_CFLAGS@
169CC = @CC@
170CCDEPMODE = @CCDEPMODE@
171CFLAGS = @CFLAGS@
172CHANGELOG_CMD = @CHANGELOG_CMD@
173CPP = @CPP@
174CPPFLAGS = @CPPFLAGS@
175CWARNFLAGS = @CWARNFLAGS@
176CYGPATH_W = @CYGPATH_W@
177DEFS = @DEFS@
178DEPDIR = @DEPDIR@
179DLLTOOL = @DLLTOOL@
180DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
181DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
182DRIVER_NAME = @DRIVER_NAME@
183DSYMUTIL = @DSYMUTIL@
184DUMPBIN = @DUMPBIN@
185ECHO_C = @ECHO_C@
186ECHO_N = @ECHO_N@
187ECHO_T = @ECHO_T@
188EGREP = @EGREP@
189EXEEXT = @EXEEXT@
190FGREP = @FGREP@
191FILE_MAN_DIR = @FILE_MAN_DIR@
192FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
193GREP = @GREP@
194INSTALL = @INSTALL@
195INSTALL_CMD = @INSTALL_CMD@
196INSTALL_DATA = @INSTALL_DATA@
197INSTALL_PROGRAM = @INSTALL_PROGRAM@
198INSTALL_SCRIPT = @INSTALL_SCRIPT@
199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200LD = @LD@
201LDFLAGS = @LDFLAGS@
202LIBOBJS = @LIBOBJS@
203LIBS = @LIBS@
204LIBTOOL = @LIBTOOL@
205LIB_MAN_DIR = @LIB_MAN_DIR@
206LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
207LIPO = @LIPO@
208LN_S = @LN_S@
209LTLIBOBJS = @LTLIBOBJS@
210MAINT = @MAINT@
211MAKEINFO = @MAKEINFO@
212MANIFEST_TOOL = @MANIFEST_TOOL@
213MAN_SUBSTS = @MAN_SUBSTS@
214MISC_MAN_DIR = @MISC_MAN_DIR@
215MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
216MKDIR_P = @MKDIR_P@
217NM = @NM@
218NMEDIT = @NMEDIT@
219OBJDUMP = @OBJDUMP@
220OBJEXT = @OBJEXT@
221OTOOL = @OTOOL@
222OTOOL64 = @OTOOL64@
223PACKAGE = @PACKAGE@
224PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225PACKAGE_NAME = @PACKAGE_NAME@
226PACKAGE_STRING = @PACKAGE_STRING@
227PACKAGE_TARNAME = @PACKAGE_TARNAME@
228PACKAGE_URL = @PACKAGE_URL@
229PACKAGE_VERSION = @PACKAGE_VERSION@
230PATH_SEPARATOR = @PATH_SEPARATOR@
231PKG_CONFIG = @PKG_CONFIG@
232PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
233PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
234RANLIB = @RANLIB@
235SED = @SED@
236SET_MAKE = @SET_MAKE@
237SHELL = @SHELL@
238STRICT_CFLAGS = @STRICT_CFLAGS@
239STRIP = @STRIP@
240VERSION = @VERSION@
241XORG_CFLAGS = @XORG_CFLAGS@
242XORG_LIBS = @XORG_LIBS@
243XORG_MAN_PAGE = @XORG_MAN_PAGE@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_AR = @ac_ct_AR@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283moduledir = @moduledir@
284oldincludedir = @oldincludedir@
285pdfdir = @pdfdir@
286prefix = @prefix@
287program_transform_name = @program_transform_name@
288psdir = @psdir@
289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292sysconfdir = @sysconfdir@
293target_alias = @target_alias@
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_srcdir = @top_srcdir@
297SUBDIRS = src man
298MAINTAINERCLEANFILES = ChangeLog INSTALL
299EXTRA_DIST = XF86Config.indy
300all: config.h
301	$(MAKE) $(AM_MAKEFLAGS) all-recursive
302
303.SUFFIXES:
304am--refresh: Makefile
305	@:
306$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307	@for dep in $?; do \
308	  case '$(am__configure_deps)' in \
309	    *$$dep*) \
310	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
311	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
312		&& exit 0; \
313	      exit 1;; \
314	  esac; \
315	done; \
316	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
317	$(am__cd) $(top_srcdir) && \
318	  $(AUTOMAKE) --foreign Makefile
319.PRECIOUS: Makefile
320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321	@case '$?' in \
322	  *config.status*) \
323	    echo ' $(SHELL) ./config.status'; \
324	    $(SHELL) ./config.status;; \
325	  *) \
326	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328	esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331	$(SHELL) ./config.status --recheck
332
333$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334	$(am__cd) $(srcdir) && $(AUTOCONF)
335$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337$(am__aclocal_m4_deps):
338
339config.h: stamp-h1
340	@if test ! -f $@; then rm -f stamp-h1; else :; fi
341	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
342
343stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
344	@rm -f stamp-h1
345	cd $(top_builddir) && $(SHELL) ./config.status config.h
346$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
347	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
348	rm -f stamp-h1
349	touch $@
350
351distclean-hdr:
352	-rm -f config.h stamp-h1
353
354mostlyclean-libtool:
355	-rm -f *.lo
356
357clean-libtool:
358	-rm -rf .libs _libs
359
360distclean-libtool:
361	-rm -f libtool config.lt
362
363# This directory's subdirectories are mostly independent; you can cd
364# into them and run `make' without going through this Makefile.
365# To change the values of `make' variables: instead of editing Makefiles,
366# (1) if the variable is set in `config.status', edit `config.status'
367#     (which will cause the Makefiles to be regenerated when you run `make');
368# (2) otherwise, pass the desired values on the `make' command line.
369$(RECURSIVE_TARGETS):
370	@fail= failcom='exit 1'; \
371	for f in x $$MAKEFLAGS; do \
372	  case $$f in \
373	    *=* | --[!k]*);; \
374	    *k*) failcom='fail=yes';; \
375	  esac; \
376	done; \
377	dot_seen=no; \
378	target=`echo $@ | sed s/-recursive//`; \
379	list='$(SUBDIRS)'; for subdir in $$list; do \
380	  echo "Making $$target in $$subdir"; \
381	  if test "$$subdir" = "."; then \
382	    dot_seen=yes; \
383	    local_target="$$target-am"; \
384	  else \
385	    local_target="$$target"; \
386	  fi; \
387	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388	  || eval $$failcom; \
389	done; \
390	if test "$$dot_seen" = "no"; then \
391	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392	fi; test -z "$$fail"
393
394$(RECURSIVE_CLEAN_TARGETS):
395	@fail= failcom='exit 1'; \
396	for f in x $$MAKEFLAGS; do \
397	  case $$f in \
398	    *=* | --[!k]*);; \
399	    *k*) failcom='fail=yes';; \
400	  esac; \
401	done; \
402	dot_seen=no; \
403	case "$@" in \
404	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405	  *) list='$(SUBDIRS)' ;; \
406	esac; \
407	rev=''; for subdir in $$list; do \
408	  if test "$$subdir" = "."; then :; else \
409	    rev="$$subdir $$rev"; \
410	  fi; \
411	done; \
412	rev="$$rev ."; \
413	target=`echo $@ | sed s/-recursive//`; \
414	for subdir in $$rev; do \
415	  echo "Making $$target in $$subdir"; \
416	  if test "$$subdir" = "."; then \
417	    local_target="$$target-am"; \
418	  else \
419	    local_target="$$target"; \
420	  fi; \
421	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422	  || eval $$failcom; \
423	done && test -z "$$fail"
424tags-recursive:
425	list='$(SUBDIRS)'; for subdir in $$list; do \
426	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427	done
428ctags-recursive:
429	list='$(SUBDIRS)'; for subdir in $$list; do \
430	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431	done
432
433ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	mkid -fID $$unique
441tags: TAGS
442
443TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444		$(TAGS_FILES) $(LISP)
445	set x; \
446	here=`pwd`; \
447	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448	  include_option=--etags-include; \
449	  empty_fix=.; \
450	else \
451	  include_option=--include; \
452	  empty_fix=; \
453	fi; \
454	list='$(SUBDIRS)'; for subdir in $$list; do \
455	  if test "$$subdir" = .; then :; else \
456	    test ! -f $$subdir/TAGS || \
457	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458	  fi; \
459	done; \
460	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
461	unique=`for i in $$list; do \
462	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463	  done | \
464	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465	      END { if (nonempty) { for (i in files) print i; }; }'`; \
466	shift; \
467	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468	  test -n "$$unique" || unique=$$empty_fix; \
469	  if test $$# -gt 0; then \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      "$$@" $$unique; \
472	  else \
473	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	      $$unique; \
475	  fi; \
476	fi
477ctags: CTAGS
478CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
479		$(TAGS_FILES) $(LISP)
480	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481	unique=`for i in $$list; do \
482	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483	  done | \
484	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485	      END { if (nonempty) { for (i in files) print i; }; }'`; \
486	test -z "$(CTAGS_ARGS)$$unique" \
487	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488	     $$unique
489
490GTAGS:
491	here=`$(am__cd) $(top_builddir) && pwd` \
492	  && $(am__cd) $(top_srcdir) \
493	  && gtags -i $(GTAGS_ARGS) "$$here"
494
495distclean-tags:
496	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
498distdir: $(DISTFILES)
499	$(am__remove_distdir)
500	test -d "$(distdir)" || mkdir "$(distdir)"
501	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503	list='$(DISTFILES)'; \
504	  dist_files=`for file in $$list; do echo $$file; done | \
505	  sed -e "s|^$$srcdirstrip/||;t" \
506	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507	case $$dist_files in \
508	  */*) $(MKDIR_P) `echo "$$dist_files" | \
509			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510			   sort -u` ;; \
511	esac; \
512	for file in $$dist_files; do \
513	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514	  if test -d $$d/$$file; then \
515	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516	    if test -d "$(distdir)/$$file"; then \
517	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518	    fi; \
519	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522	    fi; \
523	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524	  else \
525	    test -f "$(distdir)/$$file" \
526	    || cp -p $$d/$$file "$(distdir)/$$file" \
527	    || exit 1; \
528	  fi; \
529	done
530	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531	  if test "$$subdir" = .; then :; else \
532	    $(am__make_dryrun) \
533	      || test -d "$(distdir)/$$subdir" \
534	      || $(MKDIR_P) "$(distdir)/$$subdir" \
535	      || exit 1; \
536	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
537	    $(am__relativize); \
538	    new_distdir=$$reldir; \
539	    dir1=$$subdir; dir2="$(top_distdir)"; \
540	    $(am__relativize); \
541	    new_top_distdir=$$reldir; \
542	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
543	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
544	    ($(am__cd) $$subdir && \
545	      $(MAKE) $(AM_MAKEFLAGS) \
546	        top_distdir="$$new_top_distdir" \
547	        distdir="$$new_distdir" \
548		am__remove_distdir=: \
549		am__skip_length_check=: \
550		am__skip_mode_fix=: \
551	        distdir) \
552	      || exit 1; \
553	  fi; \
554	done
555	$(MAKE) $(AM_MAKEFLAGS) \
556	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
557	  dist-hook
558	-test -n "$(am__skip_mode_fix)" \
559	|| find "$(distdir)" -type d ! -perm -755 \
560		-exec chmod u+rwx,go+rx {} \; -o \
561	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
562	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
563	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
564	|| chmod -R a+r "$(distdir)"
565dist-gzip: distdir
566	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
567	$(am__remove_distdir)
568dist-bzip2: distdir
569	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
570	$(am__remove_distdir)
571
572dist-lzip: distdir
573	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
574	$(am__remove_distdir)
575
576dist-lzma: distdir
577	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
578	$(am__remove_distdir)
579
580dist-xz: distdir
581	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
582	$(am__remove_distdir)
583
584dist-tarZ: distdir
585	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
586	$(am__remove_distdir)
587
588dist-shar: distdir
589	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
590	$(am__remove_distdir)
591
592dist-zip: distdir
593	-rm -f $(distdir).zip
594	zip -rq $(distdir).zip $(distdir)
595	$(am__remove_distdir)
596
597dist dist-all: distdir
598	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
599	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
600	$(am__remove_distdir)
601
602# This target untars the dist file and tries a VPATH configuration.  Then
603# it guarantees that the distribution is self-contained by making another
604# tarfile.
605distcheck: dist
606	case '$(DIST_ARCHIVES)' in \
607	*.tar.gz*) \
608	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
609	*.tar.bz2*) \
610	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
611	*.tar.lzma*) \
612	  lzma -dc $(distdir).tar.lzma | $(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); chmod a+w $(distdir)
625	mkdir $(distdir)/_build
626	mkdir $(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__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 clean-libtool 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 \
732	distclean-libtool distclean-tags
733
734dvi: dvi-recursive
735
736dvi-am:
737
738html: html-recursive
739
740html-am:
741
742info: info-recursive
743
744info-am:
745
746install-data-am:
747
748install-dvi: install-dvi-recursive
749
750install-dvi-am:
751
752install-exec-am:
753
754install-html: install-html-recursive
755
756install-html-am:
757
758install-info: install-info-recursive
759
760install-info-am:
761
762install-man:
763
764install-pdf: install-pdf-recursive
765
766install-pdf-am:
767
768install-ps: install-ps-recursive
769
770install-ps-am:
771
772installcheck-am:
773
774maintainer-clean: maintainer-clean-recursive
775	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
776	-rm -rf $(top_srcdir)/autom4te.cache
777	-rm -f Makefile
778maintainer-clean-am: distclean-am maintainer-clean-generic
779
780mostlyclean: mostlyclean-recursive
781
782mostlyclean-am: mostlyclean-generic mostlyclean-libtool
783
784pdf: pdf-recursive
785
786pdf-am:
787
788ps: ps-recursive
789
790ps-am:
791
792uninstall-am:
793
794.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
795	ctags-recursive install-am install-strip tags-recursive
796
797.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
798	all all-am am--refresh check check-am clean clean-generic \
799	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
800	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
801	dist-xz dist-zip distcheck distclean distclean-generic \
802	distclean-hdr distclean-libtool distclean-tags distcleancheck \
803	distdir distuninstallcheck dvi dvi-am html html-am info \
804	info-am install install-am install-data install-data-am \
805	install-dvi install-dvi-am install-exec install-exec-am \
806	install-html install-html-am install-info install-info-am \
807	install-man install-pdf install-pdf-am install-ps \
808	install-ps-am install-strip installcheck installcheck-am \
809	installdirs installdirs-am maintainer-clean \
810	maintainer-clean-generic mostlyclean mostlyclean-generic \
811	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
812	uninstall uninstall-am
813
814
815.PHONY: ChangeLog INSTALL
816
817INSTALL:
818	$(INSTALL_CMD)
819
820ChangeLog:
821	$(CHANGELOG_CMD)
822
823dist-hook: ChangeLog INSTALL
824
825# Tell versions [3.59,3.63) of GNU make to not export all variables.
826# Otherwise a system limit (for SysV at least) may be exceeded.
827.NOEXPORT:
828