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