slog-enabled cbk use gsettings.
[psensor.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 @JSON_TRUE@@LIBMICROHTTPD_TRUE@am__append_1 = server
55 @GTK_TRUE@@X11_TRUE@@XEXT_TRUE@bin_PROGRAMS = psensor$(EXEEXT)
56 @GTOP_TRUE@am__append_2 = $(GTOP_CFLAGS)
57 @GTOP_TRUE@am__append_3 = $(GTOP_LIBS)
58 @LIBNOTIFY_TRUE@am__append_4 = ui_notify.h ui_notify.c
59 @LIBNOTIFY_TRUE@am__append_5 = $(LIBNOTIFY_LIBS)
60 @LIBNOTIFY_TRUE@am__append_6 = $(LIBNOTIFY_CFLAGS)
61 @APPINDICATOR_TRUE@am__append_7 = ui_appindicator.c 
62 @APPINDICATOR_TRUE@am__append_8 = $(APPINDICATOR_LIBS)
63 @APPINDICATOR_TRUE@am__append_9 = $(APPINDICATOR_CFLAGS)
64 @NVIDIA_TRUE@@X11_TRUE@am__append_10 = $(NVIDIA_CFLAGS)
65 @NVIDIA_TRUE@@X11_TRUE@am__append_11 = $(NVIDIA_LIBS)
66 @LIBATIADL_TRUE@am__append_12 = $(LIBATIADL_CFLAGS)
67 @LIBATIADL_TRUE@am__append_13 = $(LIBATIADL_LIBS)
68 @ATASMART_TRUE@am__append_14 = $(ATASMART_CFLAGS)
69 @ATASMART_TRUE@am__append_15 = $(ATASMART_LIBS)
70 @UNITY_TRUE@am__append_16 = ui_unity.h ui_unity.c
71 @UNITY_TRUE@am__append_17 = $(UNITY_CFLAGS)
72 @UNITY_TRUE@am__append_18 = $(UNITY_LIBS) 
73 @CURL_TRUE@@JSON_TRUE@am__append_19 = rsensor.h rsensor.c
74 @CURL_TRUE@@JSON_TRUE@am__append_20 = $(CURL_LIBS) $(JSON_LIBS)
75 @CURL_TRUE@@JSON_TRUE@am__append_21 = $(CURL_CFLAGS) $(JSON_CFLAGS)
76 subdir = src
77 DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
78         $(srcdir)/Makefile.in
79 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
81 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82         $(ACLOCAL_M4)
83 mkinstalldirs = $(install_sh) -d
84 CONFIG_HEADER = $(top_builddir)/config.h
85 CONFIG_CLEAN_FILES =
86 CONFIG_CLEAN_VPATH_FILES =
87 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
88 PROGRAMS = $(bin_PROGRAMS)
89 am__psensor_SOURCES_DIST = cfg.h cfg.c notify_cmd.c notify_cmd.h \
90         graph.h graph.c main.c ui.h ui.c ui_appindicator.h ui_color.h \
91         ui_color.c ui_graph.h ui_graph.c ui_pref.h ui_pref.c \
92         ui_sensorlist.h ui_sensorlist.c ui_sensorpref.h \
93         ui_sensorpref.c ui_status.h ui_status.c pxdg.h pxdg.c \
94         ui_notify.h ui_notify.c ui_appindicator.c ui_unity.h \
95         ui_unity.c rsensor.h rsensor.c
96 @LIBNOTIFY_TRUE@am__objects_1 = ui_notify.$(OBJEXT)
97 @APPINDICATOR_TRUE@am__objects_2 = ui_appindicator.$(OBJEXT)
98 @UNITY_TRUE@am__objects_3 = ui_unity.$(OBJEXT)
99 @CURL_TRUE@@JSON_TRUE@am__objects_4 = rsensor.$(OBJEXT)
100 am_psensor_OBJECTS = cfg.$(OBJEXT) notify_cmd.$(OBJEXT) \
101         graph.$(OBJEXT) main.$(OBJEXT) ui.$(OBJEXT) ui_color.$(OBJEXT) \
102         ui_graph.$(OBJEXT) ui_pref.$(OBJEXT) ui_sensorlist.$(OBJEXT) \
103         ui_sensorpref.$(OBJEXT) ui_status.$(OBJEXT) pxdg.$(OBJEXT) \
104         $(am__objects_1) $(am__objects_2) $(am__objects_3) \
105         $(am__objects_4)
106 psensor_OBJECTS = $(am_psensor_OBJECTS)
107 psensor_LDADD = $(LDADD)
108 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
109 depcomp = $(SHELL) $(top_srcdir)/depcomp
110 am__depfiles_maybe = depfiles
111 am__mv = mv -f
112 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
113         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
116 SOURCES = $(psensor_SOURCES)
117 DIST_SOURCES = $(am__psensor_SOURCES_DIST)
118 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
119         html-recursive info-recursive install-data-recursive \
120         install-dvi-recursive install-exec-recursive \
121         install-html-recursive install-info-recursive \
122         install-pdf-recursive install-ps-recursive install-recursive \
123         installcheck-recursive installdirs-recursive pdf-recursive \
124         ps-recursive uninstall-recursive
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131 am__vpath_adj = case $$p in \
132     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133     *) f=$$p;; \
134   esac;
135 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136 am__install_max = 40
137 am__nobase_strip_setup = \
138   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139 am__nobase_strip = \
140   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 am__nobase_list = $(am__nobase_strip_setup); \
142   for p in $$list; do echo "$$p $$p"; done | \
143   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145     if (++n[$$2] == $(am__install_max)) \
146       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147     END { for (dir in files) print dir, files[dir] }'
148 am__base_list = \
149   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151 am__uninstall_files_from_dir = { \
152   test -z "$$files" \
153     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155          $(am__cd) "$$dir" && rm -f $$files; }; \
156   }
157 man1dir = $(mandir)/man1
158 NROFF = nroff
159 MANS = $(dist_man_MANS)
160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
161   distclean-recursive maintainer-clean-recursive
162 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
163         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
164         distdir
165 ETAGS = etags
166 CTAGS = ctags
167 DIST_SUBDIRS = lib glade server
168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 am__relativize = \
170   dir0=`pwd`; \
171   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172   sed_rest='s,^[^/]*/*,,'; \
173   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174   sed_butlast='s,/*[^/]*$$,,'; \
175   while test -n "$$dir1"; do \
176     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177     if test "$$first" != "."; then \
178       if test "$$first" = ".."; then \
179         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181       else \
182         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183         if test "$$first2" = "$$first"; then \
184           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185         else \
186           dir2="../$$dir2"; \
187         fi; \
188         dir0="$$dir0"/"$$first"; \
189       fi; \
190     fi; \
191     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192   done; \
193   reldir="$$dir2"
194 ACLOCAL = @ACLOCAL@
195 AMTAR = @AMTAR@
196 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
197 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
198 AR = @AR@
199 ASCIIDOC = @ASCIIDOC@
200 ATASMART_CFLAGS = @ATASMART_CFLAGS@
201 ATASMART_LIBS = @ATASMART_LIBS@
202 AUTOCONF = @AUTOCONF@
203 AUTOHEADER = @AUTOHEADER@
204 AUTOMAKE = @AUTOMAKE@
205 AWK = @AWK@
206 CC = @CC@
207 CCDEPMODE = @CCDEPMODE@
208 CFLAGS = @CFLAGS@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CURL_CFLAGS = @CURL_CFLAGS@
212 CURL_LIBS = @CURL_LIBS@
213 CYGPATH_W = @CYGPATH_W@
214 DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
215 DEPDIR = @DEPDIR@
216 ECHO_C = @ECHO_C@
217 ECHO_N = @ECHO_N@
218 ECHO_T = @ECHO_T@
219 EGREP = @EGREP@
220 EXEEXT = @EXEEXT@
221 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
222 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
223 GMSGFMT = @GMSGFMT@
224 GMSGFMT_015 = @GMSGFMT_015@
225 GREP = @GREP@
226 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
227 GTK_CFLAGS = @GTK_CFLAGS@
228 GTK_LIBS = @GTK_LIBS@
229 GTOP_CFLAGS = @GTOP_CFLAGS@
230 GTOP_LIBS = @GTOP_LIBS@
231 HAVE_CPPCHECK = @HAVE_CPPCHECK@
232 HELP2MAN = @HELP2MAN@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 INTLLIBS = @INTLLIBS@
239 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
240 JSON_CFLAGS = @JSON_CFLAGS@
241 JSON_LIBS = @JSON_LIBS@
242 LDFLAGS = @LDFLAGS@
243 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
244 LIBATIADL_LIBS = @LIBATIADL_LIBS@
245 LIBICONV = @LIBICONV@
246 LIBINTL = @LIBINTL@
247 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
248 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
249 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
250 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
251 LIBOBJS = @LIBOBJS@
252 LIBS = lib/libpsensor.a $(GTK_LIBS) $(PTHREAD_LIBS) $(SENSORS_LIBS) \
253         $(am__append_3) $(am__append_5) $(am__append_8) \
254         $(am__append_11) $(am__append_13) $(am__append_15) \
255         $(am__append_18) $(am__append_20)
256 LTLIBICONV = @LTLIBICONV@
257 LTLIBINTL = @LTLIBINTL@
258 LTLIBOBJS = @LTLIBOBJS@
259 MAKEINFO = @MAKEINFO@
260 MKDIR_P = @MKDIR_P@
261 MSGFMT = @MSGFMT@
262 MSGFMT_015 = @MSGFMT_015@
263 MSGMERGE = @MSGMERGE@
264 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
265 NVIDIA_LIBS = @NVIDIA_LIBS@
266 OBJEXT = @OBJEXT@
267 PACKAGE = @PACKAGE@
268 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269 PACKAGE_NAME = @PACKAGE_NAME@
270 PACKAGE_STRING = @PACKAGE_STRING@
271 PACKAGE_TARNAME = @PACKAGE_TARNAME@
272 PACKAGE_URL = @PACKAGE_URL@
273 PACKAGE_VERSION = @PACKAGE_VERSION@
274 PATH_SEPARATOR = @PATH_SEPARATOR@
275 PKG_CONFIG = @PKG_CONFIG@
276 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
278 POSUB = @POSUB@
279 PTHREAD_LIBS = @PTHREAD_LIBS@
280 RANLIB = @RANLIB@
281 SED = @SED@
282 SENSORS_LIBS = @SENSORS_LIBS@
283 SET_MAKE = @SET_MAKE@
284 SHELL = @SHELL@
285 STRIP = @STRIP@
286 UNITY_CFLAGS = @UNITY_CFLAGS@
287 UNITY_LIBS = @UNITY_LIBS@
288 USE_NLS = @USE_NLS@
289 VERSION = @VERSION@
290 X11_CFLAGS = @X11_CFLAGS@
291 X11_LIBS = @X11_LIBS@
292 XEXT_CFLAGS = @XEXT_CFLAGS@
293 XEXT_LIBS = @XEXT_LIBS@
294 XGETTEXT = @XGETTEXT@
295 XGETTEXT_015 = @XGETTEXT_015@
296 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
297 XMKMF = @XMKMF@
298 abs_builddir = @abs_builddir@
299 abs_srcdir = @abs_srcdir@
300 abs_top_builddir = @abs_top_builddir@
301 abs_top_srcdir = @abs_top_srcdir@
302 ac_ct_AR = @ac_ct_AR@
303 ac_ct_CC = @ac_ct_CC@
304 am__include = @am__include@
305 am__leading_dot = @am__leading_dot@
306 am__quote = @am__quote@
307 am__tar = @am__tar@
308 am__untar = @am__untar@
309 bindir = @bindir@
310 build = @build@
311 build_alias = @build_alias@
312 build_cpu = @build_cpu@
313 build_os = @build_os@
314 build_vendor = @build_vendor@
315 builddir = @builddir@
316 datadir = @datadir@
317 datarootdir = @datarootdir@
318 docdir = @docdir@
319 dvidir = @dvidir@
320 exec_prefix = @exec_prefix@
321 gsettingsschemadir = @gsettingsschemadir@
322 host = @host@
323 host_alias = @host_alias@
324 host_cpu = @host_cpu@
325 host_os = @host_os@
326 host_vendor = @host_vendor@
327 htmldir = @htmldir@
328 includedir = @includedir@
329 infodir = @infodir@
330 install_sh = @install_sh@
331 libdir = @libdir@
332 libexecdir = @libexecdir@
333 localedir = @localedir@
334 localstatedir = @localstatedir@
335 mandir = @mandir@
336 mkdir_p = @mkdir_p@
337 oldincludedir = @oldincludedir@
338 pdfdir = @pdfdir@
339 prefix = @prefix@
340 program_transform_name = @program_transform_name@
341 psdir = @psdir@
342 sbindir = @sbindir@
343 sharedstatedir = @sharedstatedir@
344 srcdir = @srcdir@
345 sysconfdir = @sysconfdir@
346 target_alias = @target_alias@
347 top_build_prefix = @top_build_prefix@
348 top_builddir = @top_builddir@
349 top_srcdir = @top_srcdir@
350 SUBDIRS = lib glade $(am__append_1)
351
352 # -export-dynamic is need for defining handlers in the glade file.
353 AM_LDFLAGS = -Wl,--as-needed -export-dynamic
354
355 # -no-deprecated-declarations to avoid some glib deprecation warnings
356 AM_CPPFLAGS = -Wno-deprecated-declarations -Wall -Werror \
357         -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" \
358         -DDATADIR=\""$(datadir)"\" -I$(top_srcdir)/src/lib \
359         -I$(top_srcdir)/src/unity $(GTK_CFLAGS) $(SENSORS_CFLAGS) \
360         $(am__append_2) $(am__append_6) $(am__append_9) \
361         $(am__append_10) $(am__append_12) $(am__append_14) \
362         $(am__append_17) $(am__append_21)
363 @GTK_TRUE@@X11_TRUE@@XEXT_TRUE@dist_man_MANS = psensor.1
364 psensor_SOURCES = cfg.h cfg.c notify_cmd.c notify_cmd.h graph.h \
365         graph.c main.c ui.h ui.c ui_appindicator.h ui_color.h \
366         ui_color.c ui_graph.h ui_graph.c ui_pref.h ui_pref.c \
367         ui_sensorlist.h ui_sensorlist.c ui_sensorpref.h \
368         ui_sensorpref.c ui_status.h ui_status.c pxdg.h pxdg.c \
369         $(am__append_4) $(am__append_7) $(am__append_16) \
370         $(am__append_19)
371 EXTRA_DIST = $(gsettings_SCHEMAS)
372 gsettings_SCHEMAS = psensor.gschema.xml
373 all: all-recursive
374
375 .SUFFIXES:
376 .SUFFIXES: .c .o .obj
377 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378         @for dep in $?; do \
379           case '$(am__configure_deps)' in \
380             *$$dep*) \
381               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
382                 && { if test -f $@; then exit 0; else break; fi; }; \
383               exit 1;; \
384           esac; \
385         done; \
386         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
387         $(am__cd) $(top_srcdir) && \
388           $(AUTOMAKE) --gnu src/Makefile
389 .PRECIOUS: Makefile
390 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391         @case '$?' in \
392           *config.status*) \
393             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
394           *) \
395             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
396             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
397         esac;
398
399 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
402 $(top_srcdir)/configure:  $(am__configure_deps)
403         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406 $(am__aclocal_m4_deps):
407 install-binPROGRAMS: $(bin_PROGRAMS)
408         @$(NORMAL_INSTALL)
409         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
410         if test -n "$$list"; then \
411           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
412           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
413         fi; \
414         for p in $$list; do echo "$$p $$p"; done | \
415         sed 's/$(EXEEXT)$$//' | \
416         while read p p1; do if test -f $$p; \
417           then echo "$$p"; echo "$$p"; else :; fi; \
418         done | \
419         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
420             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
421         sed 'N;N;N;s,\n, ,g' | \
422         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
423           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
424             if ($$2 == $$4) files[d] = files[d] " " $$1; \
425             else { print "f", $$3 "/" $$4, $$1; } } \
426           END { for (d in files) print "f", d, files[d] }' | \
427         while read type dir files; do \
428             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
429             test -z "$$files" || { \
430               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
431               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
432             } \
433         ; done
434
435 uninstall-binPROGRAMS:
436         @$(NORMAL_UNINSTALL)
437         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
438         files=`for p in $$list; do echo "$$p"; done | \
439           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
440               -e 's/$$/$(EXEEXT)/' `; \
441         test -n "$$list" || exit 0; \
442         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
443         cd "$(DESTDIR)$(bindir)" && rm -f $$files
444
445 clean-binPROGRAMS:
446         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
447 psensor$(EXEEXT): $(psensor_OBJECTS) $(psensor_DEPENDENCIES) $(EXTRA_psensor_DEPENDENCIES) 
448         @rm -f psensor$(EXEEXT)
449         $(LINK) $(psensor_OBJECTS) $(psensor_LDADD) $(LIBS)
450
451 mostlyclean-compile:
452         -rm -f *.$(OBJEXT)
453
454 distclean-compile:
455         -rm -f *.tab.c
456
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify_cmd.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pxdg.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsensor.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_appindicator.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_color.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_graph.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_notify.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_pref.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorlist.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorpref.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_status.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_unity.Po@am__quote@
473
474 .c.o:
475 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
480
481 .c.obj:
482 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
483 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
487 install-man1: $(dist_man_MANS)
488         @$(NORMAL_INSTALL)
489         @list1=''; \
490         list2='$(dist_man_MANS)'; \
491         test -n "$(man1dir)" \
492           && test -n "`echo $$list1$$list2`" \
493           || exit 0; \
494         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
495         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
496         { for i in $$list1; do echo "$$i"; done;  \
497         if test -n "$$list2"; then \
498           for i in $$list2; do echo "$$i"; done \
499             | sed -n '/\.1[a-z]*$$/p'; \
500         fi; \
501         } | while read p; do \
502           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
503           echo "$$d$$p"; echo "$$p"; \
504         done | \
505         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
506               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
507         sed 'N;N;s,\n, ,g' | { \
508         list=; while read file base inst; do \
509           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
510             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
511             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
512           fi; \
513         done; \
514         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
515         while read files; do \
516           test -z "$$files" || { \
517             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
518             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
519         done; }
520
521 uninstall-man1:
522         @$(NORMAL_UNINSTALL)
523         @list=''; test -n "$(man1dir)" || exit 0; \
524         files=`{ for i in $$list; do echo "$$i"; done; \
525         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
526           sed -n '/\.1[a-z]*$$/p'; \
527         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
528               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
529         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
530
531 # This directory's subdirectories are mostly independent; you can cd
532 # into them and run `make' without going through this Makefile.
533 # To change the values of `make' variables: instead of editing Makefiles,
534 # (1) if the variable is set in `config.status', edit `config.status'
535 #     (which will cause the Makefiles to be regenerated when you run `make');
536 # (2) otherwise, pass the desired values on the `make' command line.
537 $(RECURSIVE_TARGETS):
538         @fail= failcom='exit 1'; \
539         for f in x $$MAKEFLAGS; do \
540           case $$f in \
541             *=* | --[!k]*);; \
542             *k*) failcom='fail=yes';; \
543           esac; \
544         done; \
545         dot_seen=no; \
546         target=`echo $@ | sed s/-recursive//`; \
547         list='$(SUBDIRS)'; for subdir in $$list; do \
548           echo "Making $$target in $$subdir"; \
549           if test "$$subdir" = "."; then \
550             dot_seen=yes; \
551             local_target="$$target-am"; \
552           else \
553             local_target="$$target"; \
554           fi; \
555           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
556           || eval $$failcom; \
557         done; \
558         if test "$$dot_seen" = "no"; then \
559           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
560         fi; test -z "$$fail"
561
562 $(RECURSIVE_CLEAN_TARGETS):
563         @fail= failcom='exit 1'; \
564         for f in x $$MAKEFLAGS; do \
565           case $$f in \
566             *=* | --[!k]*);; \
567             *k*) failcom='fail=yes';; \
568           esac; \
569         done; \
570         dot_seen=no; \
571         case "$@" in \
572           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
573           *) list='$(SUBDIRS)' ;; \
574         esac; \
575         rev=''; for subdir in $$list; do \
576           if test "$$subdir" = "."; then :; else \
577             rev="$$subdir $$rev"; \
578           fi; \
579         done; \
580         rev="$$rev ."; \
581         target=`echo $@ | sed s/-recursive//`; \
582         for subdir in $$rev; do \
583           echo "Making $$target in $$subdir"; \
584           if test "$$subdir" = "."; then \
585             local_target="$$target-am"; \
586           else \
587             local_target="$$target"; \
588           fi; \
589           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
590           || eval $$failcom; \
591         done && test -z "$$fail"
592 tags-recursive:
593         list='$(SUBDIRS)'; for subdir in $$list; do \
594           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
595         done
596 ctags-recursive:
597         list='$(SUBDIRS)'; for subdir in $$list; do \
598           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
599         done
600
601 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
602         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
603         unique=`for i in $$list; do \
604             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
605           done | \
606           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
607               END { if (nonempty) { for (i in files) print i; }; }'`; \
608         mkid -fID $$unique
609 tags: TAGS
610
611 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
612                 $(TAGS_FILES) $(LISP)
613         set x; \
614         here=`pwd`; \
615         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
616           include_option=--etags-include; \
617           empty_fix=.; \
618         else \
619           include_option=--include; \
620           empty_fix=; \
621         fi; \
622         list='$(SUBDIRS)'; for subdir in $$list; do \
623           if test "$$subdir" = .; then :; else \
624             test ! -f $$subdir/TAGS || \
625               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
626           fi; \
627         done; \
628         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
629         unique=`for i in $$list; do \
630             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631           done | \
632           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
633               END { if (nonempty) { for (i in files) print i; }; }'`; \
634         shift; \
635         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
636           test -n "$$unique" || unique=$$empty_fix; \
637           if test $$# -gt 0; then \
638             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
639               "$$@" $$unique; \
640           else \
641             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
642               $$unique; \
643           fi; \
644         fi
645 ctags: CTAGS
646 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
647                 $(TAGS_FILES) $(LISP)
648         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
649         unique=`for i in $$list; do \
650             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
651           done | \
652           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
653               END { if (nonempty) { for (i in files) print i; }; }'`; \
654         test -z "$(CTAGS_ARGS)$$unique" \
655           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656              $$unique
657
658 GTAGS:
659         here=`$(am__cd) $(top_builddir) && pwd` \
660           && $(am__cd) $(top_srcdir) \
661           && gtags -i $(GTAGS_ARGS) "$$here"
662
663 distclean-tags:
664         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665
666 distdir: $(DISTFILES)
667         @list='$(MANS)'; if test -n "$$list"; then \
668           list=`for p in $$list; do \
669             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
670             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
671           if test -n "$$list" && \
672             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
673             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
674             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
675             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
676             echo "       typically \`make maintainer-clean' will remove them" >&2; \
677             exit 1; \
678           else :; fi; \
679         else :; fi
680         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682         list='$(DISTFILES)'; \
683           dist_files=`for file in $$list; do echo $$file; done | \
684           sed -e "s|^$$srcdirstrip/||;t" \
685               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
686         case $$dist_files in \
687           */*) $(MKDIR_P) `echo "$$dist_files" | \
688                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
689                            sort -u` ;; \
690         esac; \
691         for file in $$dist_files; do \
692           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
693           if test -d $$d/$$file; then \
694             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
695             if test -d "$(distdir)/$$file"; then \
696               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697             fi; \
698             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
699               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
700               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701             fi; \
702             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
703           else \
704             test -f "$(distdir)/$$file" \
705             || cp -p $$d/$$file "$(distdir)/$$file" \
706             || exit 1; \
707           fi; \
708         done
709         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
710           if test "$$subdir" = .; then :; else \
711             $(am__make_dryrun) \
712               || test -d "$(distdir)/$$subdir" \
713               || $(MKDIR_P) "$(distdir)/$$subdir" \
714               || exit 1; \
715             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
716             $(am__relativize); \
717             new_distdir=$$reldir; \
718             dir1=$$subdir; dir2="$(top_distdir)"; \
719             $(am__relativize); \
720             new_top_distdir=$$reldir; \
721             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
722             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
723             ($(am__cd) $$subdir && \
724               $(MAKE) $(AM_MAKEFLAGS) \
725                 top_distdir="$$new_top_distdir" \
726                 distdir="$$new_distdir" \
727                 am__remove_distdir=: \
728                 am__skip_length_check=: \
729                 am__skip_mode_fix=: \
730                 distdir) \
731               || exit 1; \
732           fi; \
733         done
734 check-am: all-am
735 check: check-recursive
736 all-am: Makefile $(PROGRAMS) $(MANS)
737 installdirs: installdirs-recursive
738 installdirs-am:
739         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
740           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
741         done
742 install: install-recursive
743 install-exec: install-exec-recursive
744 install-data: install-data-recursive
745 uninstall: uninstall-recursive
746
747 install-am: all-am
748         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
749
750 installcheck: installcheck-recursive
751 install-strip:
752         if test -z '$(STRIP)'; then \
753           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
754             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
755               install; \
756         else \
757           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
758             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
759             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
760         fi
761 mostlyclean-generic:
762
763 clean-generic:
764
765 distclean-generic:
766         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
767         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
768
769 maintainer-clean-generic:
770         @echo "This command is intended for maintainers to use"
771         @echo "it deletes files that may require special tools to rebuild."
772 clean: clean-recursive
773
774 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
775
776 distclean: distclean-recursive
777         -rm -rf ./$(DEPDIR)
778         -rm -f Makefile
779 distclean-am: clean-am distclean-compile distclean-generic \
780         distclean-tags
781
782 dvi: dvi-recursive
783
784 dvi-am:
785
786 html: html-recursive
787
788 html-am:
789
790 info: info-recursive
791
792 info-am:
793
794 install-data-am: install-man
795
796 install-dvi: install-dvi-recursive
797
798 install-dvi-am:
799
800 install-exec-am: install-binPROGRAMS
801
802 install-html: install-html-recursive
803
804 install-html-am:
805
806 install-info: install-info-recursive
807
808 install-info-am:
809
810 install-man: install-man1
811
812 install-pdf: install-pdf-recursive
813
814 install-pdf-am:
815
816 install-ps: install-ps-recursive
817
818 install-ps-am:
819
820 installcheck-am:
821
822 maintainer-clean: maintainer-clean-recursive
823         -rm -rf ./$(DEPDIR)
824         -rm -f Makefile
825 maintainer-clean-am: distclean-am maintainer-clean-generic
826
827 mostlyclean: mostlyclean-recursive
828
829 mostlyclean-am: mostlyclean-compile mostlyclean-generic
830
831 pdf: pdf-recursive
832
833 pdf-am:
834
835 ps: ps-recursive
836
837 ps-am:
838
839 uninstall-am: uninstall-binPROGRAMS uninstall-man
840
841 uninstall-man: uninstall-man1
842
843 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
844         install-am install-strip tags-recursive
845
846 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
847         all all-am check check-am clean clean-binPROGRAMS \
848         clean-generic ctags ctags-recursive distclean \
849         distclean-compile distclean-generic distclean-tags distdir dvi \
850         dvi-am html html-am info info-am install install-am \
851         install-binPROGRAMS install-data install-data-am install-dvi \
852         install-dvi-am install-exec install-exec-am install-html \
853         install-html-am install-info install-info-am install-man \
854         install-man1 install-pdf install-pdf-am install-ps \
855         install-ps-am install-strip installcheck installcheck-am \
856         installdirs installdirs-am maintainer-clean \
857         maintainer-clean-generic mostlyclean mostlyclean-compile \
858         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
859         uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
860         uninstall-man1
861
862
863 psensor.1: main.c $(top_srcdir)/configure.ac
864         $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT)
865         help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT)
866
867 @GSETTINGS_RULES@
868
869 # Tell versions [3.59,3.63) of GNU make to not export all variables.
870 # Otherwise a system limit (for SysV at least) may be exceeded.
871 .NOEXPORT: