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