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