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