Imported Upstream version 1.3.2
[platform/upstream/gpgme.git] / tests / opassuan / 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
18 # Copyright (C) 2009 g10 Code GmbH
19
20 # This file is part of GPGME.
21
22 # GPGME is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation; either version 2.1 of the
25 # License, or (at your option) any later version.
26
27 # GPGME is distributed in the hope that it will be useful, but WITHOUT
28 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
30 # Public License for more details.
31
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with this program; if not, see <http://www.gnu.org/licenses/>.
34
35
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 TESTS =
56 noinst_PROGRAMS = $(am__EXEEXT_1) t-command$(EXEEXT)
57 subdir = tests/opassuan
58 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
59         $(srcdir)/Makefile.in
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/glib-2.0.m4 \
62         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnupg-ttyname.m4 \
63         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
64         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
65         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
66         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
67         $(top_srcdir)/configure.ac
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69         $(ACLOCAL_M4)
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = $(top_builddir)/config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__EXEEXT_1 =
75 PROGRAMS = $(noinst_PROGRAMS)
76 t_command_SOURCES = t-command.c
77 t_command_OBJECTS = t-command.$(OBJEXT)
78 t_command_LDADD = $(LDADD)
79 t_command_DEPENDENCIES = ../../src/libgpgme.la
80 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92         $(LDFLAGS) -o $@
93 SOURCES = t-command.c
94 DIST_SOURCES = t-command.c
95 HEADERS = $(noinst_HEADERS)
96 ETAGS = etags
97 CTAGS = ctags
98 am__tty_colors = \
99 red=; grn=; lgn=; blu=; std=
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AS = @AS@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BUILD_FILEVERSION = @BUILD_FILEVERSION@
110 BUILD_NUMBER = @BUILD_NUMBER@
111 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
112 CC = @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CXX = @CXX@
118 CXXCPP = @CXXCPP@
119 CXXDEPMODE = @CXXDEPMODE@
120 CXXFLAGS = @CXXFLAGS@
121 CYGPATH_W = @CYGPATH_W@
122 DEFS = @DEFS@
123 DEPDIR = @DEPDIR@
124 DLLTOOL = @DLLTOOL@
125 DSYMUTIL = @DSYMUTIL@
126 DUMPBIN = @DUMPBIN@
127 ECHO_C = @ECHO_C@
128 ECHO_N = @ECHO_N@
129 ECHO_T = @ECHO_T@
130 EGREP = @EGREP@
131 EXEEXT = @EXEEXT@
132 FGREP = @FGREP@
133 G13 = @G13@
134 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
135 GLIBC21 = @GLIBC21@
136 GLIB_CFLAGS = @GLIB_CFLAGS@
137 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
138 GLIB_LIBS = @GLIB_LIBS@
139 GLIB_MKENUMS = @GLIB_MKENUMS@
140 GOBJECT_QUERY = @GOBJECT_QUERY@
141 GPG = @GPG@
142 GPGCONF = @GPGCONF@
143 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
144 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
145 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
146 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
147 GPGSM = @GPGSM@
148 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
149 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
150 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
151 GPG_PATH = @GPG_PATH@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
161 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
162 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
163 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
164 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
165 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
166 LIBOBJS = @LIBOBJS@
167 LIBS = @LIBS@
168 LIBTOOL = @LIBTOOL@
169 LIPO = @LIPO@
170 LN_S = @LN_S@
171 LTLIBOBJS = @LTLIBOBJS@
172 MAINT = @MAINT@
173 MAKEINFO = @MAKEINFO@
174 MANIFEST_TOOL = @MANIFEST_TOOL@
175 MKDIR_P = @MKDIR_P@
176 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
177 NM = @NM@
178 NMEDIT = @NMEDIT@
179 OBJDUMP = @OBJDUMP@
180 OBJEXT = @OBJEXT@
181 OTOOL = @OTOOL@
182 OTOOL64 = @OTOOL64@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_URL = @PACKAGE_URL@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 PKG_CONFIG = @PKG_CONFIG@
192 QT4_CORE_CFLAGS = @QT4_CORE_CFLAGS@
193 QT4_CORE_LIBS = @QT4_CORE_LIBS@
194 RANLIB = @RANLIB@
195 RC = @RC@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRIP = @STRIP@
200 VERSION = @VERSION@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 ac_ct_AR = @ac_ct_AR@
206 ac_ct_CC = @ac_ct_CC@
207 ac_ct_CXX = @ac_ct_CXX@
208 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209 am__include = @am__include@
210 am__leading_dot = @am__leading_dot@
211 am__quote = @am__quote@
212 am__tar = @am__tar@
213 am__untar = @am__untar@
214 bindir = @bindir@
215 build = @build@
216 build_alias = @build_alias@
217 build_cpu = @build_cpu@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 builddir = @builddir@
221 datadir = @datadir@
222 datarootdir = @datarootdir@
223 docdir = @docdir@
224 dvidir = @dvidir@
225 emacs_local_vars_begin = @emacs_local_vars_begin@
226 emacs_local_vars_end = @emacs_local_vars_end@
227 emacs_local_vars_read_only = @emacs_local_vars_read_only@
228 exec_prefix = @exec_prefix@
229 host = @host@
230 host_alias = @host_alias@
231 host_cpu = @host_cpu@
232 host_os = @host_os@
233 host_vendor = @host_vendor@
234 htmldir = @htmldir@
235 includedir = @includedir@
236 infodir = @infodir@
237 install_sh = @install_sh@
238 libdir = @libdir@
239 libexecdir = @libexecdir@
240 localedir = @localedir@
241 localstatedir = @localstatedir@
242 mandir = @mandir@
243 mkdir_p = @mkdir_p@
244 oldincludedir = @oldincludedir@
245 pdfdir = @pdfdir@
246 prefix = @prefix@
247 program_transform_name = @program_transform_name@
248 psdir = @psdir@
249 sbindir = @sbindir@
250 sharedstatedir = @sharedstatedir@
251 srcdir = @srcdir@
252 sysconfdir = @sysconfdir@
253 target_alias = @target_alias@
254 top_build_prefix = @top_build_prefix@
255 top_builddir = @top_builddir@
256 top_srcdir = @top_srcdir@
257 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= 
258 noinst_HEADERS = 
259 EXTRA_DIST = 
260 INCLUDES = -I$(top_builddir)/src
261 AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
262 LDADD = ../../src/libgpgme.la
263 DISTCLEANFILES = 
264 all: all-am
265
266 .SUFFIXES:
267 .SUFFIXES: .c .lo .o .obj
268 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
269         @for dep in $?; do \
270           case '$(am__configure_deps)' in \
271             *$$dep*) \
272               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
273                 && { if test -f $@; then exit 0; else break; fi; }; \
274               exit 1;; \
275           esac; \
276         done; \
277         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/opassuan/Makefile'; \
278         $(am__cd) $(top_srcdir) && \
279           $(AUTOMAKE) --gnu tests/opassuan/Makefile
280 .PRECIOUS: Makefile
281 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282         @case '$?' in \
283           *config.status*) \
284             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
285           *) \
286             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
287             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
288         esac;
289
290 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
293 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
294         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(am__aclocal_m4_deps):
298
299 clean-noinstPROGRAMS:
300         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
301         echo " rm -f" $$list; \
302         rm -f $$list || exit $$?; \
303         test -n "$(EXEEXT)" || exit 0; \
304         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
305         echo " rm -f" $$list; \
306         rm -f $$list
307 t-command$(EXEEXT): $(t_command_OBJECTS) $(t_command_DEPENDENCIES) 
308         @rm -f t-command$(EXEEXT)
309         $(LINK) $(t_command_OBJECTS) $(t_command_LDADD) $(LIBS)
310
311 mostlyclean-compile:
312         -rm -f *.$(OBJEXT)
313
314 distclean-compile:
315         -rm -f *.tab.c
316
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-command.Po@am__quote@
318
319 .c.o:
320 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
325
326 .c.obj:
327 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
332
333 .c.lo:
334 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
339
340 mostlyclean-libtool:
341         -rm -f *.lo
342
343 clean-libtool:
344         -rm -rf .libs _libs
345
346 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
347         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348         unique=`for i in $$list; do \
349             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350           done | \
351           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352               END { if (nonempty) { for (i in files) print i; }; }'`; \
353         mkid -fID $$unique
354 tags: TAGS
355
356 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357                 $(TAGS_FILES) $(LISP)
358         set x; \
359         here=`pwd`; \
360         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365               END { if (nonempty) { for (i in files) print i; }; }'`; \
366         shift; \
367         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
368           test -n "$$unique" || unique=$$empty_fix; \
369           if test $$# -gt 0; then \
370             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371               "$$@" $$unique; \
372           else \
373             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374               $$unique; \
375           fi; \
376         fi
377 ctags: CTAGS
378 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379                 $(TAGS_FILES) $(LISP)
380         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381         unique=`for i in $$list; do \
382             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383           done | \
384           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385               END { if (nonempty) { for (i in files) print i; }; }'`; \
386         test -z "$(CTAGS_ARGS)$$unique" \
387           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388              $$unique
389
390 GTAGS:
391         here=`$(am__cd) $(top_builddir) && pwd` \
392           && $(am__cd) $(top_srcdir) \
393           && gtags -i $(GTAGS_ARGS) "$$here"
394
395 distclean-tags:
396         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
398 check-TESTS: $(TESTS)
399         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
400         srcdir=$(srcdir); export srcdir; \
401         list=' $(TESTS) '; \
402         $(am__tty_colors); \
403         if test -n "$$list"; then \
404           for tst in $$list; do \
405             if test -f ./$$tst; then dir=./; \
406             elif test -f $$tst; then dir=; \
407             else dir="$(srcdir)/"; fi; \
408             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
409               all=`expr $$all + 1`; \
410               case " $(XFAIL_TESTS) " in \
411               *[\ \     ]$$tst[\ \      ]*) \
412                 xpass=`expr $$xpass + 1`; \
413                 failed=`expr $$failed + 1`; \
414                 col=$$red; res=XPASS; \
415               ;; \
416               *) \
417                 col=$$grn; res=PASS; \
418               ;; \
419               esac; \
420             elif test $$? -ne 77; then \
421               all=`expr $$all + 1`; \
422               case " $(XFAIL_TESTS) " in \
423               *[\ \     ]$$tst[\ \      ]*) \
424                 xfail=`expr $$xfail + 1`; \
425                 col=$$lgn; res=XFAIL; \
426               ;; \
427               *) \
428                 failed=`expr $$failed + 1`; \
429                 col=$$red; res=FAIL; \
430               ;; \
431               esac; \
432             else \
433               skip=`expr $$skip + 1`; \
434               col=$$blu; res=SKIP; \
435             fi; \
436             echo "$${col}$$res$${std}: $$tst"; \
437           done; \
438           if test "$$all" -eq 1; then \
439             tests="test"; \
440             All=""; \
441           else \
442             tests="tests"; \
443             All="All "; \
444           fi; \
445           if test "$$failed" -eq 0; then \
446             if test "$$xfail" -eq 0; then \
447               banner="$$All$$all $$tests passed"; \
448             else \
449               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
450               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
451             fi; \
452           else \
453             if test "$$xpass" -eq 0; then \
454               banner="$$failed of $$all $$tests failed"; \
455             else \
456               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
457               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
458             fi; \
459           fi; \
460           dashes="$$banner"; \
461           skipped=""; \
462           if test "$$skip" -ne 0; then \
463             if test "$$skip" -eq 1; then \
464               skipped="($$skip test was not run)"; \
465             else \
466               skipped="($$skip tests were not run)"; \
467             fi; \
468             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
469               dashes="$$skipped"; \
470           fi; \
471           report=""; \
472           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
473             report="Please report to $(PACKAGE_BUGREPORT)"; \
474             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
475               dashes="$$report"; \
476           fi; \
477           dashes=`echo "$$dashes" | sed s/./=/g`; \
478           if test "$$failed" -eq 0; then \
479             echo "$$grn$$dashes"; \
480           else \
481             echo "$$red$$dashes"; \
482           fi; \
483           echo "$$banner"; \
484           test -z "$$skipped" || echo "$$skipped"; \
485           test -z "$$report" || echo "$$report"; \
486           echo "$$dashes$$std"; \
487           test "$$failed" -eq 0; \
488         else :; fi
489
490 distdir: $(DISTFILES)
491         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493         list='$(DISTFILES)'; \
494           dist_files=`for file in $$list; do echo $$file; done | \
495           sed -e "s|^$$srcdirstrip/||;t" \
496               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497         case $$dist_files in \
498           */*) $(MKDIR_P) `echo "$$dist_files" | \
499                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500                            sort -u` ;; \
501         esac; \
502         for file in $$dist_files; do \
503           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504           if test -d $$d/$$file; then \
505             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506             if test -d "$(distdir)/$$file"; then \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512             fi; \
513             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514           else \
515             test -f "$(distdir)/$$file" \
516             || cp -p $$d/$$file "$(distdir)/$$file" \
517             || exit 1; \
518           fi; \
519         done
520 check-am: all-am
521         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
522 check: check-am
523 all-am: Makefile $(PROGRAMS) $(HEADERS)
524 installdirs:
525 install: install-am
526 install-exec: install-exec-am
527 install-data: install-data-am
528 uninstall: uninstall-am
529
530 install-am: all-am
531         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533 installcheck: installcheck-am
534 install-strip:
535         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537           `test -z '$(STRIP)' || \
538             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539 mostlyclean-generic:
540
541 clean-generic:
542
543 distclean-generic:
544         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
547
548 maintainer-clean-generic:
549         @echo "This command is intended for maintainers to use"
550         @echo "it deletes files that may require special tools to rebuild."
551 clean: clean-am
552
553 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
554         mostlyclean-am
555
556 distclean: distclean-am
557         -rm -rf ./$(DEPDIR)
558         -rm -f Makefile
559 distclean-am: clean-am distclean-compile distclean-generic \
560         distclean-tags
561
562 dvi: dvi-am
563
564 dvi-am:
565
566 html: html-am
567
568 html-am:
569
570 info: info-am
571
572 info-am:
573
574 install-data-am:
575
576 install-dvi: install-dvi-am
577
578 install-dvi-am:
579
580 install-exec-am:
581
582 install-html: install-html-am
583
584 install-html-am:
585
586 install-info: install-info-am
587
588 install-info-am:
589
590 install-man:
591
592 install-pdf: install-pdf-am
593
594 install-pdf-am:
595
596 install-ps: install-ps-am
597
598 install-ps-am:
599
600 installcheck-am:
601
602 maintainer-clean: maintainer-clean-am
603         -rm -rf ./$(DEPDIR)
604         -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
606
607 mostlyclean: mostlyclean-am
608
609 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
610         mostlyclean-libtool
611
612 pdf: pdf-am
613
614 pdf-am:
615
616 ps: ps-am
617
618 ps-am:
619
620 uninstall-am:
621
622 .MAKE: check-am install-am install-strip
623
624 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
625         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
626         distclean distclean-compile distclean-generic \
627         distclean-libtool distclean-tags distdir dvi dvi-am html \
628         html-am info info-am install install-am install-data \
629         install-data-am install-dvi install-dvi-am install-exec \
630         install-exec-am install-html install-html-am install-info \
631         install-info-am install-man install-pdf install-pdf-am \
632         install-ps install-ps-am install-strip installcheck \
633         installcheck-am installdirs maintainer-clean \
634         maintainer-clean-generic mostlyclean mostlyclean-compile \
635         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
636         tags uninstall uninstall-am
637
638
639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
640 # Otherwise a system limit (for SysV at least) may be exceeded.
641 .NOEXPORT: