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