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