changes to fix compilation under maemo5 - provided by Darren Long
[monky] / Makefile.in
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
18 #
19 # Conky, a system monitor, based on torsmo
20 #
21 # Any original torsmo code is licensed under the BSD license
22 #
23 # All code written since the fork of torsmo is licensed under the GPL
24 #
25 # Please see COPYING for details
26 #
27 # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
28 # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
29 # All rights reserved.
30 #
31 # This program is free software: you can redistribute it and/or modify
32 # it under the terms of the GNU General Public License as published by
33 # the Free Software Foundation, either version 3 of the License, or
34 # (at your option) any later version.
35 #
36 # This program is distributed in the hope that it will be useful,
37 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
39 # GNU General Public License for more details.
40 # You should have received a copy of the GNU General Public License
41 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
42 #
43 srcdir = @srcdir@
44 top_srcdir = @top_srcdir@
45 VPATH = @srcdir@
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkgincludedir = $(includedir)/@PACKAGE@
49 top_builddir = .
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 INSTALL = @INSTALL@
52 install_sh_DATA = $(install_sh) -c -m 644
53 install_sh_PROGRAM = $(install_sh) -c
54 install_sh_SCRIPT = $(install_sh) -c
55 INSTALL_HEADER = $(INSTALL_DATA)
56 transform = $(program_transform_name)
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_triplet = @host@
64 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
65         $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
66         ChangeLog INSTALL NEWS TODO compile config.guess config.rpath \
67         config.sub depcomp install-sh ltmain.sh missing
68 subdir = .
69 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 am__aclocal_m4_deps = $(top_srcdir)/m4/pkg.m4 \
71         $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73         $(ACLOCAL_M4)
74 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
75  configure.lineno configure.status.lineno
76 mkinstalldirs = $(mkdir_p)
77 CONFIG_HEADER = $(top_builddir)/src/config.h
78 CONFIG_CLEAN_FILES =
79 SOURCES =
80 DIST_SOURCES =
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82         html-recursive info-recursive install-data-recursive \
83         install-exec-recursive install-info-recursive \
84         install-recursive installcheck-recursive installdirs-recursive \
85         pdf-recursive ps-recursive uninstall-info-recursive \
86         uninstall-recursive
87 ETAGS = etags
88 CTAGS = ctags
89 DIST_SUBDIRS = $(SUBDIRS)
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 distdir = $(PACKAGE)-$(VERSION)
92 top_distdir = $(distdir)
93 am__remove_distdir = \
94   { test ! -d $(distdir) \
95     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
96          && rm -fr $(distdir); }; }
97 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
98 GZIP_ENV = --best
99 distuninstallcheck_listfiles = find . -type f -print
100 distcleancheck_listfiles = find . -type f -print
101 ACLOCAL = @ACLOCAL@
102 AMDEP_FALSE = @AMDEP_FALSE@
103 AMDEP_TRUE = @AMDEP_TRUE@
104 AMTAR = @AMTAR@
105 AR = @AR@
106 AUTOCONF = @AUTOCONF@
107 AUTOHEADER = @AUTOHEADER@
108 AUTOMAKE = @AUTOMAKE@
109 AWK = @AWK@
110 Audacious_CFLAGS = @Audacious_CFLAGS@
111 Audacious_LIBS = @Audacious_LIBS@
112 BMPx_CFLAGS = @BMPx_CFLAGS@
113 BMPx_LIBS = @BMPx_LIBS@
114 BUILD_APCUPSD_FALSE = @BUILD_APCUPSD_FALSE@
115 BUILD_APCUPSD_TRUE = @BUILD_APCUPSD_TRUE@
116 BUILD_ARCH = @BUILD_ARCH@
117 BUILD_AUDACIOUS_FALSE = @BUILD_AUDACIOUS_FALSE@
118 BUILD_AUDACIOUS_TRUE = @BUILD_AUDACIOUS_TRUE@
119 BUILD_BMPX_FALSE = @BUILD_BMPX_FALSE@
120 BUILD_BMPX_TRUE = @BUILD_BMPX_TRUE@
121 BUILD_CONFIG_OUTPUT_FALSE = @BUILD_CONFIG_OUTPUT_FALSE@
122 BUILD_CONFIG_OUTPUT_TRUE = @BUILD_CONFIG_OUTPUT_TRUE@
123 BUILD_CURL_FALSE = @BUILD_CURL_FALSE@
124 BUILD_CURL_TRUE = @BUILD_CURL_TRUE@
125 BUILD_DATE = @BUILD_DATE@
126 BUILD_EVE_FALSE = @BUILD_EVE_FALSE@
127 BUILD_EVE_TRUE = @BUILD_EVE_TRUE@
128 BUILD_FREEBSD_FALSE = @BUILD_FREEBSD_FALSE@
129 BUILD_FREEBSD_TRUE = @BUILD_FREEBSD_TRUE@
130 BUILD_HDDTEMP_FALSE = @BUILD_HDDTEMP_FALSE@
131 BUILD_HDDTEMP_TRUE = @BUILD_HDDTEMP_TRUE@
132 BUILD_IBM_FALSE = @BUILD_IBM_FALSE@
133 BUILD_IBM_TRUE = @BUILD_IBM_TRUE@
134 BUILD_ICONV_FALSE = @BUILD_ICONV_FALSE@
135 BUILD_ICONV_TRUE = @BUILD_ICONV_TRUE@
136 BUILD_IMLIB2_FALSE = @BUILD_IMLIB2_FALSE@
137 BUILD_IMLIB2_TRUE = @BUILD_IMLIB2_TRUE@
138 BUILD_LINUX_FALSE = @BUILD_LINUX_FALSE@
139 BUILD_LINUX_TRUE = @BUILD_LINUX_TRUE@
140 BUILD_LUA_CAIRO_FALSE = @BUILD_LUA_CAIRO_FALSE@
141 BUILD_LUA_CAIRO_TRUE = @BUILD_LUA_CAIRO_TRUE@
142 BUILD_LUA_FALSE = @BUILD_LUA_FALSE@
143 BUILD_LUA_IMLIB2_FALSE = @BUILD_LUA_IMLIB2_FALSE@
144 BUILD_LUA_IMLIB2_TRUE = @BUILD_LUA_IMLIB2_TRUE@
145 BUILD_LUA_TRUE = @BUILD_LUA_TRUE@
146 BUILD_MATH_FALSE = @BUILD_MATH_FALSE@
147 BUILD_MATH_TRUE = @BUILD_MATH_TRUE@
148 BUILD_MOC_FALSE = @BUILD_MOC_FALSE@
149 BUILD_MOC_TRUE = @BUILD_MOC_TRUE@
150 BUILD_MPD_FALSE = @BUILD_MPD_FALSE@
151 BUILD_MPD_TRUE = @BUILD_MPD_TRUE@
152 BUILD_NCURSES_FALSE = @BUILD_NCURSES_FALSE@
153 BUILD_NCURSES_TRUE = @BUILD_NCURSES_TRUE@
154 BUILD_NVIDIA_FALSE = @BUILD_NVIDIA_FALSE@
155 BUILD_NVIDIA_TRUE = @BUILD_NVIDIA_TRUE@
156 BUILD_OPENBSD_FALSE = @BUILD_OPENBSD_FALSE@
157 BUILD_OPENBSD_TRUE = @BUILD_OPENBSD_TRUE@
158 BUILD_PORT_MONITORS_FALSE = @BUILD_PORT_MONITORS_FALSE@
159 BUILD_PORT_MONITORS_TRUE = @BUILD_PORT_MONITORS_TRUE@
160 BUILD_RSS_FALSE = @BUILD_RSS_FALSE@
161 BUILD_RSS_TRUE = @BUILD_RSS_TRUE@
162 BUILD_WEATHER_FALSE = @BUILD_WEATHER_FALSE@
163 BUILD_WEATHER_TRUE = @BUILD_WEATHER_TRUE@
164 BUILD_WLAN_FALSE = @BUILD_WLAN_FALSE@
165 BUILD_WLAN_TRUE = @BUILD_WLAN_TRUE@
166 BUILD_X11_FALSE = @BUILD_X11_FALSE@
167 BUILD_X11_TRUE = @BUILD_X11_TRUE@
168 BUILD_XMMS2_FALSE = @BUILD_XMMS2_FALSE@
169 BUILD_XMMS2_TRUE = @BUILD_XMMS2_TRUE@
170 BUILD_XOAP_FALSE = @BUILD_XOAP_FALSE@
171 BUILD_XOAP_TRUE = @BUILD_XOAP_TRUE@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CXX = @CXX@
178 CXXCPP = @CXXCPP@
179 CXXDEPMODE = @CXXDEPMODE@
180 CXXFLAGS = @CXXFLAGS@
181 CYGPATH_W = @CYGPATH_W@
182 DEFS = @DEFS@
183 DEPDIR = @DEPDIR@
184 DSYMUTIL = @DSYMUTIL@
185 ECHO = @ECHO@
186 ECHO_C = @ECHO_C@
187 ECHO_N = @ECHO_N@
188 ECHO_T = @ECHO_T@
189 EGREP = @EGREP@
190 EXEEXT = @EXEEXT@
191 F77 = @F77@
192 FFLAGS = @FFLAGS@
193 GLib2_CFLAGS = @GLib2_CFLAGS@
194 GLib2_LIBS = @GLib2_LIBS@
195 GREP = @GREP@
196 HAVE_DOCSTUFF_FALSE = @HAVE_DOCSTUFF_FALSE@
197 HAVE_DOCSTUFF_TRUE = @HAVE_DOCSTUFF_TRUE@
198 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
199 INSTALL_DATA = @INSTALL_DATA@
200 INSTALL_PROGRAM = @INSTALL_PROGRAM@
201 INSTALL_SCRIPT = @INSTALL_SCRIPT@
202 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203 Imlib2_CFLAGS = @Imlib2_CFLAGS@
204 Imlib2_LIBS = @Imlib2_LIBS@
205 LDFLAGS = @LDFLAGS@
206 LIBICONV = @LIBICONV@
207 LIBOBJS = @LIBOBJS@
208 LIBS = @LIBS@
209 LIBTOOL = @LIBTOOL@
210 LN_S = @LN_S@
211 LTLIBICONV = @LTLIBICONV@
212 LTLIBOBJS = @LTLIBOBJS@
213 LUA51_CFLAGS = @LUA51_CFLAGS@
214 LUA51_LIBS = @LUA51_LIBS@
215 LUA_CFLAGS = @LUA_CFLAGS@
216 LUA_LIBS = @LUA_LIBS@
217 MAKEINFO = @MAKEINFO@
218 NMEDIT = @NMEDIT@
219 OBJEXT = @OBJEXT@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PKG_CONFIG = @PKG_CONFIG@
228 RANLIB = @RANLIB@
229 SED = @SED@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 STRIP = @STRIP@
233 VERSION = @VERSION@
234 X11_CFLAGS = @X11_CFLAGS@
235 X11_LIBS = @X11_LIBS@
236 XDamage_CFLAGS = @XDamage_CFLAGS@
237 XDamage_LIBS = @XDamage_LIBS@
238 XMKMF = @XMKMF@
239 XMMS2_CFLAGS = @XMMS2_CFLAGS@
240 XMMS2_LIBS = @XMMS2_LIBS@
241 X_CFLAGS = @X_CFLAGS@
242 X_EXTRA_LIBS = @X_EXTRA_LIBS@
243 X_LIBS = @X_LIBS@
244 X_PRE_LIBS = @X_PRE_LIBS@
245 Xext_CFLAGS = @Xext_CFLAGS@
246 Xext_LIBS = @Xext_LIBS@
247 Xft_CFLAGS = @Xft_CFLAGS@
248 Xft_LIBS = @Xft_LIBS@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_CXX = @ac_ct_CXX@
251 ac_ct_F77 = @ac_ct_F77@
252 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
253 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
254 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
255 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
256 am__include = @am__include@
257 am__leading_dot = @am__leading_dot@
258 am__quote = @am__quote@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 cairo_CFLAGS = @cairo_CFLAGS@
266 cairo_LIBS = @cairo_LIBS@
267 cairo_xlib_CFLAGS = @cairo_xlib_CFLAGS@
268 cairo_xlib_LIBS = @cairo_xlib_LIBS@
269 conky_CFLAGS = @conky_CFLAGS@
270 conky_LIBS = @conky_LIBS@
271 datadir = @datadir@
272 datarootdir = @datarootdir@
273 db2x_manxml_cmd = @db2x_manxml_cmd@
274 db2x_xsltproc_cmd = @db2x_xsltproc_cmd@
275 docdir = @docdir@
276 dvidir = @dvidir@
277 exec_prefix = @exec_prefix@
278 host = @host@
279 host_alias = @host_alias@
280 host_cpu = @host_cpu@
281 host_os = @host_os@
282 host_vendor = @host_vendor@
283 htmldir = @htmldir@
284 includedir = @includedir@
285 infodir = @infodir@
286 install_sh = @install_sh@
287 libcurl_CFLAGS = @libcurl_CFLAGS@
288 libcurl_LIBS = @libcurl_LIBS@
289 libdir = @libdir@
290 libexecdir = @libexecdir@
291 libxml2_CFLAGS = @libxml2_CFLAGS@
292 libxml2_LIBS = @libxml2_LIBS@
293 localedir = @localedir@
294 localstatedir = @localstatedir@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 psdir = @psdir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 sysconfdir = @sysconfdir@
305 target_alias = @target_alias@
306 tolua_CFLAGS = @tolua_CFLAGS@
307 tolua_LIBS = @tolua_LIBS@
308 toluapp = @toluapp@
309 xsltproc_cmd = @xsltproc_cmd@
310 SUBDIRS = \
311         src                                     \
312         doc                                     \
313         lua                                     \
314         data
315
316 AUTOMAKE_OPTIONS = \
317         1.8                                     \
318         dist-bzip2
319
320 EXTRA_DIST = \
321         autogen.sh                              \
322         configure.ac.in                         \
323         config.rpath                            \
324         extras/nano/README                      \
325         extras/nano/conky.nanorc                \
326         extras/vim/README                       \
327         extras/vim/ftdetect/conkyrc.vim         \
328         extras/vim/syntax/conkyrc.vim           \
329         text2c.sh
330
331 ACLOCAL_AMFLAGS = -I m4
332 all: all-recursive
333
334 .SUFFIXES:
335 am--refresh:
336         @:
337 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
342               cd $(srcdir) && $(AUTOMAKE) --gnu  \
343                 && exit 0; \
344               exit 1;; \
345           esac; \
346         done; \
347         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
348         cd $(top_srcdir) && \
349           $(AUTOMAKE) --gnu  Makefile
350 .PRECIOUS: Makefile
351 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352         @case '$?' in \
353           *config.status*) \
354             echo ' $(SHELL) ./config.status'; \
355             $(SHELL) ./config.status;; \
356           *) \
357             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
358             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
359         esac;
360
361 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362         $(SHELL) ./config.status --recheck
363
364 $(top_srcdir)/configure:  $(am__configure_deps)
365         cd $(srcdir) && $(AUTOCONF)
366 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
367         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
368
369 mostlyclean-libtool:
370         -rm -f *.lo
371
372 clean-libtool:
373         -rm -rf .libs _libs
374
375 distclean-libtool:
376         -rm -f libtool
377 uninstall-info-am:
378
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run `make' without going through this Makefile.
381 # To change the values of `make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in `config.status', edit `config.status'
383 #     (which will cause the Makefiles to be regenerated when you run `make');
384 # (2) otherwise, pass the desired values on the `make' command line.
385 $(RECURSIVE_TARGETS):
386         @set fnord $$MAKEFLAGS; amf=$$2; \
387         dot_seen=no; \
388         target=`echo $@ | sed s/-recursive//`; \
389         list='$(SUBDIRS)'; for subdir in $$list; do \
390           echo "Making $$target in $$subdir"; \
391           if test "$$subdir" = "."; then \
392             dot_seen=yes; \
393             local_target="$$target-am"; \
394           else \
395             local_target="$$target"; \
396           fi; \
397           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
399         done; \
400         if test "$$dot_seen" = "no"; then \
401           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
402         fi; test -z "$$fail"
403
404 mostlyclean-recursive clean-recursive distclean-recursive \
405 maintainer-clean-recursive:
406         @set fnord $$MAKEFLAGS; amf=$$2; \
407         dot_seen=no; \
408         case "$@" in \
409           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
410           *) list='$(SUBDIRS)' ;; \
411         esac; \
412         rev=''; for subdir in $$list; do \
413           if test "$$subdir" = "."; then :; else \
414             rev="$$subdir $$rev"; \
415           fi; \
416         done; \
417         rev="$$rev ."; \
418         target=`echo $@ | sed s/-recursive//`; \
419         for subdir in $$rev; do \
420           echo "Making $$target in $$subdir"; \
421           if test "$$subdir" = "."; then \
422             local_target="$$target-am"; \
423           else \
424             local_target="$$target"; \
425           fi; \
426           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
428         done && test -z "$$fail"
429 tags-recursive:
430         list='$(SUBDIRS)'; for subdir in $$list; do \
431           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
432         done
433 ctags-recursive:
434         list='$(SUBDIRS)'; for subdir in $$list; do \
435           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
436         done
437
438 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440         unique=`for i in $$list; do \
441             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442           done | \
443           $(AWK) '    { files[$$0] = 1; } \
444                END { for (i in files) print i; }'`; \
445         mkid -fID $$unique
446 tags: TAGS
447
448 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449                 $(TAGS_FILES) $(LISP)
450         tags=; \
451         here=`pwd`; \
452         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
453           include_option=--etags-include; \
454           empty_fix=.; \
455         else \
456           include_option=--include; \
457           empty_fix=; \
458         fi; \
459         list='$(SUBDIRS)'; for subdir in $$list; do \
460           if test "$$subdir" = .; then :; else \
461             test ! -f $$subdir/TAGS || \
462               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
463           fi; \
464         done; \
465         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
466         unique=`for i in $$list; do \
467             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468           done | \
469           $(AWK) '    { files[$$0] = 1; } \
470                END { for (i in files) print i; }'`; \
471         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
472           test -n "$$unique" || unique=$$empty_fix; \
473           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474             $$tags $$unique; \
475         fi
476 ctags: CTAGS
477 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478                 $(TAGS_FILES) $(LISP)
479         tags=; \
480         here=`pwd`; \
481         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '    { files[$$0] = 1; } \
486                END { for (i in files) print i; }'`; \
487         test -z "$(CTAGS_ARGS)$$tags$$unique" \
488           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
489              $$tags $$unique
490
491 GTAGS:
492         here=`$(am__cd) $(top_builddir) && pwd` \
493           && cd $(top_srcdir) \
494           && gtags -i $(GTAGS_ARGS) $$here
495
496 distclean-tags:
497         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499 distdir: $(DISTFILES)
500         $(am__remove_distdir)
501         mkdir $(distdir)
502         $(mkdir_p) $(distdir)/extras/nano $(distdir)/extras/vim $(distdir)/extras/vim/ftdetect $(distdir)/extras/vim/syntax $(distdir)/m4 $(distdir)/src
503         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
504         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
505         list='$(DISTFILES)'; for file in $$list; do \
506           case $$file in \
507             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
508             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
509           esac; \
510           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
512           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
513             dir="/$$dir"; \
514             $(mkdir_p) "$(distdir)$$dir"; \
515           else \
516             dir=''; \
517           fi; \
518           if test -d $$d/$$file; then \
519             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
521             fi; \
522             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
523           else \
524             test -f $(distdir)/$$file \
525             || cp -p $$d/$$file $(distdir)/$$file \
526             || exit 1; \
527           fi; \
528         done
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           if test "$$subdir" = .; then :; else \
531             test -d "$(distdir)/$$subdir" \
532             || mkdir "$(distdir)/$$subdir" \
533             || exit 1; \
534             (cd $$subdir && \
535               $(MAKE) $(AM_MAKEFLAGS) \
536                 top_distdir="../$(top_distdir)" \
537                 distdir="../$(distdir)/$$subdir" \
538                 distdir) \
539               || exit 1; \
540           fi; \
541         done
542         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
543           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
544           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
545           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
546         || chmod -R a+r $(distdir)
547 dist-gzip: distdir
548         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
549         $(am__remove_distdir)
550 dist-bzip2: distdir
551         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
552         $(am__remove_distdir)
553
554 dist-tarZ: distdir
555         $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
556         $(am__remove_distdir)
557
558 dist-shar: distdir
559         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
560         $(am__remove_distdir)
561
562 dist-zip: distdir
563         -rm -f $(distdir).zip
564         zip -rq $(distdir).zip $(distdir)
565         $(am__remove_distdir)
566
567 dist dist-all: distdir
568         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
569         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
570         $(am__remove_distdir)
571
572 # This target untars the dist file and tries a VPATH configuration.  Then
573 # it guarantees that the distribution is self-contained by making another
574 # tarfile.
575 distcheck: dist
576         case '$(DIST_ARCHIVES)' in \
577         *.tar.gz*) \
578           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
579         *.tar.bz2*) \
580           bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
581         *.tar.Z*) \
582           uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
583         *.shar.gz*) \
584           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
585         *.zip*) \
586           unzip $(distdir).zip ;;\
587         esac
588         chmod -R a-w $(distdir); chmod a+w $(distdir)
589         mkdir $(distdir)/_build
590         mkdir $(distdir)/_inst
591         chmod a-w $(distdir)
592         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
593           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
594           && cd $(distdir)/_build \
595           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
596             $(DISTCHECK_CONFIGURE_FLAGS) \
597           && $(MAKE) $(AM_MAKEFLAGS) \
598           && $(MAKE) $(AM_MAKEFLAGS) dvi \
599           && $(MAKE) $(AM_MAKEFLAGS) check \
600           && $(MAKE) $(AM_MAKEFLAGS) install \
601           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
602           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
603           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
604                 distuninstallcheck \
605           && chmod -R a-w "$$dc_install_base" \
606           && ({ \
607                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
608                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
609                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
610                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
611                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
612               } || { rm -rf "$$dc_destdir"; exit 1; }) \
613           && rm -rf "$$dc_destdir" \
614           && $(MAKE) $(AM_MAKEFLAGS) dist \
615           && rm -rf $(DIST_ARCHIVES) \
616           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
617         $(am__remove_distdir)
618         @(echo "$(distdir) archives ready for distribution: "; \
619           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
620           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
621 distuninstallcheck:
622         @cd $(distuninstallcheck_dir) \
623         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
624            || { echo "ERROR: files left after uninstall:" ; \
625                 if test -n "$(DESTDIR)"; then \
626                   echo "  (check DESTDIR support)"; \
627                 fi ; \
628                 $(distuninstallcheck_listfiles) ; \
629                 exit 1; } >&2
630 distcleancheck: distclean
631         @if test '$(srcdir)' = . ; then \
632           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
633           exit 1 ; \
634         fi
635         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
636           || { echo "ERROR: files left in build directory after distclean:" ; \
637                $(distcleancheck_listfiles) ; \
638                exit 1; } >&2
639 check-am: all-am
640 check: check-recursive
641 all-am: Makefile
642 installdirs: installdirs-recursive
643 installdirs-am:
644 install: install-recursive
645 install-exec: install-exec-recursive
646 install-data: install-data-recursive
647 uninstall: uninstall-recursive
648
649 install-am: all-am
650         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
651
652 installcheck: installcheck-recursive
653 install-strip:
654         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656           `test -z '$(STRIP)' || \
657             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
658 mostlyclean-generic:
659
660 clean-generic:
661
662 distclean-generic:
663         -rm -f $(CONFIG_CLEAN_FILES)
664
665 maintainer-clean-generic:
666         @echo "This command is intended for maintainers to use"
667         @echo "it deletes files that may require special tools to rebuild."
668 clean: clean-recursive
669
670 clean-am: clean-generic clean-libtool mostlyclean-am
671
672 distclean: distclean-recursive
673         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
674         -rm -f Makefile
675 distclean-am: clean-am distclean-generic distclean-libtool \
676         distclean-local distclean-tags
677
678 dvi: dvi-recursive
679
680 dvi-am:
681
682 html: html-recursive
683
684 info: info-recursive
685
686 info-am:
687
688 install-data-am:
689
690 install-exec-am:
691
692 install-info: install-info-recursive
693
694 install-man:
695
696 installcheck-am:
697
698 maintainer-clean: maintainer-clean-recursive
699         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
700         -rm -rf $(top_srcdir)/autom4te.cache
701         -rm -f Makefile
702 maintainer-clean-am: distclean-am maintainer-clean-generic
703
704 mostlyclean: mostlyclean-recursive
705
706 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
707
708 pdf: pdf-recursive
709
710 pdf-am:
711
712 ps: ps-recursive
713
714 ps-am:
715
716 uninstall-am: uninstall-info-am
717
718 uninstall-info: uninstall-info-recursive
719
720 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
721         check-am clean clean-generic clean-libtool clean-recursive \
722         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
723         dist-shar dist-tarZ dist-zip distcheck distclean \
724         distclean-generic distclean-libtool distclean-local \
725         distclean-recursive distclean-tags distcleancheck distdir \
726         distuninstallcheck dvi dvi-am html html-am info info-am \
727         install install-am install-data install-data-am install-exec \
728         install-exec-am install-info install-info-am install-man \
729         install-strip installcheck installcheck-am installdirs \
730         installdirs-am maintainer-clean maintainer-clean-generic \
731         maintainer-clean-recursive mostlyclean mostlyclean-generic \
732         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
733         tags tags-recursive uninstall uninstall-am uninstall-info-am
734
735
736 distclean-local:
737         /bin/rm -rf *.cache *~
738
739 Doxyfile:
740         doxygen -g
741         sed -e 's/^\(PROJECT_NAME *=\).*$$/\1 conky/' \
742             -e 's/^\(PROJECT_NUMBER *=\).*$$/\1 1.6/' \
743             -e 's/^\(OPTIMIZE_OUTPUT_FOR_C *=\).*$$/\1 YES/' \
744             -e 's/^\(EXTRACT_ALL *=\).*$$/\1 YES/' \
745             -e 's/^\(EXTRACT_PRIVATE *=\).*$$/\1 YES/' \
746             -e 's/^\(EXTRACT_STATIC *=\).*$$/\1 YES/' \
747             -e 's/^\(INPUT *=\).*$$/\1 "src"/' \
748             -e 's/^\(SOURCE_BROWSER *=\).*$$/\1 YES/' \
749             -e 's/^\(MACRO_EXPANSION *=\).*$$/\1 YES/' \
750             -e 's/^\(HAVE_DOT *=\).*$$/\1 YES/' \
751             -e 's/^\(CALL_GRAPH *=\).*$$/\1 YES/' \
752             -e 's/^\(CALLER_GRAPH *=\).*$$/\1 YES/' -i Doxyfile
753
754 doxy: Doxyfile
755         doxygen $<
756
757 .PHONY: distclean-local doxy
758
759 # vi:set ts=4 sw=4 noet ai nocindent syntax=automake:
760 # Tell versions [3.59,3.63) of GNU make to not export all variables.
761 # Otherwise a system limit (for SysV at least) may be exceeded.
762 .NOEXPORT: