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