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