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