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