Makefile.in revision 1fb744b4
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 man
280MAINTAINERCLEANFILES = ChangeLog INSTALL
281EXTRA_DIST = README.pm3
282all: config.h
283	$(MAKE) $(AM_MAKEFLAGS) all-recursive
284
285.SUFFIXES:
286am--refresh: Makefile
287	@:
288$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
289	@for dep in $?; do \
290	  case '$(am__configure_deps)' in \
291	    *$$dep*) \
292	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
293	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
294		&& exit 0; \
295	      exit 1;; \
296	  esac; \
297	done; \
298	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
299	$(am__cd) $(top_srcdir) && \
300	  $(AUTOMAKE) --foreign Makefile
301.PRECIOUS: Makefile
302Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303	@case '$?' in \
304	  *config.status*) \
305	    echo ' $(SHELL) ./config.status'; \
306	    $(SHELL) ./config.status;; \
307	  *) \
308	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
309	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
310	esac;
311
312$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313	$(SHELL) ./config.status --recheck
314
315$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
316	$(am__cd) $(srcdir) && $(AUTOCONF)
317$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
318	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
319$(am__aclocal_m4_deps):
320
321config.h: stamp-h1
322	@if test ! -f $@; then rm -f stamp-h1; else :; fi
323	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
324
325stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326	@rm -f stamp-h1
327	cd $(top_builddir) && $(SHELL) ./config.status config.h
328$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
329	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
330	rm -f stamp-h1
331	touch $@
332
333distclean-hdr:
334	-rm -f config.h stamp-h1
335
336mostlyclean-libtool:
337	-rm -f *.lo
338
339clean-libtool:
340	-rm -rf .libs _libs
341
342distclean-libtool:
343	-rm -f libtool config.lt
344
345# This directory's subdirectories are mostly independent; you can cd
346# into them and run `make' without going through this Makefile.
347# To change the values of `make' variables: instead of editing Makefiles,
348# (1) if the variable is set in `config.status', edit `config.status'
349#     (which will cause the Makefiles to be regenerated when you run `make');
350# (2) otherwise, pass the desired values on the `make' command line.
351$(RECURSIVE_TARGETS):
352	@fail= failcom='exit 1'; \
353	for f in x $$MAKEFLAGS; do \
354	  case $$f in \
355	    *=* | --[!k]*);; \
356	    *k*) failcom='fail=yes';; \
357	  esac; \
358	done; \
359	dot_seen=no; \
360	target=`echo $@ | sed s/-recursive//`; \
361	list='$(SUBDIRS)'; for subdir in $$list; do \
362	  echo "Making $$target in $$subdir"; \
363	  if test "$$subdir" = "."; then \
364	    dot_seen=yes; \
365	    local_target="$$target-am"; \
366	  else \
367	    local_target="$$target"; \
368	  fi; \
369	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370	  || eval $$failcom; \
371	done; \
372	if test "$$dot_seen" = "no"; then \
373	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374	fi; test -z "$$fail"
375
376$(RECURSIVE_CLEAN_TARGETS):
377	@fail= failcom='exit 1'; \
378	for f in x $$MAKEFLAGS; do \
379	  case $$f in \
380	    *=* | --[!k]*);; \
381	    *k*) failcom='fail=yes';; \
382	  esac; \
383	done; \
384	dot_seen=no; \
385	case "$@" in \
386	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387	  *) list='$(SUBDIRS)' ;; \
388	esac; \
389	rev=''; for subdir in $$list; do \
390	  if test "$$subdir" = "."; then :; else \
391	    rev="$$subdir $$rev"; \
392	  fi; \
393	done; \
394	rev="$$rev ."; \
395	target=`echo $@ | sed s/-recursive//`; \
396	for subdir in $$rev; do \
397	  echo "Making $$target in $$subdir"; \
398	  if test "$$subdir" = "."; then \
399	    local_target="$$target-am"; \
400	  else \
401	    local_target="$$target"; \
402	  fi; \
403	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404	  || eval $$failcom; \
405	done && test -z "$$fail"
406tags-recursive:
407	list='$(SUBDIRS)'; for subdir in $$list; do \
408	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409	done
410ctags-recursive:
411	list='$(SUBDIRS)'; for subdir in $$list; do \
412	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413	done
414
415ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417	unique=`for i in $$list; do \
418	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419	  done | \
420	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422	mkid -fID $$unique
423tags: TAGS
424
425TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
426		$(TAGS_FILES) $(LISP)
427	set x; \
428	here=`pwd`; \
429	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
430	  include_option=--etags-include; \
431	  empty_fix=.; \
432	else \
433	  include_option=--include; \
434	  empty_fix=; \
435	fi; \
436	list='$(SUBDIRS)'; for subdir in $$list; do \
437	  if test "$$subdir" = .; then :; else \
438	    test ! -f $$subdir/TAGS || \
439	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
440	  fi; \
441	done; \
442	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
443	unique=`for i in $$list; do \
444	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445	  done | \
446	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447	      END { if (nonempty) { for (i in files) print i; }; }'`; \
448	shift; \
449	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450	  test -n "$$unique" || unique=$$empty_fix; \
451	  if test $$# -gt 0; then \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      "$$@" $$unique; \
454	  else \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      $$unique; \
457	  fi; \
458	fi
459ctags: CTAGS
460CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
461		$(TAGS_FILES) $(LISP)
462	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	test -z "$(CTAGS_ARGS)$$unique" \
469	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470	     $$unique
471
472GTAGS:
473	here=`$(am__cd) $(top_builddir) && pwd` \
474	  && $(am__cd) $(top_srcdir) \
475	  && gtags -i $(GTAGS_ARGS) "$$here"
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481	$(am__remove_distdir)
482	test -d "$(distdir)" || mkdir "$(distdir)"
483	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485	list='$(DISTFILES)'; \
486	  dist_files=`for file in $$list; do echo $$file; done | \
487	  sed -e "s|^$$srcdirstrip/||;t" \
488	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489	case $$dist_files in \
490	  */*) $(MKDIR_P) `echo "$$dist_files" | \
491			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492			   sort -u` ;; \
493	esac; \
494	for file in $$dist_files; do \
495	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496	  if test -d $$d/$$file; then \
497	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498	    if test -d "$(distdir)/$$file"; then \
499	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500	    fi; \
501	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504	    fi; \
505	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506	  else \
507	    test -f "$(distdir)/$$file" \
508	    || cp -p $$d/$$file "$(distdir)/$$file" \
509	    || exit 1; \
510	  fi; \
511	done
512	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513	  if test "$$subdir" = .; then :; else \
514	    test -d "$(distdir)/$$subdir" \
515	    || $(MKDIR_P) "$(distdir)/$$subdir" \
516	    || exit 1; \
517	  fi; \
518	done
519	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520	  if test "$$subdir" = .; then :; else \
521	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
522	    $(am__relativize); \
523	    new_distdir=$$reldir; \
524	    dir1=$$subdir; dir2="$(top_distdir)"; \
525	    $(am__relativize); \
526	    new_top_distdir=$$reldir; \
527	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
528	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
529	    ($(am__cd) $$subdir && \
530	      $(MAKE) $(AM_MAKEFLAGS) \
531	        top_distdir="$$new_top_distdir" \
532	        distdir="$$new_distdir" \
533		am__remove_distdir=: \
534		am__skip_length_check=: \
535		am__skip_mode_fix=: \
536	        distdir) \
537	      || exit 1; \
538	  fi; \
539	done
540	$(MAKE) $(AM_MAKEFLAGS) \
541	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
542	  dist-hook
543	-test -n "$(am__skip_mode_fix)" \
544	|| find "$(distdir)" -type d ! -perm -755 \
545		-exec chmod u+rwx,go+rx {} \; -o \
546	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
547	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
548	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
549	|| chmod -R a+r "$(distdir)"
550dist-gzip: distdir
551	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
552	$(am__remove_distdir)
553dist-bzip2: distdir
554	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
555	$(am__remove_distdir)
556
557dist-lzip: distdir
558	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
559	$(am__remove_distdir)
560
561dist-lzma: distdir
562	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
563	$(am__remove_distdir)
564
565dist-xz: distdir
566	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
567	$(am__remove_distdir)
568
569dist-tarZ: distdir
570	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
571	$(am__remove_distdir)
572
573dist-shar: distdir
574	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
575	$(am__remove_distdir)
576
577dist-zip: distdir
578	-rm -f $(distdir).zip
579	zip -rq $(distdir).zip $(distdir)
580	$(am__remove_distdir)
581
582dist dist-all: distdir
583	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
584	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
585	$(am__remove_distdir)
586
587# This target untars the dist file and tries a VPATH configuration.  Then
588# it guarantees that the distribution is self-contained by making another
589# tarfile.
590distcheck: dist
591	case '$(DIST_ARCHIVES)' in \
592	*.tar.gz*) \
593	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
594	*.tar.bz2*) \
595	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
596	*.tar.lzma*) \
597	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
598	*.tar.lz*) \
599	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
600	*.tar.xz*) \
601	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
602	*.tar.Z*) \
603	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
604	*.shar.gz*) \
605	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
606	*.zip*) \
607	  unzip $(distdir).zip ;;\
608	esac
609	chmod -R a-w $(distdir); chmod a+w $(distdir)
610	mkdir $(distdir)/_build
611	mkdir $(distdir)/_inst
612	chmod a-w $(distdir)
613	test -d $(distdir)/_build || exit 0; \
614	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
615	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
616	  && am__cwd=`pwd` \
617	  && $(am__cd) $(distdir)/_build \
618	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
619	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
620	    $(DISTCHECK_CONFIGURE_FLAGS) \
621	  && $(MAKE) $(AM_MAKEFLAGS) \
622	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
623	  && $(MAKE) $(AM_MAKEFLAGS) check \
624	  && $(MAKE) $(AM_MAKEFLAGS) install \
625	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
626	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
627	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
628	        distuninstallcheck \
629	  && chmod -R a-w "$$dc_install_base" \
630	  && ({ \
631	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
632	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
633	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
634	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
635	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
636	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
637	  && rm -rf "$$dc_destdir" \
638	  && $(MAKE) $(AM_MAKEFLAGS) dist \
639	  && rm -rf $(DIST_ARCHIVES) \
640	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
641	  && cd "$$am__cwd" \
642	  || exit 1
643	$(am__remove_distdir)
644	@(echo "$(distdir) archives ready for distribution: "; \
645	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
646	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
647distuninstallcheck:
648	@test -n '$(distuninstallcheck_dir)' || { \
649	  echo 'ERROR: trying to run $@ with an empty' \
650	       '$$(distuninstallcheck_dir)' >&2; \
651	  exit 1; \
652	}; \
653	$(am__cd) '$(distuninstallcheck_dir)' || { \
654	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
655	  exit 1; \
656	}; \
657	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
658	   || { echo "ERROR: files left after uninstall:" ; \
659	        if test -n "$(DESTDIR)"; then \
660	          echo "  (check DESTDIR support)"; \
661	        fi ; \
662	        $(distuninstallcheck_listfiles) ; \
663	        exit 1; } >&2
664distcleancheck: distclean
665	@if test '$(srcdir)' = . ; then \
666	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
667	  exit 1 ; \
668	fi
669	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
670	  || { echo "ERROR: files left in build directory after distclean:" ; \
671	       $(distcleancheck_listfiles) ; \
672	       exit 1; } >&2
673check-am: all-am
674check: check-recursive
675all-am: Makefile config.h
676installdirs: installdirs-recursive
677installdirs-am:
678install: install-recursive
679install-exec: install-exec-recursive
680install-data: install-data-recursive
681uninstall: uninstall-recursive
682
683install-am: all-am
684	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
686installcheck: installcheck-recursive
687install-strip:
688	if test -z '$(STRIP)'; then \
689	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691	      install; \
692	else \
693	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
696	fi
697mostlyclean-generic:
698
699clean-generic:
700
701distclean-generic:
702	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
703	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
704
705maintainer-clean-generic:
706	@echo "This command is intended for maintainers to use"
707	@echo "it deletes files that may require special tools to rebuild."
708	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
709clean: clean-recursive
710
711clean-am: clean-generic clean-libtool mostlyclean-am
712
713distclean: distclean-recursive
714	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
715	-rm -f Makefile
716distclean-am: clean-am distclean-generic distclean-hdr \
717	distclean-libtool distclean-tags
718
719dvi: dvi-recursive
720
721dvi-am:
722
723html: html-recursive
724
725html-am:
726
727info: info-recursive
728
729info-am:
730
731install-data-am:
732
733install-dvi: install-dvi-recursive
734
735install-dvi-am:
736
737install-exec-am:
738
739install-html: install-html-recursive
740
741install-html-am:
742
743install-info: install-info-recursive
744
745install-info-am:
746
747install-man:
748
749install-pdf: install-pdf-recursive
750
751install-pdf-am:
752
753install-ps: install-ps-recursive
754
755install-ps-am:
756
757installcheck-am:
758
759maintainer-clean: maintainer-clean-recursive
760	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
761	-rm -rf $(top_srcdir)/autom4te.cache
762	-rm -f Makefile
763maintainer-clean-am: distclean-am maintainer-clean-generic
764
765mostlyclean: mostlyclean-recursive
766
767mostlyclean-am: mostlyclean-generic mostlyclean-libtool
768
769pdf: pdf-recursive
770
771pdf-am:
772
773ps: ps-recursive
774
775ps-am:
776
777uninstall-am:
778
779.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
780	ctags-recursive install-am install-strip tags-recursive
781
782.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
783	all all-am am--refresh check check-am clean clean-generic \
784	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
785	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
786	dist-xz dist-zip distcheck distclean distclean-generic \
787	distclean-hdr distclean-libtool distclean-tags distcleancheck \
788	distdir distuninstallcheck dvi dvi-am html html-am info \
789	info-am install install-am install-data install-data-am \
790	install-dvi install-dvi-am install-exec install-exec-am \
791	install-html install-html-am install-info install-info-am \
792	install-man install-pdf install-pdf-am install-ps \
793	install-ps-am install-strip installcheck installcheck-am \
794	installdirs installdirs-am maintainer-clean \
795	maintainer-clean-generic mostlyclean mostlyclean-generic \
796	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
797	uninstall uninstall-am
798
799
800.PHONY: ChangeLog INSTALL
801
802INSTALL:
803	$(INSTALL_CMD)
804
805ChangeLog:
806	$(CHANGELOG_CMD)
807
808dist-hook: ChangeLog INSTALL
809
810# Tell versions [3.59,3.63) of GNU make to not export all variables.
811# Otherwise a system limit (for SysV at least) may be exceeded.
812.NOEXPORT:
813