allow to build psensor-server even if gtk/gconf/x11/xext is not present
[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 graph.h graph.c main.c ui.h \
93         ui.c ui_appindicator.h ui_color.h ui_color.c ui_graph.h \
94         ui_graph.c ui_pref.h ui_pref.c ui_sensorlist.h ui_sensorlist.c \
95         ui_sensorpref.h ui_sensorpref.c ui_status.h ui_status.c \
96         ui_notify.h ui_notify.c ui_appindicator.c ui_unity.h \
97         ui_unity.c rsensor.h rsensor.c
98 @LIBNOTIFY_TRUE@am__objects_1 = ui_notify.$(OBJEXT)
99 @APPINDICATOR_TRUE@am__objects_2 = ui_appindicator.$(OBJEXT)
100 @UNITY_TRUE@am__objects_3 = ui_unity.$(OBJEXT)
101 @CURL_TRUE@@JSON_TRUE@am__objects_4 = rsensor.$(OBJEXT)
102 am_psensor_OBJECTS = cfg.$(OBJEXT) graph.$(OBJEXT) main.$(OBJEXT) \
103         ui.$(OBJEXT) ui_color.$(OBJEXT) ui_graph.$(OBJEXT) \
104         ui_pref.$(OBJEXT) ui_sensorlist.$(OBJEXT) \
105         ui_sensorpref.$(OBJEXT) ui_status.$(OBJEXT) $(am__objects_1) \
106         $(am__objects_2) $(am__objects_3) $(am__objects_4)
107 psensor_OBJECTS = $(am_psensor_OBJECTS)
108 psensor_LDADD = $(LDADD)
109 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
110 depcomp = $(SHELL) $(top_srcdir)/depcomp
111 am__depfiles_maybe = depfiles
112 am__mv = mv -f
113 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115 CCLD = $(CC)
116 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
117 SOURCES = $(psensor_SOURCES)
118 DIST_SOURCES = $(am__psensor_SOURCES_DIST)
119 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
120         html-recursive info-recursive install-data-recursive \
121         install-dvi-recursive install-exec-recursive \
122         install-html-recursive install-info-recursive \
123         install-pdf-recursive install-ps-recursive install-recursive \
124         installcheck-recursive installdirs-recursive pdf-recursive \
125         ps-recursive uninstall-recursive
126 am__can_run_installinfo = \
127   case $$AM_UPDATE_INFO_DIR in \
128     n|no|NO) false;; \
129     *) (install-info --version) >/dev/null 2>&1;; \
130   esac
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134     *) f=$$p;; \
135   esac;
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137 am__install_max = 40
138 am__nobase_strip_setup = \
139   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140 am__nobase_strip = \
141   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__nobase_list = $(am__nobase_strip_setup); \
143   for p in $$list; do echo "$$p $$p"; done | \
144   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146     if (++n[$$2] == $(am__install_max)) \
147       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148     END { for (dir in files) print dir, files[dir] }'
149 am__base_list = \
150   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__uninstall_files_from_dir = { \
153   test -z "$$files" \
154     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156          $(am__cd) "$$dir" && rm -f $$files; }; \
157   }
158 man1dir = $(mandir)/man1
159 NROFF = nroff
160 MANS = $(dist_man_MANS)
161 DATA = $(schema_DATA)
162 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
163   distclean-recursive maintainer-clean-recursive
164 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
165         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
166         distdir
167 ETAGS = etags
168 CTAGS = ctags
169 DIST_SUBDIRS = lib glade server
170 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171 am__relativize = \
172   dir0=`pwd`; \
173   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
174   sed_rest='s,^[^/]*/*,,'; \
175   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
176   sed_butlast='s,/*[^/]*$$,,'; \
177   while test -n "$$dir1"; do \
178     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
179     if test "$$first" != "."; then \
180       if test "$$first" = ".."; then \
181         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183       else \
184         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185         if test "$$first2" = "$$first"; then \
186           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
187         else \
188           dir2="../$$dir2"; \
189         fi; \
190         dir0="$$dir0"/"$$first"; \
191       fi; \
192     fi; \
193     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
194   done; \
195   reldir="$$dir2"
196 ACLOCAL = @ACLOCAL@
197 AMTAR = @AMTAR@
198 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
199 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
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 GCONFTOOL = @GCONFTOOL@
222 GCONF_CFLAGS = @GCONF_CFLAGS@
223 GCONF_LIBS = @GCONF_LIBS@
224 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
225 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
226 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
227 GMSGFMT = @GMSGFMT@
228 GMSGFMT_015 = @GMSGFMT_015@
229 GREP = @GREP@
230 GTK_CFLAGS = @GTK_CFLAGS@
231 GTK_LIBS = @GTK_LIBS@
232 GTOP_CFLAGS = @GTOP_CFLAGS@
233 GTOP_LIBS = @GTOP_LIBS@
234 HAVE_CPPCHECK = @HAVE_CPPCHECK@
235 HELP2MAN = @HELP2MAN@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 INTLLIBS = @INTLLIBS@
242 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
243 JSON_CFLAGS = @JSON_CFLAGS@
244 JSON_LIBS = @JSON_LIBS@
245 LDFLAGS = @LDFLAGS@
246 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
247 LIBATIADL_LIBS = @LIBATIADL_LIBS@
248 LIBICONV = @LIBICONV@
249 LIBINTL = @LIBINTL@
250 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
251 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
252 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
253 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
254 LIBOBJS = @LIBOBJS@
255 LIBS = lib/libpsensor.a $(GTK_LIBS) $(GCONF_LIBS) $(PTHREAD_LIBS) \
256         $(SENSORS_LIBS) $(am__append_3) $(am__append_5) \
257         $(am__append_8) $(am__append_11) $(am__append_13) \
258         $(am__append_15) $(am__append_18) $(am__append_20)
259 LTLIBICONV = @LTLIBICONV@
260 LTLIBINTL = @LTLIBINTL@
261 LTLIBOBJS = @LTLIBOBJS@
262 MAKEINFO = @MAKEINFO@
263 MKDIR_P = @MKDIR_P@
264 MSGFMT = @MSGFMT@
265 MSGFMT_015 = @MSGFMT_015@
266 MSGMERGE = @MSGMERGE@
267 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
268 NVIDIA_LIBS = @NVIDIA_LIBS@
269 OBJEXT = @OBJEXT@
270 PACKAGE = @PACKAGE@
271 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_STRING = @PACKAGE_STRING@
274 PACKAGE_TARNAME = @PACKAGE_TARNAME@
275 PACKAGE_URL = @PACKAGE_URL@
276 PACKAGE_VERSION = @PACKAGE_VERSION@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 PKG_CONFIG = @PKG_CONFIG@
279 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
280 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
281 POSUB = @POSUB@
282 PTHREAD_LIBS = @PTHREAD_LIBS@
283 RANLIB = @RANLIB@
284 SENSORS_LIBS = @SENSORS_LIBS@
285 SET_MAKE = @SET_MAKE@
286 SHELL = @SHELL@
287 STRIP = @STRIP@
288 UNITY_CFLAGS = @UNITY_CFLAGS@
289 UNITY_LIBS = @UNITY_LIBS@
290 USE_NLS = @USE_NLS@
291 VERSION = @VERSION@
292 X11_CFLAGS = @X11_CFLAGS@
293 X11_LIBS = @X11_LIBS@
294 XEXT_CFLAGS = @XEXT_CFLAGS@
295 XEXT_LIBS = @XEXT_LIBS@
296 XGETTEXT = @XGETTEXT@
297 XGETTEXT_015 = @XGETTEXT_015@
298 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
299 XMKMF = @XMKMF@
300 abs_builddir = @abs_builddir@
301 abs_srcdir = @abs_srcdir@
302 abs_top_builddir = @abs_top_builddir@
303 abs_top_srcdir = @abs_top_srcdir@
304 ac_ct_CC = @ac_ct_CC@
305 am__include = @am__include@
306 am__leading_dot = @am__leading_dot@
307 am__quote = @am__quote@
308 am__tar = @am__tar@
309 am__untar = @am__untar@
310 bindir = @bindir@
311 build = @build@
312 build_alias = @build_alias@
313 build_cpu = @build_cpu@
314 build_os = @build_os@
315 build_vendor = @build_vendor@
316 builddir = @builddir@
317 datadir = @datadir@
318 datarootdir = @datarootdir@
319 docdir = @docdir@
320 dvidir = @dvidir@
321 exec_prefix = @exec_prefix@
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         -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/unity \
359         $(GTK_CFLAGS) $(GCONF_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 @GCONF_TRUE@@GTK_TRUE@@X11_TRUE@@XEXT_TRUE@dist_man_MANS = psensor.1
364 psensor_SOURCES = cfg.h cfg.c graph.h graph.c main.c ui.h ui.c \
365         ui_appindicator.h ui_color.h ui_color.c ui_graph.h ui_graph.c \
366         ui_pref.h ui_pref.c ui_sensorlist.h ui_sensorlist.c \
367         ui_sensorpref.h ui_sensorpref.c ui_status.h ui_status.c \
368         $(am__append_4) $(am__append_7) $(am__append_16) \
369         $(am__append_19)
370 EXTRA_DIST = description.txt psensor.schemas
371 @GCONF_TRUE@schemadir = $(GCONF_SCHEMA_FILE_DIR)
372 @GCONF_TRUE@schema_DATA = psensor.schemas
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)/rsensor.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_appindicator.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_color.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_graph.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_notify.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_pref.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorlist.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorpref.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_status.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_unity.Po@am__quote@
471
472 .c.o:
473 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
478
479 .c.obj:
480 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
481 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
485 install-man1: $(dist_man_MANS)
486         @$(NORMAL_INSTALL)
487         @list1=''; \
488         list2='$(dist_man_MANS)'; \
489         test -n "$(man1dir)" \
490           && test -n "`echo $$list1$$list2`" \
491           || exit 0; \
492         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
493         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
494         { for i in $$list1; do echo "$$i"; done;  \
495         if test -n "$$list2"; then \
496           for i in $$list2; do echo "$$i"; done \
497             | sed -n '/\.1[a-z]*$$/p'; \
498         fi; \
499         } | while read p; do \
500           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
501           echo "$$d$$p"; echo "$$p"; \
502         done | \
503         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
504               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
505         sed 'N;N;s,\n, ,g' | { \
506         list=; while read file base inst; do \
507           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
508             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
509             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
510           fi; \
511         done; \
512         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
513         while read files; do \
514           test -z "$$files" || { \
515             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
516             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
517         done; }
518
519 uninstall-man1:
520         @$(NORMAL_UNINSTALL)
521         @list=''; test -n "$(man1dir)" || exit 0; \
522         files=`{ for i in $$list; do echo "$$i"; done; \
523         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
524           sed -n '/\.1[a-z]*$$/p'; \
525         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
526               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
527         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
528 install-schemaDATA: $(schema_DATA)
529         @$(NORMAL_INSTALL)
530         @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
531         if test -n "$$list"; then \
532           echo " $(MKDIR_P) '$(DESTDIR)$(schemadir)'"; \
533           $(MKDIR_P) "$(DESTDIR)$(schemadir)" || exit 1; \
534         fi; \
535         for p in $$list; do \
536           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
537           echo "$$d$$p"; \
538         done | $(am__base_list) | \
539         while read files; do \
540           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
541           $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
542         done
543
544 uninstall-schemaDATA:
545         @$(NORMAL_UNINSTALL)
546         @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
547         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
548         dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
549
550 # This directory's subdirectories are mostly independent; you can cd
551 # into them and run `make' without going through this Makefile.
552 # To change the values of `make' variables: instead of editing Makefiles,
553 # (1) if the variable is set in `config.status', edit `config.status'
554 #     (which will cause the Makefiles to be regenerated when you run `make');
555 # (2) otherwise, pass the desired values on the `make' command line.
556 $(RECURSIVE_TARGETS):
557         @fail= failcom='exit 1'; \
558         for f in x $$MAKEFLAGS; do \
559           case $$f in \
560             *=* | --[!k]*);; \
561             *k*) failcom='fail=yes';; \
562           esac; \
563         done; \
564         dot_seen=no; \
565         target=`echo $@ | sed s/-recursive//`; \
566         list='$(SUBDIRS)'; for subdir in $$list; do \
567           echo "Making $$target in $$subdir"; \
568           if test "$$subdir" = "."; then \
569             dot_seen=yes; \
570             local_target="$$target-am"; \
571           else \
572             local_target="$$target"; \
573           fi; \
574           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
575           || eval $$failcom; \
576         done; \
577         if test "$$dot_seen" = "no"; then \
578           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
579         fi; test -z "$$fail"
580
581 $(RECURSIVE_CLEAN_TARGETS):
582         @fail= failcom='exit 1'; \
583         for f in x $$MAKEFLAGS; do \
584           case $$f in \
585             *=* | --[!k]*);; \
586             *k*) failcom='fail=yes';; \
587           esac; \
588         done; \
589         dot_seen=no; \
590         case "$@" in \
591           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
592           *) list='$(SUBDIRS)' ;; \
593         esac; \
594         rev=''; for subdir in $$list; do \
595           if test "$$subdir" = "."; then :; else \
596             rev="$$subdir $$rev"; \
597           fi; \
598         done; \
599         rev="$$rev ."; \
600         target=`echo $@ | sed s/-recursive//`; \
601         for subdir in $$rev; do \
602           echo "Making $$target in $$subdir"; \
603           if test "$$subdir" = "."; then \
604             local_target="$$target-am"; \
605           else \
606             local_target="$$target"; \
607           fi; \
608           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609           || eval $$failcom; \
610         done && test -z "$$fail"
611 tags-recursive:
612         list='$(SUBDIRS)'; for subdir in $$list; do \
613           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
614         done
615 ctags-recursive:
616         list='$(SUBDIRS)'; for subdir in $$list; do \
617           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
618         done
619
620 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
621         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
622         unique=`for i in $$list; do \
623             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624           done | \
625           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626               END { if (nonempty) { for (i in files) print i; }; }'`; \
627         mkid -fID $$unique
628 tags: TAGS
629
630 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
631                 $(TAGS_FILES) $(LISP)
632         set x; \
633         here=`pwd`; \
634         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
635           include_option=--etags-include; \
636           empty_fix=.; \
637         else \
638           include_option=--include; \
639           empty_fix=; \
640         fi; \
641         list='$(SUBDIRS)'; for subdir in $$list; do \
642           if test "$$subdir" = .; then :; else \
643             test ! -f $$subdir/TAGS || \
644               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
645           fi; \
646         done; \
647         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
648         unique=`for i in $$list; do \
649             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
650           done | \
651           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
652               END { if (nonempty) { for (i in files) print i; }; }'`; \
653         shift; \
654         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
655           test -n "$$unique" || unique=$$empty_fix; \
656           if test $$# -gt 0; then \
657             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658               "$$@" $$unique; \
659           else \
660             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
661               $$unique; \
662           fi; \
663         fi
664 ctags: CTAGS
665 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
666                 $(TAGS_FILES) $(LISP)
667         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
668         unique=`for i in $$list; do \
669             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670           done | \
671           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672               END { if (nonempty) { for (i in files) print i; }; }'`; \
673         test -z "$(CTAGS_ARGS)$$unique" \
674           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
675              $$unique
676
677 GTAGS:
678         here=`$(am__cd) $(top_builddir) && pwd` \
679           && $(am__cd) $(top_srcdir) \
680           && gtags -i $(GTAGS_ARGS) "$$here"
681
682 distclean-tags:
683         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684
685 distdir: $(DISTFILES)
686         @list='$(MANS)'; if test -n "$$list"; then \
687           list=`for p in $$list; do \
688             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
689             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
690           if test -n "$$list" && \
691             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
692             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
693             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
694             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
695             echo "       typically \`make maintainer-clean' will remove them" >&2; \
696             exit 1; \
697           else :; fi; \
698         else :; fi
699         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
700         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
701         list='$(DISTFILES)'; \
702           dist_files=`for file in $$list; do echo $$file; done | \
703           sed -e "s|^$$srcdirstrip/||;t" \
704               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
705         case $$dist_files in \
706           */*) $(MKDIR_P) `echo "$$dist_files" | \
707                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
708                            sort -u` ;; \
709         esac; \
710         for file in $$dist_files; do \
711           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
712           if test -d $$d/$$file; then \
713             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
714             if test -d "$(distdir)/$$file"; then \
715               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
716             fi; \
717             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
718               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
719               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
720             fi; \
721             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
722           else \
723             test -f "$(distdir)/$$file" \
724             || cp -p $$d/$$file "$(distdir)/$$file" \
725             || exit 1; \
726           fi; \
727         done
728         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
729           if test "$$subdir" = .; then :; else \
730             $(am__make_dryrun) \
731               || test -d "$(distdir)/$$subdir" \
732               || $(MKDIR_P) "$(distdir)/$$subdir" \
733               || exit 1; \
734             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
735             $(am__relativize); \
736             new_distdir=$$reldir; \
737             dir1=$$subdir; dir2="$(top_distdir)"; \
738             $(am__relativize); \
739             new_top_distdir=$$reldir; \
740             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
741             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
742             ($(am__cd) $$subdir && \
743               $(MAKE) $(AM_MAKEFLAGS) \
744                 top_distdir="$$new_top_distdir" \
745                 distdir="$$new_distdir" \
746                 am__remove_distdir=: \
747                 am__skip_length_check=: \
748                 am__skip_mode_fix=: \
749                 distdir) \
750               || exit 1; \
751           fi; \
752         done
753 check-am: all-am
754 check: check-recursive
755 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
756 installdirs: installdirs-recursive
757 installdirs-am:
758         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(schemadir)"; do \
759           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
760         done
761 install: install-recursive
762 install-exec: install-exec-recursive
763 install-data: install-data-recursive
764 uninstall: uninstall-recursive
765
766 install-am: all-am
767         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
768
769 installcheck: installcheck-recursive
770 install-strip:
771         if test -z '$(STRIP)'; then \
772           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
773             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
774               install; \
775         else \
776           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
777             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
778             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
779         fi
780 mostlyclean-generic:
781
782 clean-generic:
783
784 distclean-generic:
785         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
786         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
787
788 maintainer-clean-generic:
789         @echo "This command is intended for maintainers to use"
790         @echo "it deletes files that may require special tools to rebuild."
791 @GCONF_FALSE@install-data-local:
792 clean: clean-recursive
793
794 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
795
796 distclean: distclean-recursive
797         -rm -rf ./$(DEPDIR)
798         -rm -f Makefile
799 distclean-am: clean-am distclean-compile distclean-generic \
800         distclean-tags
801
802 dvi: dvi-recursive
803
804 dvi-am:
805
806 html: html-recursive
807
808 html-am:
809
810 info: info-recursive
811
812 info-am:
813
814 install-data-am: install-data-local install-man install-schemaDATA
815
816 install-dvi: install-dvi-recursive
817
818 install-dvi-am:
819
820 install-exec-am: install-binPROGRAMS
821
822 install-html: install-html-recursive
823
824 install-html-am:
825
826 install-info: install-info-recursive
827
828 install-info-am:
829
830 install-man: install-man1
831
832 install-pdf: install-pdf-recursive
833
834 install-pdf-am:
835
836 install-ps: install-ps-recursive
837
838 install-ps-am:
839
840 installcheck-am:
841
842 maintainer-clean: maintainer-clean-recursive
843         -rm -rf ./$(DEPDIR)
844         -rm -f Makefile
845 maintainer-clean-am: distclean-am maintainer-clean-generic
846
847 mostlyclean: mostlyclean-recursive
848
849 mostlyclean-am: mostlyclean-compile mostlyclean-generic
850
851 pdf: pdf-recursive
852
853 pdf-am:
854
855 ps: ps-recursive
856
857 ps-am:
858
859 uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-schemaDATA
860
861 uninstall-man: uninstall-man1
862
863 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
864         install-am install-strip tags-recursive
865
866 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
867         all all-am check check-am clean clean-binPROGRAMS \
868         clean-generic ctags ctags-recursive distclean \
869         distclean-compile distclean-generic distclean-tags distdir dvi \
870         dvi-am html html-am info info-am install install-am \
871         install-binPROGRAMS install-data install-data-am \
872         install-data-local install-dvi install-dvi-am install-exec \
873         install-exec-am install-html install-html-am install-info \
874         install-info-am install-man install-man1 install-pdf \
875         install-pdf-am install-ps install-ps-am install-schemaDATA \
876         install-strip installcheck installcheck-am installdirs \
877         installdirs-am maintainer-clean maintainer-clean-generic \
878         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
879         ps ps-am tags tags-recursive uninstall uninstall-am \
880         uninstall-binPROGRAMS uninstall-man uninstall-man1 \
881         uninstall-schemaDATA
882
883
884 @GCONF_TRUE@install-data-local:
885 @GCONF_TRUE@    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/src/$(schema_DATA)
886
887 psensor.1: main.c $(top_srcdir)/configure.ac
888         $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT)
889         help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT)
890
891 # Tell versions [3.59,3.63) of GNU make to not export all variables.
892 # Otherwise a system limit (for SysV at least) may be exceeded.
893 .NOEXPORT: