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