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