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