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