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