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