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