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