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