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