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