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