fixed amd support build
[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 @LIBATIADL_FALSE@am__append_3 = -pedantic 
40 bin_PROGRAMS = psensor$(EXEEXT)
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_5) $(am__append_8) \
213         $(am__append_11) $(am__append_13) $(am__append_15)
214 LTLIBICONV = @LTLIBICONV@
215 LTLIBINTL = @LTLIBINTL@
216 LTLIBOBJS = @LTLIBOBJS@
217 MAKEINFO = @MAKEINFO@
218 MKDIR_P = @MKDIR_P@
219 MSGFMT = @MSGFMT@
220 MSGFMT_015 = @MSGFMT_015@
221 MSGMERGE = @MSGMERGE@
222 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
223 NVIDIA_LIBS = @NVIDIA_LIBS@
224 OBJEXT = @OBJEXT@
225 PACKAGE = @PACKAGE@
226 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227 PACKAGE_NAME = @PACKAGE_NAME@
228 PACKAGE_STRING = @PACKAGE_STRING@
229 PACKAGE_TARNAME = @PACKAGE_TARNAME@
230 PACKAGE_URL = @PACKAGE_URL@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 PKG_CONFIG = @PKG_CONFIG@
234 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
235 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
236 POSUB = @POSUB@
237 RANLIB = @RANLIB@
238 SENSORS_LIBS = @SENSORS_LIBS@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 UNITY_CFLAGS = @UNITY_CFLAGS@
243 UNITY_LIBS = @UNITY_LIBS@
244 USE_NLS = @USE_NLS@
245 VERSION = @VERSION@
246 X11_CFLAGS = @X11_CFLAGS@
247 X11_LIBS = @X11_LIBS@
248 XEXT_CFLAGS = @XEXT_CFLAGS@
249 XEXT_LIBS = @XEXT_LIBS@
250 XGETTEXT = @XGETTEXT@
251 XGETTEXT_015 = @XGETTEXT_015@
252 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
253 XMKMF = @XMKMF@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_CC = @ac_ct_CC@
259 am__include = @am__include@
260 am__leading_dot = @am__leading_dot@
261 am__quote = @am__quote@
262 am__tar = @am__tar@
263 am__untar = @am__untar@
264 bindir = @bindir@
265 build = @build@
266 build_alias = @build_alias@
267 build_cpu = @build_cpu@
268 build_os = @build_os@
269 build_vendor = @build_vendor@
270 builddir = @builddir@
271 datadir = @datadir@
272 datarootdir = @datarootdir@
273 docdir = @docdir@
274 dvidir = @dvidir@
275 exec_prefix = @exec_prefix@
276 host = @host@
277 host_alias = @host_alias@
278 host_cpu = @host_cpu@
279 host_os = @host_os@
280 host_vendor = @host_vendor@
281 htmldir = @htmldir@
282 includedir = @includedir@
283 infodir = @infodir@
284 install_sh = @install_sh@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 localedir = @localedir@
288 localstatedir = @localstatedir@
289 mandir = @mandir@
290 mkdir_p = @mkdir_p@
291 oldincludedir = @oldincludedir@
292 pdfdir = @pdfdir@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 sbindir = @sbindir@
297 sharedstatedir = @sharedstatedir@
298 srcdir = @srcdir@
299 sysconfdir = @sysconfdir@
300 target_alias = @target_alias@
301 top_build_prefix = @top_build_prefix@
302 top_builddir = @top_builddir@
303 top_srcdir = @top_srcdir@
304 SUBDIRS = plib lib unity glade $(am__append_1) $(am__append_2)
305 AM_LDFLAGS = -Wl,--as-needed 
306 AM_CPPFLAGS = -Wall -Werror -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_3) $(am__append_6) $(am__append_9) \
310         $(am__append_10) $(am__append_12) $(am__append_16)
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_4) $(am__append_7) \
315         $(am__append_14)
316 dist_man_MANS = psensor.1
317 EXTRA_DIST = description.txt
318 all: all-recursive
319
320 .SUFFIXES:
321 .SUFFIXES: .c .o .obj
322 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
323         @for dep in $?; do \
324           case '$(am__configure_deps)' in \
325             *$$dep*) \
326               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327                 && { if test -f $@; then exit 0; else break; fi; }; \
328               exit 1;; \
329           esac; \
330         done; \
331         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
332         $(am__cd) $(top_srcdir) && \
333           $(AUTOMAKE) --gnu src/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336         @case '$?' in \
337           *config.status*) \
338             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339           *) \
340             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342         esac;
343
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347 $(top_srcdir)/configure:  $(am__configure_deps)
348         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
352 install-binPROGRAMS: $(bin_PROGRAMS)
353         @$(NORMAL_INSTALL)
354         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
355         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356         for p in $$list; do echo "$$p $$p"; done | \
357         sed 's/$(EXEEXT)$$//' | \
358         while read p p1; do if test -f $$p; \
359           then echo "$$p"; echo "$$p"; else :; fi; \
360         done | \
361         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
362             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
363         sed 'N;N;N;s,\n, ,g' | \
364         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
365           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
366             if ($$2 == $$4) files[d] = files[d] " " $$1; \
367             else { print "f", $$3 "/" $$4, $$1; } } \
368           END { for (d in files) print "f", d, files[d] }' | \
369         while read type dir files; do \
370             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
371             test -z "$$files" || { \
372               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
373               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
374             } \
375         ; done
376
377 uninstall-binPROGRAMS:
378         @$(NORMAL_UNINSTALL)
379         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380         files=`for p in $$list; do echo "$$p"; done | \
381           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
382               -e 's/$$/$(EXEEXT)/' `; \
383         test -n "$$list" || exit 0; \
384         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
385         cd "$(DESTDIR)$(bindir)" && rm -f $$files
386
387 clean-binPROGRAMS:
388         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
389 psensor$(EXEEXT): $(psensor_OBJECTS) $(psensor_DEPENDENCIES) 
390         @rm -f psensor$(EXEEXT)
391         $(LINK) $(psensor_OBJECTS) $(psensor_LDADD) $(LIBS)
392
393 mostlyclean-compile:
394         -rm -f *.$(OBJEXT)
395
396 distclean-compile:
397         -rm -f *.tab.c
398
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsensor.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_appindicator.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_color.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_graph.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_notify.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_pref.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorlist.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_sensorpref.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
412
413 .c.o:
414 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
419
420 .c.obj:
421 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
422 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
426
427 url.o: plib/url.c
428 @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
429 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/url.Tpo $(DEPDIR)/url.Po
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plib/url.c' object='url.o' libtool=no @AMDEPBACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432 @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
433
434 url.obj: plib/url.c
435 @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`
436 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/url.Tpo $(DEPDIR)/url.Po
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plib/url.c' object='url.obj' libtool=no @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @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`
440 install-man1: $(dist_man_MANS)
441         @$(NORMAL_INSTALL)
442         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
443         @list=''; test -n "$(man1dir)" || exit 0; \
444         { for i in $$list; do echo "$$i"; done; \
445         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
446           sed -n '/\.1[a-z]*$$/p'; \
447         } | while read p; do \
448           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
449           echo "$$d$$p"; echo "$$p"; \
450         done | \
451         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
452               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
453         sed 'N;N;s,\n, ,g' | { \
454         list=; while read file base inst; do \
455           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
456             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
457             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
458           fi; \
459         done; \
460         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
461         while read files; do \
462           test -z "$$files" || { \
463             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
464             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
465         done; }
466
467 uninstall-man1:
468         @$(NORMAL_UNINSTALL)
469         @list=''; test -n "$(man1dir)" || exit 0; \
470         files=`{ for i in $$list; do echo "$$i"; done; \
471         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
472           sed -n '/\.1[a-z]*$$/p'; \
473         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
474               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
475         test -z "$$files" || { \
476           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
477           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
478
479 # This directory's subdirectories are mostly independent; you can cd
480 # into them and run `make' without going through this Makefile.
481 # To change the values of `make' variables: instead of editing Makefiles,
482 # (1) if the variable is set in `config.status', edit `config.status'
483 #     (which will cause the Makefiles to be regenerated when you run `make');
484 # (2) otherwise, pass the desired values on the `make' command line.
485 $(RECURSIVE_TARGETS):
486         @fail= failcom='exit 1'; \
487         for f in x $$MAKEFLAGS; do \
488           case $$f in \
489             *=* | --[!k]*);; \
490             *k*) failcom='fail=yes';; \
491           esac; \
492         done; \
493         dot_seen=no; \
494         target=`echo $@ | sed s/-recursive//`; \
495         list='$(SUBDIRS)'; for subdir in $$list; do \
496           echo "Making $$target in $$subdir"; \
497           if test "$$subdir" = "."; then \
498             dot_seen=yes; \
499             local_target="$$target-am"; \
500           else \
501             local_target="$$target"; \
502           fi; \
503           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
504           || eval $$failcom; \
505         done; \
506         if test "$$dot_seen" = "no"; then \
507           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
508         fi; test -z "$$fail"
509
510 $(RECURSIVE_CLEAN_TARGETS):
511         @fail= failcom='exit 1'; \
512         for f in x $$MAKEFLAGS; do \
513           case $$f in \
514             *=* | --[!k]*);; \
515             *k*) failcom='fail=yes';; \
516           esac; \
517         done; \
518         dot_seen=no; \
519         case "$@" in \
520           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
521           *) list='$(SUBDIRS)' ;; \
522         esac; \
523         rev=''; for subdir in $$list; do \
524           if test "$$subdir" = "."; then :; else \
525             rev="$$subdir $$rev"; \
526           fi; \
527         done; \
528         rev="$$rev ."; \
529         target=`echo $@ | sed s/-recursive//`; \
530         for subdir in $$rev; do \
531           echo "Making $$target in $$subdir"; \
532           if test "$$subdir" = "."; then \
533             local_target="$$target-am"; \
534           else \
535             local_target="$$target"; \
536           fi; \
537           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
538           || eval $$failcom; \
539         done && test -z "$$fail"
540 tags-recursive:
541         list='$(SUBDIRS)'; for subdir in $$list; do \
542           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
543         done
544 ctags-recursive:
545         list='$(SUBDIRS)'; for subdir in $$list; do \
546           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
547         done
548
549 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
550         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551         unique=`for i in $$list; do \
552             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553           done | \
554           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555               END { if (nonempty) { for (i in files) print i; }; }'`; \
556         mkid -fID $$unique
557 tags: TAGS
558
559 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
560                 $(TAGS_FILES) $(LISP)
561         set x; \
562         here=`pwd`; \
563         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
564           include_option=--etags-include; \
565           empty_fix=.; \
566         else \
567           include_option=--include; \
568           empty_fix=; \
569         fi; \
570         list='$(SUBDIRS)'; for subdir in $$list; do \
571           if test "$$subdir" = .; then :; else \
572             test ! -f $$subdir/TAGS || \
573               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
574           fi; \
575         done; \
576         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
577         unique=`for i in $$list; do \
578             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
579           done | \
580           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
581               END { if (nonempty) { for (i in files) print i; }; }'`; \
582         shift; \
583         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584           test -n "$$unique" || unique=$$empty_fix; \
585           if test $$# -gt 0; then \
586             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587               "$$@" $$unique; \
588           else \
589             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590               $$unique; \
591           fi; \
592         fi
593 ctags: CTAGS
594 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
595                 $(TAGS_FILES) $(LISP)
596         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
597         unique=`for i in $$list; do \
598             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
599           done | \
600           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
601               END { if (nonempty) { for (i in files) print i; }; }'`; \
602         test -z "$(CTAGS_ARGS)$$unique" \
603           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
604              $$unique
605
606 GTAGS:
607         here=`$(am__cd) $(top_builddir) && pwd` \
608           && $(am__cd) $(top_srcdir) \
609           && gtags -i $(GTAGS_ARGS) "$$here"
610
611 distclean-tags:
612         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613
614 distdir: $(DISTFILES)
615         @list='$(MANS)'; if test -n "$$list"; then \
616           list=`for p in $$list; do \
617             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
618             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
619           if test -n "$$list" && \
620             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
621             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
622             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
623             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
624             echo "       typically \`make maintainer-clean' will remove them" >&2; \
625             exit 1; \
626           else :; fi; \
627         else :; fi
628         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
629         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630         list='$(DISTFILES)'; \
631           dist_files=`for file in $$list; do echo $$file; done | \
632           sed -e "s|^$$srcdirstrip/||;t" \
633               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
634         case $$dist_files in \
635           */*) $(MKDIR_P) `echo "$$dist_files" | \
636                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
637                            sort -u` ;; \
638         esac; \
639         for file in $$dist_files; do \
640           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
641           if test -d $$d/$$file; then \
642             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
643             if test -d "$(distdir)/$$file"; then \
644               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645             fi; \
646             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
647               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
648               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649             fi; \
650             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
651           else \
652             test -f "$(distdir)/$$file" \
653             || cp -p $$d/$$file "$(distdir)/$$file" \
654             || exit 1; \
655           fi; \
656         done
657         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
658           if test "$$subdir" = .; then :; else \
659             test -d "$(distdir)/$$subdir" \
660             || $(MKDIR_P) "$(distdir)/$$subdir" \
661             || exit 1; \
662           fi; \
663         done
664         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
665           if test "$$subdir" = .; then :; else \
666             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
667             $(am__relativize); \
668             new_distdir=$$reldir; \
669             dir1=$$subdir; dir2="$(top_distdir)"; \
670             $(am__relativize); \
671             new_top_distdir=$$reldir; \
672             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
673             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
674             ($(am__cd) $$subdir && \
675               $(MAKE) $(AM_MAKEFLAGS) \
676                 top_distdir="$$new_top_distdir" \
677                 distdir="$$new_distdir" \
678                 am__remove_distdir=: \
679                 am__skip_length_check=: \
680                 am__skip_mode_fix=: \
681                 distdir) \
682               || exit 1; \
683           fi; \
684         done
685 check-am: all-am
686 check: check-recursive
687 all-am: Makefile $(PROGRAMS) $(MANS)
688 installdirs: installdirs-recursive
689 installdirs-am:
690         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
691           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
692         done
693 install: install-recursive
694 install-exec: install-exec-recursive
695 install-data: install-data-recursive
696 uninstall: uninstall-recursive
697
698 install-am: all-am
699         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
700
701 installcheck: installcheck-recursive
702 install-strip:
703         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705           `test -z '$(STRIP)' || \
706             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
707 mostlyclean-generic:
708
709 clean-generic:
710
711 distclean-generic:
712         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
714
715 maintainer-clean-generic:
716         @echo "This command is intended for maintainers to use"
717         @echo "it deletes files that may require special tools to rebuild."
718 clean: clean-recursive
719
720 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
721
722 distclean: distclean-recursive
723         -rm -rf ./$(DEPDIR)
724         -rm -f Makefile
725 distclean-am: clean-am distclean-compile distclean-generic \
726         distclean-tags
727
728 dvi: dvi-recursive
729
730 dvi-am:
731
732 html: html-recursive
733
734 html-am:
735
736 info: info-recursive
737
738 info-am:
739
740 install-data-am: install-man
741
742 install-dvi: install-dvi-recursive
743
744 install-dvi-am:
745
746 install-exec-am: install-binPROGRAMS
747
748 install-html: install-html-recursive
749
750 install-html-am:
751
752 install-info: install-info-recursive
753
754 install-info-am:
755
756 install-man: install-man1
757
758 install-pdf: install-pdf-recursive
759
760 install-pdf-am:
761
762 install-ps: install-ps-recursive
763
764 install-ps-am:
765
766 installcheck-am:
767
768 maintainer-clean: maintainer-clean-recursive
769         -rm -rf ./$(DEPDIR)
770         -rm -f Makefile
771 maintainer-clean-am: distclean-am maintainer-clean-generic
772
773 mostlyclean: mostlyclean-recursive
774
775 mostlyclean-am: mostlyclean-compile mostlyclean-generic
776
777 pdf: pdf-recursive
778
779 pdf-am:
780
781 ps: ps-recursive
782
783 ps-am:
784
785 uninstall-am: uninstall-binPROGRAMS uninstall-man
786
787 uninstall-man: uninstall-man1
788
789 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
790         install-am install-strip tags-recursive
791
792 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
793         all all-am check check-am clean clean-binPROGRAMS \
794         clean-generic ctags ctags-recursive distclean \
795         distclean-compile distclean-generic distclean-tags distdir dvi \
796         dvi-am html html-am info info-am install install-am \
797         install-binPROGRAMS install-data install-data-am install-dvi \
798         install-dvi-am install-exec install-exec-am install-html \
799         install-html-am install-info install-info-am install-man \
800         install-man1 install-pdf install-pdf-am install-ps \
801         install-ps-am install-strip installcheck installcheck-am \
802         installdirs installdirs-am maintainer-clean \
803         maintainer-clean-generic mostlyclean mostlyclean-compile \
804         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
805         uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
806         uninstall-man1
807
808
809 psensor.1: main.c $(top_srcdir)/configure.ac
810         $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT)
811         help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT)
812
813 # Tell versions [3.59,3.63) of GNU make to not export all variables.
814 # Otherwise a system limit (for SysV at least) may be exceeded.
815 .NOEXPORT: