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