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