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