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