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