Merge branch 'vendor/BZIP'
[dragonfly.git] / contrib / cryptsetup / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6 # 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 TESTS = api-test$(EXEEXT) compat-test align-test
37 check_PROGRAMS = api-test$(EXEEXT)
38 subdir = tests
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
47         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
48         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
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_api_test_OBJECTS = api_test-api-test.$(OBJEXT)
56 api_test_OBJECTS = $(am_api_test_OBJECTS)
57 api_test_DEPENDENCIES = ../lib/libcryptsetup.la
58 api_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59         --mode=link $(CCLD) $(api_test_CFLAGS) $(CFLAGS) \
60         $(api_test_LDFLAGS) $(LDFLAGS) -o $@
61 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 am__mv = mv -f
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 CCLD = $(CC)
71 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73         $(LDFLAGS) -o $@
74 SOURCES = $(api_test_SOURCES)
75 DIST_SOURCES = $(api_test_SOURCES)
76 ETAGS = etags
77 CTAGS = ctags
78 am__tty_colors = \
79 red=; grn=; lgn=; blu=; std=
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 AMTAR = @AMTAR@
83 AR = @AR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 CC = @CC@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CPP = @CPP@
92 CPPFLAGS = @CPPFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
97 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
98 DSYMUTIL = @DSYMUTIL@
99 DUMPBIN = @DUMPBIN@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 FGREP = @FGREP@
106 GMSGFMT = @GMSGFMT@
107 GMSGFMT_015 = @GMSGFMT_015@
108 GREP = @GREP@
109 INSTALL = @INSTALL@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 INTLLIBS = @INTLLIBS@
115 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
116 LD = @LD@
117 LDFLAGS = @LDFLAGS@
118 LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
119 LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
120 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
121 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
122 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
123 LIBICONV = @LIBICONV@
124 LIBINTL = @LIBINTL@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LIPO = @LIPO@
129 LN_S = @LN_S@
130 LTLIBICONV = @LTLIBICONV@
131 LTLIBINTL = @LTLIBINTL@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAKEINFO = @MAKEINFO@
134 MKDIR_P = @MKDIR_P@
135 MSGFMT = @MSGFMT@
136 MSGFMT_015 = @MSGFMT_015@
137 MSGMERGE = @MSGMERGE@
138 NM = @NM@
139 NMEDIT = @NMEDIT@
140 OBJDUMP = @OBJDUMP@
141 OBJEXT = @OBJEXT@
142 OTOOL = @OTOOL@
143 OTOOL64 = @OTOOL64@
144 PACKAGE = @PACKAGE@
145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146 PACKAGE_NAME = @PACKAGE_NAME@
147 PACKAGE_STRING = @PACKAGE_STRING@
148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
149 PACKAGE_URL = @PACKAGE_URL@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 PKG_CONFIG = @PKG_CONFIG@
153 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
154 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
155 POPT_LIBS = @POPT_LIBS@
156 POSUB = @POSUB@
157 RANLIB = @RANLIB@
158 SED = @SED@
159 SELINUX_STATIC_LIBS = @SELINUX_STATIC_LIBS@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 USE_NLS = @USE_NLS@
164 UUID_LIBS = @UUID_LIBS@
165 VERSION = @VERSION@
166 XGETTEXT = @XGETTEXT@
167 XGETTEXT_015 = @XGETTEXT_015@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174 am__include = @am__include@
175 am__leading_dot = @am__leading_dot@
176 am__quote = @am__quote@
177 am__tar = @am__tar@
178 am__untar = @am__untar@
179 bindir = @bindir@
180 build = @build@
181 build_alias = @build_alias@
182 build_cpu = @build_cpu@
183 build_os = @build_os@
184 build_vendor = @build_vendor@
185 builddir = @builddir@
186 datadir = @datadir@
187 datarootdir = @datarootdir@
188 docdir = @docdir@
189 dvidir = @dvidir@
190 exec_prefix = @exec_prefix@
191 host = @host@
192 host_alias = @host_alias@
193 host_cpu = @host_cpu@
194 host_os = @host_os@
195 host_vendor = @host_vendor@
196 htmldir = @htmldir@
197 includedir = @includedir@
198 infodir = @infodir@
199 install_sh = @install_sh@
200 libdir = @libdir@
201 libexecdir = @libexecdir@
202 localedir = @localedir@
203 localstatedir = @localstatedir@
204 lt_ECHO = @lt_ECHO@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target_alias = @target_alias@
217 top_build_prefix = @top_build_prefix@
218 top_builddir = @top_builddir@
219 top_srcdir = @top_srcdir@
220 EXTRA_DIST = fileDiffer.py compatimage.img.bz2 align-test compat-test
221 api_test_SOURCES = api-test.c
222 api_test_LDADD = ../lib/libcryptsetup.la
223 api_test_LDFLAGS = -static
224 api_test_CFLAGS = -g -Wall -O0 -I$(top_srcdir)/lib/
225 all: all-am
226
227 .SUFFIXES:
228 .SUFFIXES: .c .lo .o .obj
229 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
230         @for dep in $?; do \
231           case '$(am__configure_deps)' in \
232             *$$dep*) \
233               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234                 && { if test -f $@; then exit 0; else break; fi; }; \
235               exit 1;; \
236           esac; \
237         done; \
238         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
239         $(am__cd) $(top_srcdir) && \
240           $(AUTOMAKE) --gnu tests/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243         @case '$?' in \
244           *config.status*) \
245             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246           *) \
247             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249         esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure:  $(am__configure_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
259
260 clean-checkPROGRAMS:
261         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
262         echo " rm -f" $$list; \
263         rm -f $$list || exit $$?; \
264         test -n "$(EXEEXT)" || exit 0; \
265         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
266         echo " rm -f" $$list; \
267         rm -f $$list
268 api-test$(EXEEXT): $(api_test_OBJECTS) $(api_test_DEPENDENCIES) 
269         @rm -f api-test$(EXEEXT)
270         $(api_test_LINK) $(api_test_OBJECTS) $(api_test_LDADD) $(LIBS)
271
272 mostlyclean-compile:
273         -rm -f *.$(OBJEXT)
274
275 distclean-compile:
276         -rm -f *.tab.c
277
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_test-api-test.Po@am__quote@
279
280 .c.o:
281 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
282 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
286
287 .c.obj:
288 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
289 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
293
294 .c.lo:
295 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
296 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
297 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
300
301 api_test-api-test.o: api-test.c
302 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-api-test.o -MD -MP -MF $(DEPDIR)/api_test-api-test.Tpo -c -o api_test-api-test.o `test -f 'api-test.c' || echo '$(srcdir)/'`api-test.c
303 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/api_test-api-test.Tpo $(DEPDIR)/api_test-api-test.Po
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='api-test.c' object='api_test-api-test.o' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-api-test.o `test -f 'api-test.c' || echo '$(srcdir)/'`api-test.c
307
308 api_test-api-test.obj: api-test.c
309 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-api-test.obj -MD -MP -MF $(DEPDIR)/api_test-api-test.Tpo -c -o api_test-api-test.obj `if test -f 'api-test.c'; then $(CYGPATH_W) 'api-test.c'; else $(CYGPATH_W) '$(srcdir)/api-test.c'; fi`
310 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/api_test-api-test.Tpo $(DEPDIR)/api_test-api-test.Po
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='api-test.c' object='api_test-api-test.obj' libtool=no @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-api-test.obj `if test -f 'api-test.c'; then $(CYGPATH_W) 'api-test.c'; else $(CYGPATH_W) '$(srcdir)/api-test.c'; fi`
314
315 mostlyclean-libtool:
316         -rm -f *.lo
317
318 clean-libtool:
319         -rm -rf .libs _libs
320
321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327               END { if (nonempty) { for (i in files) print i; }; }'`; \
328         mkid -fID $$unique
329 tags: TAGS
330
331 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                 $(TAGS_FILES) $(LISP)
333         set x; \
334         here=`pwd`; \
335         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336         unique=`for i in $$list; do \
337             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338           done | \
339           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340               END { if (nonempty) { for (i in files) print i; }; }'`; \
341         shift; \
342         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
343           test -n "$$unique" || unique=$$empty_fix; \
344           if test $$# -gt 0; then \
345             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346               "$$@" $$unique; \
347           else \
348             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349               $$unique; \
350           fi; \
351         fi
352 ctags: CTAGS
353 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354                 $(TAGS_FILES) $(LISP)
355         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356         unique=`for i in $$list; do \
357             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358           done | \
359           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360               END { if (nonempty) { for (i in files) print i; }; }'`; \
361         test -z "$(CTAGS_ARGS)$$unique" \
362           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
363              $$unique
364
365 GTAGS:
366         here=`$(am__cd) $(top_builddir) && pwd` \
367           && $(am__cd) $(top_srcdir) \
368           && gtags -i $(GTAGS_ARGS) "$$here"
369
370 distclean-tags:
371         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
372
373 check-TESTS: $(TESTS)
374         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
375         srcdir=$(srcdir); export srcdir; \
376         list=' $(TESTS) '; \
377         $(am__tty_colors); \
378         if test -n "$$list"; then \
379           for tst in $$list; do \
380             if test -f ./$$tst; then dir=./; \
381             elif test -f $$tst; then dir=; \
382             else dir="$(srcdir)/"; fi; \
383             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
384               all=`expr $$all + 1`; \
385               case " $(XFAIL_TESTS) " in \
386               *[\ \     ]$$tst[\ \      ]*) \
387                 xpass=`expr $$xpass + 1`; \
388                 failed=`expr $$failed + 1`; \
389                 col=$$red; res=XPASS; \
390               ;; \
391               *) \
392                 col=$$grn; res=PASS; \
393               ;; \
394               esac; \
395             elif test $$? -ne 77; then \
396               all=`expr $$all + 1`; \
397               case " $(XFAIL_TESTS) " in \
398               *[\ \     ]$$tst[\ \      ]*) \
399                 xfail=`expr $$xfail + 1`; \
400                 col=$$lgn; res=XFAIL; \
401               ;; \
402               *) \
403                 failed=`expr $$failed + 1`; \
404                 col=$$red; res=FAIL; \
405               ;; \
406               esac; \
407             else \
408               skip=`expr $$skip + 1`; \
409               col=$$blu; res=SKIP; \
410             fi; \
411             echo "$${col}$$res$${std}: $$tst"; \
412           done; \
413           if test "$$all" -eq 1; then \
414             tests="test"; \
415             All=""; \
416           else \
417             tests="tests"; \
418             All="All "; \
419           fi; \
420           if test "$$failed" -eq 0; then \
421             if test "$$xfail" -eq 0; then \
422               banner="$$All$$all $$tests passed"; \
423             else \
424               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
425               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
426             fi; \
427           else \
428             if test "$$xpass" -eq 0; then \
429               banner="$$failed of $$all $$tests failed"; \
430             else \
431               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
432               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
433             fi; \
434           fi; \
435           dashes="$$banner"; \
436           skipped=""; \
437           if test "$$skip" -ne 0; then \
438             if test "$$skip" -eq 1; then \
439               skipped="($$skip test was not run)"; \
440             else \
441               skipped="($$skip tests were not run)"; \
442             fi; \
443             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
444               dashes="$$skipped"; \
445           fi; \
446           report=""; \
447           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
448             report="Please report to $(PACKAGE_BUGREPORT)"; \
449             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
450               dashes="$$report"; \
451           fi; \
452           dashes=`echo "$$dashes" | sed s/./=/g`; \
453           if test "$$failed" -eq 0; then \
454             echo "$$grn$$dashes"; \
455           else \
456             echo "$$red$$dashes"; \
457           fi; \
458           echo "$$banner"; \
459           test -z "$$skipped" || echo "$$skipped"; \
460           test -z "$$report" || echo "$$report"; \
461           echo "$$dashes$$std"; \
462           test "$$failed" -eq 0; \
463         else :; fi
464
465 distdir: $(DISTFILES)
466         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468         list='$(DISTFILES)'; \
469           dist_files=`for file in $$list; do echo $$file; done | \
470           sed -e "s|^$$srcdirstrip/||;t" \
471               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472         case $$dist_files in \
473           */*) $(MKDIR_P) `echo "$$dist_files" | \
474                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475                            sort -u` ;; \
476         esac; \
477         for file in $$dist_files; do \
478           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479           if test -d $$d/$$file; then \
480             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481             if test -d "$(distdir)/$$file"; then \
482               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483             fi; \
484             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489           else \
490             test -f "$(distdir)/$$file" \
491             || cp -p $$d/$$file "$(distdir)/$$file" \
492             || exit 1; \
493           fi; \
494         done
495 check-am: all-am
496         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
497         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
498 check: check-am
499 all-am: Makefile
500 installdirs:
501 install: install-am
502 install-exec: install-exec-am
503 install-data: install-data-am
504 uninstall: uninstall-am
505
506 install-am: all-am
507         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508
509 installcheck: installcheck-am
510 install-strip:
511         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513           `test -z '$(STRIP)' || \
514             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
515 mostlyclean-generic:
516
517 clean-generic:
518
519 distclean-generic:
520         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
523 maintainer-clean-generic:
524         @echo "This command is intended for maintainers to use"
525         @echo "it deletes files that may require special tools to rebuild."
526 clean: clean-am
527
528 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
529         mostlyclean-am
530
531 distclean: distclean-am
532         -rm -rf ./$(DEPDIR)
533         -rm -f Makefile
534 distclean-am: clean-am distclean-compile distclean-generic \
535         distclean-tags
536
537 dvi: dvi-am
538
539 dvi-am:
540
541 html: html-am
542
543 html-am:
544
545 info: info-am
546
547 info-am:
548
549 install-data-am:
550
551 install-dvi: install-dvi-am
552
553 install-dvi-am:
554
555 install-exec-am:
556
557 install-html: install-html-am
558
559 install-html-am:
560
561 install-info: install-info-am
562
563 install-info-am:
564
565 install-man:
566
567 install-pdf: install-pdf-am
568
569 install-pdf-am:
570
571 install-ps: install-ps-am
572
573 install-ps-am:
574
575 installcheck-am:
576
577 maintainer-clean: maintainer-clean-am
578         -rm -rf ./$(DEPDIR)
579         -rm -f Makefile
580 maintainer-clean-am: distclean-am maintainer-clean-generic
581
582 mostlyclean: mostlyclean-am
583
584 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
585         mostlyclean-libtool
586
587 pdf: pdf-am
588
589 pdf-am:
590
591 ps: ps-am
592
593 ps-am:
594
595 uninstall-am:
596
597 .MAKE: check-am install-am install-strip
598
599 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
600         clean-checkPROGRAMS clean-generic clean-libtool ctags \
601         distclean distclean-compile distclean-generic \
602         distclean-libtool distclean-tags distdir dvi dvi-am html \
603         html-am info info-am install install-am install-data \
604         install-data-am install-dvi install-dvi-am install-exec \
605         install-exec-am install-html install-html-am install-info \
606         install-info-am install-man install-pdf install-pdf-am \
607         install-ps install-ps-am install-strip installcheck \
608         installcheck-am installdirs maintainer-clean \
609         maintainer-clean-generic mostlyclean mostlyclean-compile \
610         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
611         tags uninstall uninstall-am
612
613
614 compatimage.img:
615         @bzip2 -k -d compatimage.img.bz2
616
617 # Tell versions [3.59,3.63) of GNU make to not export all variables.
618 # Otherwise a system limit (for SysV at least) may be exceeded.
619 .NOEXPORT: