(no commit message)
[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
288 dist_doc_DATA = AUTHORS \
289         COPYING \
290         INSTALL \
291         NEWS \
292         README
293
294 all: all-recursive
295
296 .SUFFIXES:
297 am--refresh: Makefile
298         @:
299 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300         @for dep in $?; do \
301           case '$(am__configure_deps)' in \
302             *$$dep*) \
303               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
304               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
305                 && exit 0; \
306               exit 1;; \
307           esac; \
308         done; \
309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
310         $(am__cd) $(top_srcdir) && \
311           $(AUTOMAKE) --gnu Makefile
312 .PRECIOUS: Makefile
313 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314         @case '$?' in \
315           *config.status*) \
316             echo ' $(SHELL) ./config.status'; \
317             $(SHELL) ./config.status;; \
318           *) \
319             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
320             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
321         esac;
322
323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324         $(SHELL) ./config.status --recheck
325
326 $(top_srcdir)/configure:  $(am__configure_deps)
327         $(am__cd) $(srcdir) && $(AUTOCONF)
328 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
329         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
330 $(am__aclocal_m4_deps):
331 install-dist_docDATA: $(dist_doc_DATA)
332         @$(NORMAL_INSTALL)
333         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
334         if test -n "$$list"; then \
335           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
336           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
337         fi; \
338         for p in $$list; do \
339           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340           echo "$$d$$p"; \
341         done | $(am__base_list) | \
342         while read files; do \
343           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
344           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
345         done
346
347 uninstall-dist_docDATA:
348         @$(NORMAL_UNINSTALL)
349         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
350         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
351         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
352
353 # This directory's subdirectories are mostly independent; you can cd
354 # into them and run `make' without going through this Makefile.
355 # To change the values of `make' variables: instead of editing Makefiles,
356 # (1) if the variable is set in `config.status', edit `config.status'
357 #     (which will cause the Makefiles to be regenerated when you run `make');
358 # (2) otherwise, pass the desired values on the `make' command line.
359 $(RECURSIVE_TARGETS):
360         @fail= failcom='exit 1'; \
361         for f in x $$MAKEFLAGS; do \
362           case $$f in \
363             *=* | --[!k]*);; \
364             *k*) failcom='fail=yes';; \
365           esac; \
366         done; \
367         dot_seen=no; \
368         target=`echo $@ | sed s/-recursive//`; \
369         list='$(SUBDIRS)'; for subdir in $$list; do \
370           echo "Making $$target in $$subdir"; \
371           if test "$$subdir" = "."; then \
372             dot_seen=yes; \
373             local_target="$$target-am"; \
374           else \
375             local_target="$$target"; \
376           fi; \
377           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378           || eval $$failcom; \
379         done; \
380         if test "$$dot_seen" = "no"; then \
381           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
382         fi; test -z "$$fail"
383
384 $(RECURSIVE_CLEAN_TARGETS):
385         @fail= failcom='exit 1'; \
386         for f in x $$MAKEFLAGS; do \
387           case $$f in \
388             *=* | --[!k]*);; \
389             *k*) failcom='fail=yes';; \
390           esac; \
391         done; \
392         dot_seen=no; \
393         case "$@" in \
394           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
395           *) list='$(SUBDIRS)' ;; \
396         esac; \
397         rev=''; for subdir in $$list; do \
398           if test "$$subdir" = "."; then :; else \
399             rev="$$subdir $$rev"; \
400           fi; \
401         done; \
402         rev="$$rev ."; \
403         target=`echo $@ | sed s/-recursive//`; \
404         for subdir in $$rev; do \
405           echo "Making $$target in $$subdir"; \
406           if test "$$subdir" = "."; then \
407             local_target="$$target-am"; \
408           else \
409             local_target="$$target"; \
410           fi; \
411           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412           || eval $$failcom; \
413         done && test -z "$$fail"
414 tags-recursive:
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
417         done
418 ctags-recursive:
419         list='$(SUBDIRS)'; for subdir in $$list; do \
420           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
421         done
422
423 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
424         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
425         unique=`for i in $$list; do \
426             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427           done | \
428           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429               END { if (nonempty) { for (i in files) print i; }; }'`; \
430         mkid -fID $$unique
431 tags: TAGS
432
433 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434                 $(TAGS_FILES) $(LISP)
435         set x; \
436         here=`pwd`; \
437         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438           include_option=--etags-include; \
439           empty_fix=.; \
440         else \
441           include_option=--include; \
442           empty_fix=; \
443         fi; \
444         list='$(SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             test ! -f $$subdir/TAGS || \
447               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448           fi; \
449         done; \
450         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451         unique=`for i in $$list; do \
452             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453           done | \
454           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455               END { if (nonempty) { for (i in files) print i; }; }'`; \
456         shift; \
457         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458           test -n "$$unique" || unique=$$empty_fix; \
459           if test $$# -gt 0; then \
460             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461               "$$@" $$unique; \
462           else \
463             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464               $$unique; \
465           fi; \
466         fi
467 ctags: CTAGS
468 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469                 $(TAGS_FILES) $(LISP)
470         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471         unique=`for i in $$list; do \
472             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473           done | \
474           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475               END { if (nonempty) { for (i in files) print i; }; }'`; \
476         test -z "$(CTAGS_ARGS)$$unique" \
477           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478              $$unique
479
480 GTAGS:
481         here=`$(am__cd) $(top_builddir) && pwd` \
482           && $(am__cd) $(top_srcdir) \
483           && gtags -i $(GTAGS_ARGS) "$$here"
484
485 distclean-tags:
486         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
487
488 distdir: $(DISTFILES)
489         $(am__remove_distdir)
490         test -d "$(distdir)" || mkdir "$(distdir)"
491         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493         list='$(DISTFILES)'; \
494           dist_files=`for file in $$list; do echo $$file; done | \
495           sed -e "s|^$$srcdirstrip/||;t" \
496               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497         case $$dist_files in \
498           */*) $(MKDIR_P) `echo "$$dist_files" | \
499                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500                            sort -u` ;; \
501         esac; \
502         for file in $$dist_files; do \
503           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504           if test -d $$d/$$file; then \
505             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506             if test -d "$(distdir)/$$file"; then \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512             fi; \
513             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514           else \
515             test -f "$(distdir)/$$file" \
516             || cp -p $$d/$$file "$(distdir)/$$file" \
517             || exit 1; \
518           fi; \
519         done
520         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521           if test "$$subdir" = .; then :; else \
522             $(am__make_dryrun) \
523               || test -d "$(distdir)/$$subdir" \
524               || $(MKDIR_P) "$(distdir)/$$subdir" \
525               || exit 1; \
526             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527             $(am__relativize); \
528             new_distdir=$$reldir; \
529             dir1=$$subdir; dir2="$(top_distdir)"; \
530             $(am__relativize); \
531             new_top_distdir=$$reldir; \
532             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534             ($(am__cd) $$subdir && \
535               $(MAKE) $(AM_MAKEFLAGS) \
536                 top_distdir="$$new_top_distdir" \
537                 distdir="$$new_distdir" \
538                 am__remove_distdir=: \
539                 am__skip_length_check=: \
540                 am__skip_mode_fix=: \
541                 distdir) \
542               || exit 1; \
543           fi; \
544         done
545         -test -n "$(am__skip_mode_fix)" \
546         || find "$(distdir)" -type d ! -perm -755 \
547                 -exec chmod u+rwx,go+rx {} \; -o \
548           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
549           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
550           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
551         || chmod -R a+r "$(distdir)"
552 dist-gzip: distdir
553         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554         $(am__remove_distdir)
555
556 dist-bzip2: distdir
557         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
558         $(am__remove_distdir)
559
560 dist-lzip: distdir
561         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
562         $(am__remove_distdir)
563
564 dist-lzma: distdir
565         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
566         $(am__remove_distdir)
567
568 dist-xz: distdir
569         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
570         $(am__remove_distdir)
571
572 dist-tarZ: distdir
573         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
574         $(am__remove_distdir)
575
576 dist-shar: distdir
577         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
578         $(am__remove_distdir)
579
580 dist-zip: distdir
581         -rm -f $(distdir).zip
582         zip -rq $(distdir).zip $(distdir)
583         $(am__remove_distdir)
584
585 dist dist-all: distdir
586         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
587         $(am__remove_distdir)
588
589 # This target untars the dist file and tries a VPATH configuration.  Then
590 # it guarantees that the distribution is self-contained by making another
591 # tarfile.
592 distcheck: dist
593         case '$(DIST_ARCHIVES)' in \
594         *.tar.gz*) \
595           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
596         *.tar.bz2*) \
597           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
598         *.tar.lzma*) \
599           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
600         *.tar.lz*) \
601           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
602         *.tar.xz*) \
603           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
604         *.tar.Z*) \
605           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
606         *.shar.gz*) \
607           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
608         *.zip*) \
609           unzip $(distdir).zip ;;\
610         esac
611         chmod -R a-w $(distdir); chmod u+w $(distdir)
612         mkdir $(distdir)/_build
613         mkdir $(distdir)/_inst
614         chmod a-w $(distdir)
615         test -d $(distdir)/_build || exit 0; \
616         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
617           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
618           && am__cwd=`pwd` \
619           && $(am__cd) $(distdir)/_build \
620           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
621             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
622             $(DISTCHECK_CONFIGURE_FLAGS) \
623           && $(MAKE) $(AM_MAKEFLAGS) \
624           && $(MAKE) $(AM_MAKEFLAGS) dvi \
625           && $(MAKE) $(AM_MAKEFLAGS) check \
626           && $(MAKE) $(AM_MAKEFLAGS) install \
627           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
628           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
629           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
630                 distuninstallcheck \
631           && chmod -R a-w "$$dc_install_base" \
632           && ({ \
633                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
634                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
635                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
636                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
637                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
638               } || { rm -rf "$$dc_destdir"; exit 1; }) \
639           && rm -rf "$$dc_destdir" \
640           && $(MAKE) $(AM_MAKEFLAGS) dist \
641           && rm -rf $(DIST_ARCHIVES) \
642           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
643           && cd "$$am__cwd" \
644           || exit 1
645         $(am__remove_distdir)
646         @(echo "$(distdir) archives ready for distribution: "; \
647           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
648           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
649 distuninstallcheck:
650         @test -n '$(distuninstallcheck_dir)' || { \
651           echo 'ERROR: trying to run $@ with an empty' \
652                '$$(distuninstallcheck_dir)' >&2; \
653           exit 1; \
654         }; \
655         $(am__cd) '$(distuninstallcheck_dir)' || { \
656           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
657           exit 1; \
658         }; \
659         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
660            || { echo "ERROR: files left after uninstall:" ; \
661                 if test -n "$(DESTDIR)"; then \
662                   echo "  (check DESTDIR support)"; \
663                 fi ; \
664                 $(distuninstallcheck_listfiles) ; \
665                 exit 1; } >&2
666 distcleancheck: distclean
667         @if test '$(srcdir)' = . ; then \
668           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
669           exit 1 ; \
670         fi
671         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
672           || { echo "ERROR: files left in build directory after distclean:" ; \
673                $(distcleancheck_listfiles) ; \
674                exit 1; } >&2
675 check-am: all-am
676 check: check-recursive
677 all-am: Makefile $(DATA)
678 installdirs: installdirs-recursive
679 installdirs-am:
680         for dir in "$(DESTDIR)$(docdir)"; do \
681           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
682         done
683 install: install-recursive
684 install-exec: install-exec-recursive
685 install-data: install-data-recursive
686 uninstall: uninstall-recursive
687
688 install-am: all-am
689         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
690
691 installcheck: installcheck-recursive
692 install-strip:
693         if test -z '$(STRIP)'; then \
694           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696               install; \
697         else \
698           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
699             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
700             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
701         fi
702 mostlyclean-generic:
703
704 clean-generic:
705
706 distclean-generic:
707         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
708         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
709
710 maintainer-clean-generic:
711         @echo "This command is intended for maintainers to use"
712         @echo "it deletes files that may require special tools to rebuild."
713 clean: clean-recursive
714
715 clean-am: clean-generic mostlyclean-am
716
717 distclean: distclean-recursive
718         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
719         -rm -f Makefile
720 distclean-am: clean-am distclean-generic distclean-tags
721
722 dvi: dvi-recursive
723
724 dvi-am:
725
726 html: html-recursive
727
728 html-am:
729
730 info: info-recursive
731
732 info-am:
733
734 install-data-am: install-dist_docDATA
735
736 install-dvi: install-dvi-recursive
737
738 install-dvi-am:
739
740 install-exec-am:
741
742 install-html: install-html-recursive
743
744 install-html-am:
745
746 install-info: install-info-recursive
747
748 install-info-am:
749
750 install-man:
751
752 install-pdf: install-pdf-recursive
753
754 install-pdf-am:
755
756 install-ps: install-ps-recursive
757
758 install-ps-am:
759
760 installcheck-am:
761
762 maintainer-clean: maintainer-clean-recursive
763         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
764         -rm -rf $(top_srcdir)/autom4te.cache
765         -rm -f Makefile
766 maintainer-clean-am: distclean-am maintainer-clean-generic
767
768 mostlyclean: mostlyclean-recursive
769
770 mostlyclean-am: mostlyclean-generic
771
772 pdf: pdf-recursive
773
774 pdf-am:
775
776 ps: ps-recursive
777
778 ps-am:
779
780 uninstall-am: uninstall-dist_docDATA
781
782 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
783         install-am install-strip tags-recursive
784
785 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
786         all all-am am--refresh check check-am clean clean-generic \
787         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
788         dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
789         distcheck distclean distclean-generic distclean-tags \
790         distcleancheck distdir distuninstallcheck dvi dvi-am html \
791         html-am info info-am install install-am install-data \
792         install-data-am install-dist_docDATA install-dvi \
793         install-dvi-am install-exec install-exec-am install-html \
794         install-html-am install-info install-info-am install-man \
795         install-pdf install-pdf-am install-ps install-ps-am \
796         install-strip installcheck installcheck-am installdirs \
797         installdirs-am maintainer-clean maintainer-clean-generic \
798         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
799         tags-recursive uninstall uninstall-am uninstall-dist_docDATA
800
801
802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
803 # Otherwise a system limit (for SysV at least) may be exceeded.
804 .NOEXPORT: