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