added gsettings schema
[psensor.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 check_PROGRAMS = test-io-dir-list$(EXEEXT) \
54         test-psensor-type-to-unit-str$(EXEEXT) \
55         test-psensor-value-to-str$(EXEEXT) test-url-encode$(EXEEXT) \
56         test-url-normalize$(EXEEXT)
57 @ATASMART_TRUE@am__append_1 = $(ATASMART_LIBS)
58 @GTOP_TRUE@am__append_2 = $(GTOP_LIBS)
59 TESTS = test-io-dir-list.sh test-psensor-type-to-unit-str$(EXEEXT) \
60         test-psensor-value-to-str$(EXEEXT) test-url-encode$(EXEEXT) \
61         test-url-normalize$(EXEEXT) $(am__append_3)
62 @CPPCHECK_TRUE@am__append_3 = test-cppcheck.sh
63 subdir = tests
64 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_HEADER = $(top_builddir)/config.h
71 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES =
73 am_test_io_dir_list_OBJECTS = test_io_dir_list.$(OBJEXT)
74 test_io_dir_list_OBJECTS = $(am_test_io_dir_list_OBJECTS)
75 test_io_dir_list_LDADD = $(LDADD)
76 am_test_psensor_type_to_unit_str_OBJECTS = test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.$(OBJEXT)
77 test_psensor_type_to_unit_str_OBJECTS =  \
78         $(am_test_psensor_type_to_unit_str_OBJECTS)
79 test_psensor_type_to_unit_str_LDADD = $(LDADD)
80 test_psensor_type_to_unit_str_LINK = $(CCLD) \
81         $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) \
82         $(AM_LDFLAGS) $(LDFLAGS) -o $@
83 am_test_psensor_value_to_str_OBJECTS =  \
84         test_psensor_value_to_str-test_psensor_value_to_str.$(OBJEXT)
85 test_psensor_value_to_str_OBJECTS =  \
86         $(am_test_psensor_value_to_str_OBJECTS)
87 test_psensor_value_to_str_LDADD = $(LDADD)
88 test_psensor_value_to_str_LINK = $(CCLD) \
89         $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90         $(LDFLAGS) -o $@
91 am_test_url_encode_OBJECTS = test_url_encode.$(OBJEXT)
92 test_url_encode_OBJECTS = $(am_test_url_encode_OBJECTS)
93 test_url_encode_LDADD = $(LDADD)
94 am_test_url_normalize_OBJECTS = test_url_normalize.$(OBJEXT)
95 test_url_normalize_OBJECTS = $(am_test_url_normalize_OBJECTS)
96 test_url_normalize_LDADD = $(LDADD)
97 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98 depcomp = $(SHELL) $(top_srcdir)/depcomp
99 am__depfiles_maybe = depfiles
100 am__mv = mv -f
101 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 CCLD = $(CC)
104 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
105 SOURCES = $(test_io_dir_list_SOURCES) \
106         $(test_psensor_type_to_unit_str_SOURCES) \
107         $(test_psensor_value_to_str_SOURCES) \
108         $(test_url_encode_SOURCES) $(test_url_normalize_SOURCES)
109 DIST_SOURCES = $(test_io_dir_list_SOURCES) \
110         $(test_psensor_type_to_unit_str_SOURCES) \
111         $(test_psensor_value_to_str_SOURCES) \
112         $(test_url_encode_SOURCES) $(test_url_normalize_SOURCES)
113 am__can_run_installinfo = \
114   case $$AM_UPDATE_INFO_DIR in \
115     n|no|NO) false;; \
116     *) (install-info --version) >/dev/null 2>&1;; \
117   esac
118 ETAGS = etags
119 CTAGS = ctags
120 am__tty_colors = \
121 red=; grn=; lgn=; blu=; std=
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 ACLOCAL = @ACLOCAL@
124 AMTAR = @AMTAR@
125 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
126 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
127 AR = @AR@
128 ATASMART_CFLAGS = @ATASMART_CFLAGS@
129 ATASMART_LIBS = @ATASMART_LIBS@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 CPP = @CPP@
138 CPPFLAGS = @CPPFLAGS@
139 CURL_CFLAGS = @CURL_CFLAGS@
140 CURL_LIBS = @CURL_LIBS@
141 CYGPATH_W = @CYGPATH_W@
142 DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
143 DEPDIR = @DEPDIR@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 GCONFTOOL = @GCONFTOOL@
150 GCONF_CFLAGS = @GCONF_CFLAGS@
151 GCONF_LIBS = @GCONF_LIBS@
152 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
153 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
154 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
155 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
156 GMSGFMT = @GMSGFMT@
157 GMSGFMT_015 = @GMSGFMT_015@
158 GREP = @GREP@
159 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
160 GTK_CFLAGS = @GTK_CFLAGS@
161 GTK_LIBS = @GTK_LIBS@
162 GTOP_CFLAGS = @GTOP_CFLAGS@
163 GTOP_LIBS = @GTOP_LIBS@
164 HAVE_CPPCHECK = @HAVE_CPPCHECK@
165 HELP2MAN = @HELP2MAN@
166 INSTALL = @INSTALL@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 INTLLIBS = @INTLLIBS@
172 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
173 JSON_CFLAGS = @JSON_CFLAGS@
174 JSON_LIBS = @JSON_LIBS@
175 LDFLAGS = @LDFLAGS@
176 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
177 LIBATIADL_LIBS = @LIBATIADL_LIBS@
178 LIBICONV = @LIBICONV@
179 LIBINTL = @LIBINTL@
180 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
181 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
182 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
183 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@ ../src/lib/libpsensor.a $(SENSORS_LIBS) $(am__append_1) \
186         $(am__append_2)
187 LTLIBICONV = @LTLIBICONV@
188 LTLIBINTL = @LTLIBINTL@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 MSGFMT = @MSGFMT@
193 MSGFMT_015 = @MSGFMT_015@
194 MSGMERGE = @MSGMERGE@
195 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
196 NVIDIA_LIBS = @NVIDIA_LIBS@
197 OBJEXT = @OBJEXT@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_URL = @PACKAGE_URL@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_SEPARATOR = @PATH_SEPARATOR@
206 PKG_CONFIG = @PKG_CONFIG@
207 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
208 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
209 POSUB = @POSUB@
210 PTHREAD_LIBS = @PTHREAD_LIBS@
211 RANLIB = @RANLIB@
212 SED = @SED@
213 SENSORS_LIBS = @SENSORS_LIBS@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 UNITY_CFLAGS = @UNITY_CFLAGS@
218 UNITY_LIBS = @UNITY_LIBS@
219 USE_NLS = @USE_NLS@
220 VERSION = @VERSION@
221 X11_CFLAGS = @X11_CFLAGS@
222 X11_LIBS = @X11_LIBS@
223 XEXT_CFLAGS = @XEXT_CFLAGS@
224 XEXT_LIBS = @XEXT_LIBS@
225 XGETTEXT = @XGETTEXT@
226 XGETTEXT_015 = @XGETTEXT_015@
227 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
228 XMKMF = @XMKMF@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 gsettingsschemadir = @gsettingsschemadir@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 htmldir = @htmldir@
259 includedir = @includedir@
260 infodir = @infodir@
261 install_sh = @install_sh@
262 libdir = @libdir@
263 libexecdir = @libexecdir@
264 localedir = @localedir@
265 localstatedir = @localstatedir@
266 mandir = @mandir@
267 mkdir_p = @mkdir_p@
268 oldincludedir = @oldincludedir@
269 pdfdir = @pdfdir@
270 prefix = @prefix@
271 program_transform_name = @program_transform_name@
272 psdir = @psdir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 sysconfdir = @sysconfdir@
277 target_alias = @target_alias@
278 top_build_prefix = @top_build_prefix@
279 top_builddir = @top_builddir@
280 top_srcdir = @top_srcdir@
281 EXTRA_DIST = checkpatch.pl \
282         test-cppcheck.sh \
283         test-io-dir-list.sh
284
285 AM_CPPFLAGS = -Wall -Werror
286 test_io_dir_list_SOURCES = test_io_dir_list.c
287 test_psensor_type_to_unit_str_SOURCES = test_psensor_type_to_unit_str.c
288 test_psensor_type_to_unit_str_CFLAGS = -I$(top_srcdir)/src/lib
289 test_psensor_value_to_str_SOURCES = test_psensor_value_to_str.c
290 test_psensor_value_to_str_CFLAGS = -I$(top_srcdir)/src/lib
291 test_url_encode_SOURCES = test_url_encode.c
292 test_url_normalize_SOURCES = test_url_normalize.c
293 all: all-am
294
295 .SUFFIXES:
296 .SUFFIXES: .c .o .obj
297 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
298         @for dep in $?; do \
299           case '$(am__configure_deps)' in \
300             *$$dep*) \
301               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302                 && { if test -f $@; then exit 0; else break; fi; }; \
303               exit 1;; \
304           esac; \
305         done; \
306         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
307         $(am__cd) $(top_srcdir) && \
308           $(AUTOMAKE) --gnu tests/Makefile
309 .PRECIOUS: Makefile
310 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311         @case '$?' in \
312           *config.status*) \
313             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314           *) \
315             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317         esac;
318
319 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322 $(top_srcdir)/configure:  $(am__configure_deps)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(am__aclocal_m4_deps):
327
328 clean-checkPROGRAMS:
329         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
330 test-io-dir-list$(EXEEXT): $(test_io_dir_list_OBJECTS) $(test_io_dir_list_DEPENDENCIES) $(EXTRA_test_io_dir_list_DEPENDENCIES) 
331         @rm -f test-io-dir-list$(EXEEXT)
332         $(LINK) $(test_io_dir_list_OBJECTS) $(test_io_dir_list_LDADD) $(LIBS)
333 test-psensor-type-to-unit-str$(EXEEXT): $(test_psensor_type_to_unit_str_OBJECTS) $(test_psensor_type_to_unit_str_DEPENDENCIES) $(EXTRA_test_psensor_type_to_unit_str_DEPENDENCIES) 
334         @rm -f test-psensor-type-to-unit-str$(EXEEXT)
335         $(test_psensor_type_to_unit_str_LINK) $(test_psensor_type_to_unit_str_OBJECTS) $(test_psensor_type_to_unit_str_LDADD) $(LIBS)
336 test-psensor-value-to-str$(EXEEXT): $(test_psensor_value_to_str_OBJECTS) $(test_psensor_value_to_str_DEPENDENCIES) $(EXTRA_test_psensor_value_to_str_DEPENDENCIES) 
337         @rm -f test-psensor-value-to-str$(EXEEXT)
338         $(test_psensor_value_to_str_LINK) $(test_psensor_value_to_str_OBJECTS) $(test_psensor_value_to_str_LDADD) $(LIBS)
339 test-url-encode$(EXEEXT): $(test_url_encode_OBJECTS) $(test_url_encode_DEPENDENCIES) $(EXTRA_test_url_encode_DEPENDENCIES) 
340         @rm -f test-url-encode$(EXEEXT)
341         $(LINK) $(test_url_encode_OBJECTS) $(test_url_encode_LDADD) $(LIBS)
342 test-url-normalize$(EXEEXT): $(test_url_normalize_OBJECTS) $(test_url_normalize_DEPENDENCIES) $(EXTRA_test_url_normalize_DEPENDENCIES) 
343         @rm -f test-url-normalize$(EXEEXT)
344         $(LINK) $(test_url_normalize_OBJECTS) $(test_url_normalize_LDADD) $(LIBS)
345
346 mostlyclean-compile:
347         -rm -f *.$(OBJEXT)
348
349 distclean-compile:
350         -rm -f *.tab.c
351
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_io_dir_list.Po@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_url_encode.Po@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_url_normalize.Po@am__quote@
357
358 .c.o:
359 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
360 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
364
365 .c.obj:
366 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
367 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
371
372 test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o: test_psensor_type_to_unit_str.c
373 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
374 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.o `test -f 'test_psensor_type_to_unit_str.c' || echo '$(srcdir)/'`test_psensor_type_to_unit_str.c
378
379 test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj: test_psensor_type_to_unit_str.c
380 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -MT test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
381 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Tpo $(DEPDIR)/test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.Po
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_psensor_type_to_unit_str.c' object='test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj' libtool=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_type_to_unit_str_CFLAGS) $(CFLAGS) -c -o test_psensor_type_to_unit_str-test_psensor_type_to_unit_str.obj `if test -f 'test_psensor_type_to_unit_str.c'; then $(CYGPATH_W) 'test_psensor_type_to_unit_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_type_to_unit_str.c'; fi`
385
386 test_psensor_value_to_str-test_psensor_value_to_str.o: test_psensor_value_to_str.c
387 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.o -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
388 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.o' libtool=no @AMDEPBACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.o `test -f 'test_psensor_value_to_str.c' || echo '$(srcdir)/'`test_psensor_value_to_str.c
392
393 test_psensor_value_to_str-test_psensor_value_to_str.obj: test_psensor_value_to_str.c
394 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -MT test_psensor_value_to_str-test_psensor_value_to_str.obj -MD -MP -MF $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
395 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Tpo $(DEPDIR)/test_psensor_value_to_str-test_psensor_value_to_str.Po
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_psensor_value_to_str.c' object='test_psensor_value_to_str-test_psensor_value_to_str.obj' libtool=no @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_psensor_value_to_str_CFLAGS) $(CFLAGS) -c -o test_psensor_value_to_str-test_psensor_value_to_str.obj `if test -f 'test_psensor_value_to_str.c'; then $(CYGPATH_W) 'test_psensor_value_to_str.c'; else $(CYGPATH_W) '$(srcdir)/test_psensor_value_to_str.c'; fi`
399
400 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402         unique=`for i in $$list; do \
403             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404           done | \
405           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406               END { if (nonempty) { for (i in files) print i; }; }'`; \
407         mkid -fID $$unique
408 tags: TAGS
409
410 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411                 $(TAGS_FILES) $(LISP)
412         set x; \
413         here=`pwd`; \
414         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415         unique=`for i in $$list; do \
416             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417           done | \
418           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419               END { if (nonempty) { for (i in files) print i; }; }'`; \
420         shift; \
421         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422           test -n "$$unique" || unique=$$empty_fix; \
423           if test $$# -gt 0; then \
424             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425               "$$@" $$unique; \
426           else \
427             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428               $$unique; \
429           fi; \
430         fi
431 ctags: CTAGS
432 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433                 $(TAGS_FILES) $(LISP)
434         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435         unique=`for i in $$list; do \
436             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437           done | \
438           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439               END { if (nonempty) { for (i in files) print i; }; }'`; \
440         test -z "$(CTAGS_ARGS)$$unique" \
441           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
442              $$unique
443
444 GTAGS:
445         here=`$(am__cd) $(top_builddir) && pwd` \
446           && $(am__cd) $(top_srcdir) \
447           && gtags -i $(GTAGS_ARGS) "$$here"
448
449 distclean-tags:
450         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
452 check-TESTS: $(TESTS)
453         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
454         srcdir=$(srcdir); export srcdir; \
455         list=' $(TESTS) '; \
456         $(am__tty_colors); \
457         if test -n "$$list"; then \
458           for tst in $$list; do \
459             if test -f ./$$tst; then dir=./; \
460             elif test -f $$tst; then dir=; \
461             else dir="$(srcdir)/"; fi; \
462             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
463               all=`expr $$all + 1`; \
464               case " $(XFAIL_TESTS) " in \
465               *[\ \     ]$$tst[\ \      ]*) \
466                 xpass=`expr $$xpass + 1`; \
467                 failed=`expr $$failed + 1`; \
468                 col=$$red; res=XPASS; \
469               ;; \
470               *) \
471                 col=$$grn; res=PASS; \
472               ;; \
473               esac; \
474             elif test $$? -ne 77; then \
475               all=`expr $$all + 1`; \
476               case " $(XFAIL_TESTS) " in \
477               *[\ \     ]$$tst[\ \      ]*) \
478                 xfail=`expr $$xfail + 1`; \
479                 col=$$lgn; res=XFAIL; \
480               ;; \
481               *) \
482                 failed=`expr $$failed + 1`; \
483                 col=$$red; res=FAIL; \
484               ;; \
485               esac; \
486             else \
487               skip=`expr $$skip + 1`; \
488               col=$$blu; res=SKIP; \
489             fi; \
490             echo "$${col}$$res$${std}: $$tst"; \
491           done; \
492           if test "$$all" -eq 1; then \
493             tests="test"; \
494             All=""; \
495           else \
496             tests="tests"; \
497             All="All "; \
498           fi; \
499           if test "$$failed" -eq 0; then \
500             if test "$$xfail" -eq 0; then \
501               banner="$$All$$all $$tests passed"; \
502             else \
503               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
504               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
505             fi; \
506           else \
507             if test "$$xpass" -eq 0; then \
508               banner="$$failed of $$all $$tests failed"; \
509             else \
510               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
511               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
512             fi; \
513           fi; \
514           dashes="$$banner"; \
515           skipped=""; \
516           if test "$$skip" -ne 0; then \
517             if test "$$skip" -eq 1; then \
518               skipped="($$skip test was not run)"; \
519             else \
520               skipped="($$skip tests were not run)"; \
521             fi; \
522             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
523               dashes="$$skipped"; \
524           fi; \
525           report=""; \
526           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
527             report="Please report to $(PACKAGE_BUGREPORT)"; \
528             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
529               dashes="$$report"; \
530           fi; \
531           dashes=`echo "$$dashes" | sed s/./=/g`; \
532           if test "$$failed" -eq 0; then \
533             col="$$grn"; \
534           else \
535             col="$$red"; \
536           fi; \
537           echo "$${col}$$dashes$${std}"; \
538           echo "$${col}$$banner$${std}"; \
539           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
540           test -z "$$report" || echo "$${col}$$report$${std}"; \
541           echo "$${col}$$dashes$${std}"; \
542           test "$$failed" -eq 0; \
543         else :; fi
544
545 distdir: $(DISTFILES)
546         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548         list='$(DISTFILES)'; \
549           dist_files=`for file in $$list; do echo $$file; done | \
550           sed -e "s|^$$srcdirstrip/||;t" \
551               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552         case $$dist_files in \
553           */*) $(MKDIR_P) `echo "$$dist_files" | \
554                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555                            sort -u` ;; \
556         esac; \
557         for file in $$dist_files; do \
558           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559           if test -d $$d/$$file; then \
560             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561             if test -d "$(distdir)/$$file"; then \
562               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563             fi; \
564             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567             fi; \
568             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569           else \
570             test -f "$(distdir)/$$file" \
571             || cp -p $$d/$$file "$(distdir)/$$file" \
572             || exit 1; \
573           fi; \
574         done
575 check-am: all-am
576         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
577         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
578 check: check-am
579 all-am: Makefile
580 installdirs:
581 install: install-am
582 install-exec: install-exec-am
583 install-data: install-data-am
584 uninstall: uninstall-am
585
586 install-am: all-am
587         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
589 installcheck: installcheck-am
590 install-strip:
591         if test -z '$(STRIP)'; then \
592           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594               install; \
595         else \
596           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
599         fi
600 mostlyclean-generic:
601
602 clean-generic:
603
604 distclean-generic:
605         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
607
608 maintainer-clean-generic:
609         @echo "This command is intended for maintainers to use"
610         @echo "it deletes files that may require special tools to rebuild."
611 clean: clean-am
612
613 clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
614
615 distclean: distclean-am
616         -rm -rf ./$(DEPDIR)
617         -rm -f Makefile
618 distclean-am: clean-am distclean-compile distclean-generic \
619         distclean-tags
620
621 dvi: dvi-am
622
623 dvi-am:
624
625 html: html-am
626
627 html-am:
628
629 info: info-am
630
631 info-am:
632
633 install-data-am:
634
635 install-dvi: install-dvi-am
636
637 install-dvi-am:
638
639 install-exec-am:
640
641 install-html: install-html-am
642
643 install-html-am:
644
645 install-info: install-info-am
646
647 install-info-am:
648
649 install-man:
650
651 install-pdf: install-pdf-am
652
653 install-pdf-am:
654
655 install-ps: install-ps-am
656
657 install-ps-am:
658
659 installcheck-am:
660
661 maintainer-clean: maintainer-clean-am
662         -rm -rf ./$(DEPDIR)
663         -rm -f Makefile
664 maintainer-clean-am: distclean-am maintainer-clean-generic
665
666 mostlyclean: mostlyclean-am
667
668 mostlyclean-am: mostlyclean-compile mostlyclean-generic
669
670 pdf: pdf-am
671
672 pdf-am:
673
674 ps: ps-am
675
676 ps-am:
677
678 uninstall-am:
679
680 .MAKE: check-am install-am install-strip
681
682 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \
683         clean clean-checkPROGRAMS clean-generic ctags distclean \
684         distclean-compile distclean-generic distclean-tags distdir dvi \
685         dvi-am html html-am info info-am install install-am \
686         install-data install-data-am install-dvi install-dvi-am \
687         install-exec install-exec-am install-html install-html-am \
688         install-info install-info-am install-man install-pdf \
689         install-pdf-am install-ps install-ps-am install-strip \
690         installcheck installcheck-am installdirs maintainer-clean \
691         maintainer-clean-generic mostlyclean mostlyclean-compile \
692         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
693         uninstall-am
694
695 check-local: checkpatch.pl
696         find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
697         find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
698
699 # Tell versions [3.59,3.63) of GNU make to not export all variables.
700 # Otherwise a system limit (for SysV at least) may be exceeded.
701 .NOEXPORT: