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