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