1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18##########
19#  Presage, an extensible predictive text entry system
20#  ---------------------------------------------------
21#
22#  Copyright (C) 2008  Matteo Vescovi <matteo.vescovi@yahoo.co.uk>
23#
24#  This program is free software; you can redistribute it and/or modify
25#  it under the terms of the GNU General Public License as published by
26#  the Free Software Foundation; either version 2 of the License, or
27#  (at your option) any later version.
28#
29#  This program is distributed in the hope that it will be useful,
30#  but WITHOUT ANY WARRANTY; without even the implied warranty of
31#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32#  GNU General Public License for more details.
33#
34#  You should have received a copy of the GNU General Public License along
35#  with this program; if not, write to the Free Software Foundation, Inc.,
36#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37VPATH = @srcdir@
38am__make_dryrun = \
39  { \
40    am__dry=no; \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45      *) \
46        for am__flg in $$MAKEFLAGS; do \
47          case $$am__flg in \
48            *=*|--*) ;; \
49            *n*) am__dry=yes; break;; \
50          esac; \
51        done;; \
52    esac; \
53    test $$am__dry = yes; \
54  }
55pkgdatadir = $(datadir)/@PACKAGE@
56pkgincludedir = $(includedir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkglibexecdir = $(libexecdir)/@PACKAGE@
59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60install_sh_DATA = $(install_sh) -c -m 644
61install_sh_PROGRAM = $(install_sh) -c
62install_sh_SCRIPT = $(install_sh) -c
63INSTALL_HEADER = $(INSTALL_DATA)
64transform = $(program_transform_name)
65NORMAL_INSTALL = :
66PRE_INSTALL = :
67POST_INSTALL = :
68NORMAL_UNINSTALL = :
69PRE_UNINSTALL = :
70POST_UNINSTALL = :
71build_triplet = @build@
72host_triplet = @host@
73subdir = .
74DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
75	$(srcdir)/Makefile.in $(srcdir)/config.hin \
76	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
77	THANKS TODO ar-lib compile config.guess config.sub depcomp \
78	install-sh ltmain.sh missing py-compile
79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80am__aclocal_m4_deps = $(top_srcdir)/m4/cppunit.m4 \
81	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
82	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
83	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
84am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85	$(ACLOCAL_M4)
86am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
87 configure.lineno config.status.lineno
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92SOURCES =
93DIST_SOURCES =
94RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95	html-recursive info-recursive install-data-recursive \
96	install-dvi-recursive install-exec-recursive \
97	install-html-recursive install-info-recursive \
98	install-pdf-recursive install-ps-recursive install-recursive \
99	installcheck-recursive installdirs-recursive pdf-recursive \
100	ps-recursive uninstall-recursive
101am__can_run_installinfo = \
102  case $$AM_UPDATE_INFO_DIR in \
103    n|no|NO) false;; \
104    *) (install-info --version) >/dev/null 2>&1;; \
105  esac
106RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
107  distclean-recursive maintainer-clean-recursive
108AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
110	distdir dist dist-all distcheck
111ETAGS = etags
112CTAGS = ctags
113DIST_SUBDIRS = $(SUBDIRS)
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115distdir = $(PACKAGE)-$(VERSION)
116top_distdir = $(distdir)
117am__remove_distdir = \
118  if test -d "$(distdir)"; then \
119    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
120      && rm -rf "$(distdir)" \
121      || { sleep 5 && rm -rf "$(distdir)"; }; \
122  else :; fi
123am__relativize = \
124  dir0=`pwd`; \
125  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126  sed_rest='s,^[^/]*/*,,'; \
127  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
128  sed_butlast='s,/*[^/]*$$,,'; \
129  while test -n "$$dir1"; do \
130    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
131    if test "$$first" != "."; then \
132      if test "$$first" = ".."; then \
133        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
134        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
135      else \
136        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
137        if test "$$first2" = "$$first"; then \
138          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
139        else \
140          dir2="../$$dir2"; \
141        fi; \
142        dir0="$$dir0"/"$$first"; \
143      fi; \
144    fi; \
145    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
146  done; \
147  reldir="$$dir2"
148DIST_ARCHIVES = $(distdir).tar.gz
149GZIP_ENV = --best
150distuninstallcheck_listfiles = find . -type f -print
151am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
152  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
153distcleancheck_listfiles = find . -type f -print
154ACLOCAL = @ACLOCAL@
155AMTAR = @AMTAR@
156AR = @AR@
157AS = @AS@
158AUTOCONF = @AUTOCONF@
159AUTOHEADER = @AUTOHEADER@
160AUTOMAKE = @AUTOMAKE@
161AWK = @AWK@
162CC = @CC@
163CCDEPMODE = @CCDEPMODE@
164CFLAGS = @CFLAGS@
165CPP = @CPP@
166CPPFLAGS = @CPPFLAGS@
167CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
168CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
169CPPUNIT_LIBS = @CPPUNIT_LIBS@
170CXX = @CXX@
171CXXCPP = @CXXCPP@
172CXXDEPMODE = @CXXDEPMODE@
173CXXFLAGS = @CXXFLAGS@
174CYGPATH_W = @CYGPATH_W@
175DEFS = @DEFS@
176DEPDIR = @DEPDIR@
177DLLTOOL = @DLLTOOL@
178DSYMUTIL = @DSYMUTIL@
179DUMPBIN = @DUMPBIN@
180ECHO_C = @ECHO_C@
181ECHO_N = @ECHO_N@
182ECHO_T = @ECHO_T@
183EGREP = @EGREP@
184EXEEXT = @EXEEXT@
185FGREP = @FGREP@
186GMODULE_CFLAGS = @GMODULE_CFLAGS@
187GMODULE_LIBS = @GMODULE_LIBS@
188GNOME_CFLAGS = @GNOME_CFLAGS@
189GNOME_LIBS = @GNOME_LIBS@
190GREP = @GREP@
191GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
192GTHREAD_LIBS = @GTHREAD_LIBS@
193HAVE_DOT = @HAVE_DOT@
194HAVE_DOXYGEN = @HAVE_DOXYGEN@
195HAVE_HELP2MAN = @HAVE_HELP2MAN@
196IDNGRAM2LM = @IDNGRAM2LM@
197INSTALL = @INSTALL@
198INSTALL_DATA = @INSTALL_DATA@
199INSTALL_PROGRAM = @INSTALL_PROGRAM@
200INSTALL_SCRIPT = @INSTALL_SCRIPT@
201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202LD = @LD@
203LDFLAGS = @LDFLAGS@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LIBTOOL = @LIBTOOL@
207LIPO = @LIPO@
208LN_S = @LN_S@
209LTLIBOBJS = @LTLIBOBJS@
210MAKEINFO = @MAKEINFO@
211MANIFEST_TOOL = @MANIFEST_TOOL@
212MKDIR_P = @MKDIR_P@
213NM = @NM@
214NMEDIT = @NMEDIT@
215OBJDUMP = @OBJDUMP@
216OBJEXT = @OBJEXT@
217OTOOL = @OTOOL@
218OTOOL64 = @OTOOL64@
219PACKAGE = @PACKAGE@
220PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221PACKAGE_NAME = @PACKAGE_NAME@
222PACKAGE_STRING = @PACKAGE_STRING@
223PACKAGE_TARNAME = @PACKAGE_TARNAME@
224PACKAGE_URL = @PACKAGE_URL@
225PACKAGE_VERSION = @PACKAGE_VERSION@
226PATH_SEPARATOR = @PATH_SEPARATOR@
227PKG_CONFIG = @PKG_CONFIG@
228PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
229PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230PYTHON = @PYTHON@
231PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
232PYTHON_PLATFORM = @PYTHON_PLATFORM@
233PYTHON_PREFIX = @PYTHON_PREFIX@
234PYTHON_VERSION = @PYTHON_VERSION@
235RANLIB = @RANLIB@
236SED = @SED@
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
239SQLITE_LIBS = @SQLITE_LIBS@
240STRIP = @STRIP@
241SWIG = @SWIG@
242TEXT2IDNGRAM = @TEXT2IDNGRAM@
243TEXT2WFREQ = @TEXT2WFREQ@
244UNIX2DOS = @UNIX2DOS@
245VERSION = @VERSION@
246WFREQ2VOCAB = @WFREQ2VOCAB@
247abs_builddir = @abs_builddir@
248abs_srcdir = @abs_srcdir@
249abs_top_builddir = @abs_top_builddir@
250abs_top_srcdir = @abs_top_srcdir@
251ac_ct_AR = @ac_ct_AR@
252ac_ct_CC = @ac_ct_CC@
253ac_ct_CXX = @ac_ct_CXX@
254ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
255am__include = @am__include@
256am__leading_dot = @am__leading_dot@
257am__quote = @am__quote@
258am__tar = @am__tar@
259am__untar = @am__untar@
260bindir = @bindir@
261build = @build@
262build_alias = @build_alias@
263build_cpu = @build_cpu@
264build_os = @build_os@
265build_vendor = @build_vendor@
266builddir = @builddir@
267datadir = @datadir@
268datarootdir = @datarootdir@
269docdir = @docdir@
270dvidir = @dvidir@
271exec_prefix = @exec_prefix@
272host = @host@
273host_alias = @host_alias@
274host_cpu = @host_cpu@
275host_os = @host_os@
276host_vendor = @host_vendor@
277htmldir = @htmldir@
278includedir = @includedir@
279infodir = @infodir@
280install_sh = @install_sh@
281libdir = @libdir@
282libexecdir = @libexecdir@
283localedir = @localedir@
284localstatedir = @localstatedir@
285mandir = @mandir@
286mkdir_p = @mkdir_p@
287oldincludedir = @oldincludedir@
288pdfdir = @pdfdir@
289pkgpyexecdir = @pkgpyexecdir@
290pkgpythondir = @pkgpythondir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
294pyexecdir = @pyexecdir@
295pythondir = @pythondir@
296sbindir = @sbindir@
297sharedstatedir = @sharedstatedir@
298srcdir = @srcdir@
299sysconfdir = @sysconfdir@
300target_alias = @target_alias@
301top_build_prefix = @top_build_prefix@
302top_builddir = @top_builddir@
303top_srcdir = @top_srcdir@
304SUBDIRS = src test resources bindings apps doc
305BUILT_SOURCES = dirs.h
306CLEANFILES = dirs.h
307EXTRA_DIST = FAQ
308
309# Ensure local m4 macros are included during autoreconf and automatic
310# aclocal.m4 remaking
311ACLOCAL_AMFLAGS = -I m4
312all: $(BUILT_SOURCES) config.h
313	$(MAKE) $(AM_MAKEFLAGS) all-recursive
314
315.SUFFIXES:
316am--refresh: Makefile
317	@:
318$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
319	@for dep in $?; do \
320	  case '$(am__configure_deps)' in \
321	    *$$dep*) \
322	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
323	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
324		&& exit 0; \
325	      exit 1;; \
326	  esac; \
327	done; \
328	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
329	$(am__cd) $(top_srcdir) && \
330	  $(AUTOMAKE) --gnu 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:  $(am__configure_deps)
346	$(am__cd) $(srcdir) && $(AUTOCONF)
347$(ACLOCAL_M4):  $(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.hin $(top_builddir)/config.status
356	@rm -f stamp-h1
357	cd $(top_builddir) && $(SHELL) ./config.status config.h
358$(srcdir)/config.hin:  $(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):
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	list='$(SUBDIRS)'; for subdir in $$list; do \
392	  echo "Making $$target in $$subdir"; \
393	  if test "$$subdir" = "."; then \
394	    dot_seen=yes; \
395	    local_target="$$target-am"; \
396	  else \
397	    local_target="$$target"; \
398	  fi; \
399	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
400	  || eval $$failcom; \
401	done; \
402	if test "$$dot_seen" = "no"; then \
403	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
404	fi; test -z "$$fail"
405
406$(RECURSIVE_CLEAN_TARGETS):
407	@fail= failcom='exit 1'; \
408	for f in x $$MAKEFLAGS; do \
409	  case $$f in \
410	    *=* | --[!k]*);; \
411	    *k*) failcom='fail=yes';; \
412	  esac; \
413	done; \
414	dot_seen=no; \
415	case "$@" in \
416	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
417	  *) list='$(SUBDIRS)' ;; \
418	esac; \
419	rev=''; for subdir in $$list; do \
420	  if test "$$subdir" = "."; then :; else \
421	    rev="$$subdir $$rev"; \
422	  fi; \
423	done; \
424	rev="$$rev ."; \
425	target=`echo $@ | sed s/-recursive//`; \
426	for subdir in $$rev; do \
427	  echo "Making $$target in $$subdir"; \
428	  if test "$$subdir" = "."; then \
429	    local_target="$$target-am"; \
430	  else \
431	    local_target="$$target"; \
432	  fi; \
433	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434	  || eval $$failcom; \
435	done && test -z "$$fail"
436tags-recursive:
437	list='$(SUBDIRS)'; for subdir in $$list; do \
438	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
439	done
440ctags-recursive:
441	list='$(SUBDIRS)'; for subdir in $$list; do \
442	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
443	done
444
445ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
446	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447	unique=`for i in $$list; do \
448	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449	  done | \
450	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451	      END { if (nonempty) { for (i in files) print i; }; }'`; \
452	mkid -fID $$unique
453tags: TAGS
454
455TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
456		$(TAGS_FILES) $(LISP)
457	set x; \
458	here=`pwd`; \
459	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
460	  include_option=--etags-include; \
461	  empty_fix=.; \
462	else \
463	  include_option=--include; \
464	  empty_fix=; \
465	fi; \
466	list='$(SUBDIRS)'; for subdir in $$list; do \
467	  if test "$$subdir" = .; then :; else \
468	    test ! -f $$subdir/TAGS || \
469	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
470	  fi; \
471	done; \
472	list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
473	unique=`for i in $$list; do \
474	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475	  done | \
476	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477	      END { if (nonempty) { for (i in files) print i; }; }'`; \
478	shift; \
479	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
480	  test -n "$$unique" || unique=$$empty_fix; \
481	  if test $$# -gt 0; then \
482	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483	      "$$@" $$unique; \
484	  else \
485	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486	      $$unique; \
487	  fi; \
488	fi
489ctags: CTAGS
490CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
491		$(TAGS_FILES) $(LISP)
492	list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
493	unique=`for i in $$list; do \
494	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495	  done | \
496	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
497	      END { if (nonempty) { for (i in files) print i; }; }'`; \
498	test -z "$(CTAGS_ARGS)$$unique" \
499	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500	     $$unique
501
502GTAGS:
503	here=`$(am__cd) $(top_builddir) && pwd` \
504	  && $(am__cd) $(top_srcdir) \
505	  && gtags -i $(GTAGS_ARGS) "$$here"
506
507distclean-tags:
508	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
510distdir: $(DISTFILES)
511	$(am__remove_distdir)
512	test -d "$(distdir)" || mkdir "$(distdir)"
513	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	list='$(DISTFILES)'; \
516	  dist_files=`for file in $$list; do echo $$file; done | \
517	  sed -e "s|^$$srcdirstrip/||;t" \
518	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519	case $$dist_files in \
520	  */*) $(MKDIR_P) `echo "$$dist_files" | \
521			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522			   sort -u` ;; \
523	esac; \
524	for file in $$dist_files; do \
525	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526	  if test -d $$d/$$file; then \
527	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528	    if test -d "$(distdir)/$$file"; then \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534	    fi; \
535	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536	  else \
537	    test -f "$(distdir)/$$file" \
538	    || cp -p $$d/$$file "$(distdir)/$$file" \
539	    || exit 1; \
540	  fi; \
541	done
542	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    $(am__make_dryrun) \
545	      || test -d "$(distdir)/$$subdir" \
546	      || $(MKDIR_P) "$(distdir)/$$subdir" \
547	      || exit 1; \
548	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
549	    $(am__relativize); \
550	    new_distdir=$$reldir; \
551	    dir1=$$subdir; dir2="$(top_distdir)"; \
552	    $(am__relativize); \
553	    new_top_distdir=$$reldir; \
554	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
555	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
556	    ($(am__cd) $$subdir && \
557	      $(MAKE) $(AM_MAKEFLAGS) \
558	        top_distdir="$$new_top_distdir" \
559	        distdir="$$new_distdir" \
560		am__remove_distdir=: \
561		am__skip_length_check=: \
562		am__skip_mode_fix=: \
563	        distdir) \
564	      || exit 1; \
565	  fi; \
566	done
567	-test -n "$(am__skip_mode_fix)" \
568	|| find "$(distdir)" -type d ! -perm -755 \
569		-exec chmod u+rwx,go+rx {} \; -o \
570	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
571	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
572	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
573	|| chmod -R a+r "$(distdir)"
574dist-gzip: distdir
575	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
576	$(am__remove_distdir)
577
578dist-bzip2: distdir
579	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
580	$(am__remove_distdir)
581
582dist-lzip: distdir
583	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
584	$(am__remove_distdir)
585
586dist-lzma: distdir
587	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
588	$(am__remove_distdir)
589
590dist-xz: distdir
591	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
592	$(am__remove_distdir)
593
594dist-tarZ: distdir
595	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
596	$(am__remove_distdir)
597
598dist-shar: distdir
599	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
600	$(am__remove_distdir)
601
602dist-zip: distdir
603	-rm -f $(distdir).zip
604	zip -rq $(distdir).zip $(distdir)
605	$(am__remove_distdir)
606
607dist dist-all: distdir
608	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
609	$(am__remove_distdir)
610
611# This target untars the dist file and tries a VPATH configuration.  Then
612# it guarantees that the distribution is self-contained by making another
613# tarfile.
614distcheck: dist
615	case '$(DIST_ARCHIVES)' in \
616	*.tar.gz*) \
617	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
618	*.tar.bz2*) \
619	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
620	*.tar.lzma*) \
621	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
622	*.tar.lz*) \
623	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
624	*.tar.xz*) \
625	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
626	*.tar.Z*) \
627	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
628	*.shar.gz*) \
629	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
630	*.zip*) \
631	  unzip $(distdir).zip ;;\
632	esac
633	chmod -R a-w $(distdir); chmod u+w $(distdir)
634	mkdir $(distdir)/_build
635	mkdir $(distdir)/_inst
636	chmod a-w $(distdir)
637	test -d $(distdir)/_build || exit 0; \
638	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
639	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
640	  && am__cwd=`pwd` \
641	  && $(am__cd) $(distdir)/_build \
642	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
643	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
644	    $(DISTCHECK_CONFIGURE_FLAGS) \
645	  && $(MAKE) $(AM_MAKEFLAGS) \
646	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
647	  && $(MAKE) $(AM_MAKEFLAGS) check \
648	  && $(MAKE) $(AM_MAKEFLAGS) install \
649	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
650	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
651	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
652	        distuninstallcheck \
653	  && chmod -R a-w "$$dc_install_base" \
654	  && ({ \
655	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
656	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
657	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
658	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
659	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
660	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
661	  && rm -rf "$$dc_destdir" \
662	  && $(MAKE) $(AM_MAKEFLAGS) dist \
663	  && rm -rf $(DIST_ARCHIVES) \
664	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
665	  && cd "$$am__cwd" \
666	  || exit 1
667	$(am__remove_distdir)
668	@(echo "$(distdir) archives ready for distribution: "; \
669	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
670	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
671distuninstallcheck:
672	@test -n '$(distuninstallcheck_dir)' || { \
673	  echo 'ERROR: trying to run $@ with an empty' \
674	       '$$(distuninstallcheck_dir)' >&2; \
675	  exit 1; \
676	}; \
677	$(am__cd) '$(distuninstallcheck_dir)' || { \
678	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
679	  exit 1; \
680	}; \
681	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
682	   || { echo "ERROR: files left after uninstall:" ; \
683	        if test -n "$(DESTDIR)"; then \
684	          echo "  (check DESTDIR support)"; \
685	        fi ; \
686	        $(distuninstallcheck_listfiles) ; \
687	        exit 1; } >&2
688distcleancheck: distclean
689	@if test '$(srcdir)' = . ; then \
690	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
691	  exit 1 ; \
692	fi
693	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
694	  || { echo "ERROR: files left in build directory after distclean:" ; \
695	       $(distcleancheck_listfiles) ; \
696	       exit 1; } >&2
697check-am: all-am
698check: $(BUILT_SOURCES)
699	$(MAKE) $(AM_MAKEFLAGS) check-recursive
700all-am: Makefile config.h
701installdirs: installdirs-recursive
702installdirs-am:
703install: $(BUILT_SOURCES)
704	$(MAKE) $(AM_MAKEFLAGS) install-recursive
705install-exec: install-exec-recursive
706install-data: install-data-recursive
707uninstall: uninstall-recursive
708
709install-am: all-am
710	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712installcheck: installcheck-recursive
713install-strip:
714	if test -z '$(STRIP)'; then \
715	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717	      install; \
718	else \
719	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722	fi
723mostlyclean-generic:
724
725clean-generic:
726	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
727
728distclean-generic:
729	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
730	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
731
732maintainer-clean-generic:
733	@echo "This command is intended for maintainers to use"
734	@echo "it deletes files that may require special tools to rebuild."
735	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
736clean: clean-recursive
737
738clean-am: clean-generic clean-libtool mostlyclean-am
739
740distclean: distclean-recursive
741	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
742	-rm -f Makefile
743distclean-am: clean-am distclean-generic distclean-hdr \
744	distclean-libtool distclean-tags
745
746dvi: dvi-recursive
747
748dvi-am:
749
750html: html-recursive
751
752html-am:
753
754info: info-recursive
755
756info-am:
757
758install-data-am:
759
760install-dvi: install-dvi-recursive
761
762install-dvi-am:
763
764install-exec-am:
765
766install-html: install-html-recursive
767
768install-html-am:
769
770install-info: install-info-recursive
771
772install-info-am:
773
774install-man:
775
776install-pdf: install-pdf-recursive
777
778install-pdf-am:
779
780install-ps: install-ps-recursive
781
782install-ps-am:
783
784installcheck-am:
785
786maintainer-clean: maintainer-clean-recursive
787	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
788	-rm -rf $(top_srcdir)/autom4te.cache
789	-rm -f Makefile
790maintainer-clean-am: distclean-am maintainer-clean-generic
791
792mostlyclean: mostlyclean-recursive
793
794mostlyclean-am: mostlyclean-generic mostlyclean-libtool
795
796pdf: pdf-recursive
797
798pdf-am:
799
800ps: ps-recursive
801
802ps-am:
803
804uninstall-am:
805
806.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
807	ctags-recursive install install-am install-strip \
808	tags-recursive
809
810.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
811	all all-am am--refresh check check-am clean clean-generic \
812	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
813	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
814	dist-zip distcheck distclean distclean-generic distclean-hdr \
815	distclean-libtool distclean-tags distcleancheck distdir \
816	distuninstallcheck dvi dvi-am html html-am info info-am \
817	install install-am install-data install-data-am install-dvi \
818	install-dvi-am install-exec install-exec-am install-html \
819	install-html-am install-info install-info-am install-man \
820	install-pdf install-pdf-am install-ps install-ps-am \
821	install-strip installcheck installcheck-am installdirs \
822	installdirs-am maintainer-clean maintainer-clean-generic \
823	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
824	ps ps-am tags tags-recursive uninstall uninstall-am
825
826
827dirs.h:	Makefile
828	@echo_win_native () { \
829		location="$$1"; \
830		unix_path="$$2"; \
831		\
832		native_windows_path="`mkdir -p $$unix_path && cd $$unix_path && pwd -W`"; \
833		native_windows_path="`echo $$native_windows_path | sed -e 's|/|\\\\\\\\|g'`"; \
834		\
835		echo "#define $$location \"$$native_windows_path\"" >> $@; \
836	}; \
837	\
838	case "`uname`" in \
839	  MINGW*) \
840		echo "// $@ generated by Makefile" > $@; \
841		echo_win_native "prefix" "$(prefix)"; \
842		echo_win_native "bindir" "$(bindir)"; \
843		echo_win_native "libdir" "$(libdir)"; \
844		echo_win_native "sysconfdir" "$(sysconfdir)"; \
845		echo_win_native "datadir" "$(datadir)"; \
846		echo_win_native "pkgdatadir" "$(pkgdatadir)"; \
847		echo_win_native "localstatedir" "$(localstatedir)"; \
848	  ;; \
849	  *) \
850		echo "// $@ generated by Makefile" > $@; \
851		echo '#define prefix "$(prefix)"' >> $@; \
852		echo '#define bindir "$(bindir)"' >> $@; \
853		echo '#define libdir "$(libdir)"' >> $@; \
854		echo '#define sysconfdir "$(sysconfdir)"' >> $@; \
855		echo '#define datadir "$(datadir)"' >> $@; \
856		echo '#define pkgdatadir "$(pkgdatadir)"' >> $@; \
857		echo '#define localstatedir "$(localstatedir)"' >> $@; \
858	  ;; \
859	esac;
860
861# Build Debian package
862debian: dist
863	case '$(DIST_ARCHIVES)' in \
864	*.tar.gz*) \
865	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) && \
866	  cp $(DIST_ARCHIVES) $(PACKAGE)_$(VERSION).orig.tar.gz ;;\
867	*.tar.bz2*) \
868	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) && \
869	  cp $(DIST_ARCHIVES) $(PACKAGE)_$(VERSION).orig.tar.bz2 ;;\
870	*.tar.Z*) \
871	  uncompress -c $(distdir).tar.Z | $(am__untar) && \
872	  cp $(DIST_ARCHIVES) $(PACKAGE)_$(VERSION).orig.tar.Z ;;\
873	*.shar.gz*) \
874	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar && \
875	  cp $(DIST_ARCHIVES) $(PACKAGE)_$(VERSION).orig.shar.gz ;;\
876	*.zip*) \
877	  unzip $(distdir).zip && \
878	  cp $(DIST_ARCHIVES) $(PACKAGE)_$(VERSION).orig.zip ;;\
879	esac
880	mkdir $(distdir)/debian
881	cp -R $(srcdir)/debian/* $(distdir)/debian/
882	(cd $(distdir) && \
883	  dpkg-buildpackage -us -uc -rfakeroot)
884
885debiancheck:
886	@echo
887	@echo "==== Begin lintian check ===="
888	lintian $(PACKAGE)_$(VERSION)*.changes
889	@echo "==== End lintian check   ===="
890
891debianclean:
892	rm -f *.deb
893	rm -f $(PACKAGE)_$(VERSION)*.dsc
894	rm -f $(PACKAGE)_$(VERSION)*.changes
895	rm -f $(PACKAGE)_$(VERSION).orig.*
896	rm -f $(PACKAGE)_$(VERSION)*.diff.*
897
898# Tell versions [3.59,3.63) of GNU make to not export all variables.
899# Otherwise a system limit (for SysV at least) may be exceeded.
900.NOEXPORT:
901