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