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