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