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