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