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