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