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