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