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