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