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