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