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