~ubuntu-branches/debian/squeeze/geany-plugins/squeeze

« back to all changes in this revision

Viewing changes to geanygdb/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-07-10 22:56:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090710225641-xc1126t7pq0jmpos
Tags: upstream-0.17.1
ImportĀ upstreamĀ versionĀ 0.17.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#SUBDIRS = tests
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
@UNITTESTS_TRUE@TESTS = unittests$(EXEEXT)
 
38
@UNITTESTS_TRUE@noinst_PROGRAMS = unittests$(EXEEXT)
 
39
subdir = geanygdb/tests
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
43
        $(top_srcdir)/build/geanygdb.m4 \
 
44
        $(top_srcdir)/build/geanylatex.m4 \
 
45
        $(top_srcdir)/build/geanylipsum.m4 \
 
46
        $(top_srcdir)/build/geanylua.m4 \
 
47
        $(top_srcdir)/build/geanysendmail.m4 \
 
48
        $(top_srcdir)/build/geanyvc.m4 \
 
49
        $(top_srcdir)/build/shiftcolumn.m4 \
 
50
        $(top_srcdir)/build/spellcheck.m4 \
 
51
        $(top_srcdir)/build/cache/glib-gettext.m4 \
 
52
        $(top_srcdir)/build/cache/intltool.m4 \
 
53
        $(top_srcdir)/build/cache/libtool.m4 \
 
54
        $(top_srcdir)/build/cache/ltoptions.m4 \
 
55
        $(top_srcdir)/build/cache/ltsugar.m4 \
 
56
        $(top_srcdir)/build/cache/ltversion.m4 \
 
57
        $(top_srcdir)/build/cache/lt~obsolete.m4 \
 
58
        $(top_srcdir)/build/cache/nls.m4 \
 
59
        $(top_srcdir)/build/cache/pkg.m4 $(top_srcdir)/configure.ac
 
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
61
        $(ACLOCAL_M4)
 
62
mkinstalldirs = $(install_sh) -d
 
63
CONFIG_HEADER = $(top_builddir)/config.h
 
64
CONFIG_CLEAN_FILES =
 
65
PROGRAMS = $(noinst_PROGRAMS)
 
66
am__unittests_SOURCES_DIST = unittests.c
 
67
@UNITTESTS_TRUE@am_unittests_OBJECTS = unittests.$(OBJEXT)
 
68
unittests_OBJECTS = $(am_unittests_OBJECTS)
 
69
am__DEPENDENCIES_1 =
 
70
@UNITTESTS_TRUE@unittests_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
73
am__depfiles_maybe = depfiles
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
 
83
SOURCES = $(unittests_SOURCES)
 
84
DIST_SOURCES = $(am__unittests_SOURCES_DIST)
 
85
ETAGS = etags
 
86
CTAGS = ctags
 
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
ACLOCAL = @ACLOCAL@
 
89
ALL_LINGUAS = @ALL_LINGUAS@
 
90
AMTAR = @AMTAR@
 
91
AR = @AR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
CATALOGS = @CATALOGS@
 
97
CATOBJEXT = @CATOBJEXT@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CFLAGS = @CFLAGS@
 
101
CHECK_CFLAGS = @CHECK_CFLAGS@
 
102
CHECK_LIBS = @CHECK_LIBS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DATADIRNAME = @DATADIRNAME@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
DSYMUTIL = @DSYMUTIL@
 
110
DUMPBIN = @DUMPBIN@
 
111
ECHO_C = @ECHO_C@
 
112
ECHO_N = @ECHO_N@
 
113
ECHO_T = @ECHO_T@
 
114
EGREP = @EGREP@
 
115
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
 
116
ENCHANT_LIBS = @ENCHANT_LIBS@
 
117
EXEEXT = @EXEEXT@
 
118
FGREP = @FGREP@
 
119
GEANY_CFLAGS = @GEANY_CFLAGS@
 
120
GEANY_LIBS = @GEANY_LIBS@
 
121
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
122
GMOFILES = @GMOFILES@
 
123
GMSGFMT = @GMSGFMT@
 
124
GREP = @GREP@
 
125
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
 
126
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
127
INSTALL = @INSTALL@
 
128
INSTALL_DATA = @INSTALL_DATA@
 
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
132
INSTOBJEXT = @INSTOBJEXT@
 
133
INTLLIBS = @INTLLIBS@
 
134
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
135
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
136
INTLTOOL_PERL = @INTLTOOL_PERL@
 
137
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
138
LD = @LD@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LIPO = @LIPO@
 
144
LN_S = @LN_S@
 
145
LOCALEDIR = @LOCALEDIR@
 
146
LTLIBOBJS = @LTLIBOBJS@
 
147
LUA_CFLAGS = @LUA_CFLAGS@
 
148
LUA_LIBS = @LUA_LIBS@
 
149
MAKEINFO = @MAKEINFO@
 
150
MKDIR_P = @MKDIR_P@
 
151
MKINSTALLDIRS = @MKINSTALLDIRS@
 
152
MSGFMT = @MSGFMT@
 
153
MSGFMT_OPTS = @MSGFMT_OPTS@
 
154
MSGMERGE = @MSGMERGE@
 
155
NM = @NM@
 
156
NMEDIT = @NMEDIT@
 
157
OBJDUMP = @OBJDUMP@
 
158
OBJEXT = @OBJEXT@
 
159
OTOOL = @OTOOL@
 
160
OTOOL64 = @OTOOL64@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PKG_CONFIG = @PKG_CONFIG@
 
169
POFILES = @POFILES@
 
170
POSUB = @POSUB@
 
171
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
172
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
173
RANLIB = @RANLIB@
 
174
SED = @SED@
 
175
SET_MAKE = @SET_MAKE@
 
176
SHELL = @SHELL@
 
177
STRIP = @STRIP@
 
178
USE_NLS = @USE_NLS@
 
179
VERSION = @VERSION@
 
180
XGETTEXT = @XGETTEXT@
 
181
abs_builddir = @abs_builddir@
 
182
abs_srcdir = @abs_srcdir@
 
183
abs_top_builddir = @abs_top_builddir@
 
184
abs_top_srcdir = @abs_top_srcdir@
 
185
ac_ct_CC = @ac_ct_CC@
 
186
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
187
am__include = @am__include@
 
188
am__leading_dot = @am__leading_dot@
 
189
am__quote = @am__quote@
 
190
am__tar = @am__tar@
 
191
am__untar = @am__untar@
 
192
bindir = @bindir@
 
193
build = @build@
 
194
build_alias = @build_alias@
 
195
build_cpu = @build_cpu@
 
196
build_os = @build_os@
 
197
build_vendor = @build_vendor@
 
198
builddir = @builddir@
 
199
datadir = @datadir@
 
200
datarootdir = @datarootdir@
 
201
docdir = @docdir@
 
202
dvidir = @dvidir@
 
203
exec_prefix = @exec_prefix@
 
204
geanypluginsdir = @geanypluginsdir@
 
205
host = @host@
 
206
host_alias = @host_alias@
 
207
host_cpu = @host_cpu@
 
208
host_os = @host_os@
 
209
host_vendor = @host_vendor@
 
210
htmldir = @htmldir@
 
211
includedir = @includedir@
 
212
infodir = @infodir@
 
213
install_sh = @install_sh@
 
214
libdir = @libdir@
 
215
libexecdir = @libexecdir@
 
216
localedir = @localedir@
 
217
localstatedir = @localstatedir@
 
218
lt_ECHO = @lt_ECHO@
 
219
mandir = @mandir@
 
220
mkdir_p = @mkdir_p@
 
221
oldincludedir = @oldincludedir@
 
222
pdfdir = @pdfdir@
 
223
prefix = @prefix@
 
224
program_transform_name = @program_transform_name@
 
225
psdir = @psdir@
 
226
sbindir = @sbindir@
 
227
sharedstatedir = @sharedstatedir@
 
228
srcdir = @srcdir@
 
229
sysconfdir = @sysconfdir@
 
230
target_alias = @target_alias@
 
231
top_build_prefix = @top_build_prefix@
 
232
top_builddir = @top_builddir@
 
233
top_srcdir = @top_srcdir@
 
234
INCLUDES = @CHECK_CFLAGS@ @GEANY_CFLAGS@ -DUNITTESTS
 
235
@UNITTESTS_TRUE@unittests_SOURCES = unittests.c
 
236
@UNITTESTS_TRUE@unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
 
237
all: all-am
 
238
 
 
239
.SUFFIXES:
 
240
.SUFFIXES: .c .lo .o .obj
 
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
242
        @for dep in $?; do \
 
243
          case '$(am__configure_deps)' in \
 
244
            *$$dep*) \
 
245
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
246
                && { if test -f $@; then exit 0; else break; fi; }; \
 
247
              exit 1;; \
 
248
          esac; \
 
249
        done; \
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  geanygdb/tests/Makefile'; \
 
251
        cd $(top_srcdir) && \
 
252
          $(AUTOMAKE) --foreign  geanygdb/tests/Makefile
 
253
.PRECIOUS: Makefile
 
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
255
        @case '$?' in \
 
256
          *config.status*) \
 
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
258
          *) \
 
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
261
        esac;
 
262
 
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
 
 
271
clean-noinstPROGRAMS:
 
272
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
273
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
274
          echo " rm -f $$p $$f"; \
 
275
          rm -f $$p $$f ; \
 
276
        done
 
277
unittests$(EXEEXT): $(unittests_OBJECTS) $(unittests_DEPENDENCIES) 
 
278
        @rm -f unittests$(EXEEXT)
 
279
        $(LINK) $(unittests_OBJECTS) $(unittests_LDADD) $(LIBS)
 
280
 
 
281
mostlyclean-compile:
 
282
        -rm -f *.$(OBJEXT)
 
283
 
 
284
distclean-compile:
 
285
        -rm -f *.tab.c
 
286
 
 
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests.Po@am__quote@
 
288
 
 
289
.c.o:
 
290
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
291
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
292
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
295
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
296
 
 
297
.c.obj:
 
298
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
299
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
300
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
303
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
304
 
 
305
.c.lo:
 
306
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
307
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
308
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
311
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
312
 
 
313
mostlyclean-libtool:
 
314
        -rm -f *.lo
 
315
 
 
316
clean-libtool:
 
317
        -rm -rf .libs _libs
 
318
 
 
319
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
320
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
321
        unique=`for i in $$list; do \
 
322
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
323
          done | \
 
324
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
325
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
326
        mkid -fID $$unique
 
327
tags: TAGS
 
328
 
 
329
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
330
                $(TAGS_FILES) $(LISP)
 
331
        tags=; \
 
332
        here=`pwd`; \
 
333
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
334
        unique=`for i in $$list; do \
 
335
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
336
          done | \
 
337
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
338
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
339
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
340
          test -n "$$unique" || unique=$$empty_fix; \
 
341
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
342
            $$tags $$unique; \
 
343
        fi
 
344
ctags: CTAGS
 
345
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
346
                $(TAGS_FILES) $(LISP)
 
347
        tags=; \
 
348
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
349
        unique=`for i in $$list; do \
 
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
351
          done | \
 
352
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
354
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
355
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
356
             $$tags $$unique
 
357
 
 
358
GTAGS:
 
359
        here=`$(am__cd) $(top_builddir) && pwd` \
 
360
          && cd $(top_srcdir) \
 
361
          && gtags -i $(GTAGS_ARGS) $$here
 
362
 
 
363
distclean-tags:
 
364
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
365
 
 
366
check-TESTS: $(TESTS)
 
367
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
368
        srcdir=$(srcdir); export srcdir; \
 
369
        list=' $(TESTS) '; \
 
370
        if test -n "$$list"; then \
 
371
          for tst in $$list; do \
 
372
            if test -f ./$$tst; then dir=./; \
 
373
            elif test -f $$tst; then dir=; \
 
374
            else dir="$(srcdir)/"; fi; \
 
375
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
376
              all=`expr $$all + 1`; \
 
377
              case " $(XFAIL_TESTS) " in \
 
378
              *[\ \     ]$$tst[\ \      ]*) \
 
379
                xpass=`expr $$xpass + 1`; \
 
380
                failed=`expr $$failed + 1`; \
 
381
                echo "XPASS: $$tst"; \
 
382
              ;; \
 
383
              *) \
 
384
                echo "PASS: $$tst"; \
 
385
              ;; \
 
386
              esac; \
 
387
            elif test $$? -ne 77; then \
 
388
              all=`expr $$all + 1`; \
 
389
              case " $(XFAIL_TESTS) " in \
 
390
              *[\ \     ]$$tst[\ \      ]*) \
 
391
                xfail=`expr $$xfail + 1`; \
 
392
                echo "XFAIL: $$tst"; \
 
393
              ;; \
 
394
              *) \
 
395
                failed=`expr $$failed + 1`; \
 
396
                echo "FAIL: $$tst"; \
 
397
              ;; \
 
398
              esac; \
 
399
            else \
 
400
              skip=`expr $$skip + 1`; \
 
401
              echo "SKIP: $$tst"; \
 
402
            fi; \
 
403
          done; \
 
404
          if test "$$all" -eq 1; then \
 
405
            tests="test"; \
 
406
            All=""; \
 
407
          else \
 
408
            tests="tests"; \
 
409
            All="All "; \
 
410
          fi; \
 
411
          if test "$$failed" -eq 0; then \
 
412
            if test "$$xfail" -eq 0; then \
 
413
              banner="$$All$$all $$tests passed"; \
 
414
            else \
 
415
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
416
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
417
            fi; \
 
418
          else \
 
419
            if test "$$xpass" -eq 0; then \
 
420
              banner="$$failed of $$all $$tests failed"; \
 
421
            else \
 
422
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
423
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
424
            fi; \
 
425
          fi; \
 
426
          dashes="$$banner"; \
 
427
          skipped=""; \
 
428
          if test "$$skip" -ne 0; then \
 
429
            if test "$$skip" -eq 1; then \
 
430
              skipped="($$skip test was not run)"; \
 
431
            else \
 
432
              skipped="($$skip tests were not run)"; \
 
433
            fi; \
 
434
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
435
              dashes="$$skipped"; \
 
436
          fi; \
 
437
          report=""; \
 
438
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
439
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
440
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
441
              dashes="$$report"; \
 
442
          fi; \
 
443
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
444
          echo "$$dashes"; \
 
445
          echo "$$banner"; \
 
446
          test -z "$$skipped" || echo "$$skipped"; \
 
447
          test -z "$$report" || echo "$$report"; \
 
448
          echo "$$dashes"; \
 
449
          test "$$failed" -eq 0; \
 
450
        else :; fi
 
451
 
 
452
distdir: $(DISTFILES)
 
453
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
454
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
455
        list='$(DISTFILES)'; \
 
456
          dist_files=`for file in $$list; do echo $$file; done | \
 
457
          sed -e "s|^$$srcdirstrip/||;t" \
 
458
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
459
        case $$dist_files in \
 
460
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
461
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
462
                           sort -u` ;; \
 
463
        esac; \
 
464
        for file in $$dist_files; do \
 
465
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
466
          if test -d $$d/$$file; then \
 
467
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
468
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
469
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
470
            fi; \
 
471
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
472
          else \
 
473
            test -f $(distdir)/$$file \
 
474
            || cp -p $$d/$$file $(distdir)/$$file \
 
475
            || exit 1; \
 
476
          fi; \
 
477
        done
 
478
check-am: all-am
 
479
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
480
check: check-am
 
481
all-am: Makefile $(PROGRAMS)
 
482
installdirs:
 
483
install: install-am
 
484
install-exec: install-exec-am
 
485
install-data: install-data-am
 
486
uninstall: uninstall-am
 
487
 
 
488
install-am: all-am
 
489
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
490
 
 
491
installcheck: installcheck-am
 
492
install-strip:
 
493
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
494
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
495
          `test -z '$(STRIP)' || \
 
496
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
497
mostlyclean-generic:
 
498
 
 
499
clean-generic:
 
500
 
 
501
distclean-generic:
 
502
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
503
 
 
504
maintainer-clean-generic:
 
505
        @echo "This command is intended for maintainers to use"
 
506
        @echo "it deletes files that may require special tools to rebuild."
 
507
clean: clean-am
 
508
 
 
509
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
510
        mostlyclean-am
 
511
 
 
512
distclean: distclean-am
 
513
        -rm -rf ./$(DEPDIR)
 
514
        -rm -f Makefile
 
515
distclean-am: clean-am distclean-compile distclean-generic \
 
516
        distclean-tags
 
517
 
 
518
dvi: dvi-am
 
519
 
 
520
dvi-am:
 
521
 
 
522
html: html-am
 
523
 
 
524
info: info-am
 
525
 
 
526
info-am:
 
527
 
 
528
install-data-am:
 
529
 
 
530
install-dvi: install-dvi-am
 
531
 
 
532
install-exec-am:
 
533
 
 
534
install-html: install-html-am
 
535
 
 
536
install-info: install-info-am
 
537
 
 
538
install-man:
 
539
 
 
540
install-pdf: install-pdf-am
 
541
 
 
542
install-ps: install-ps-am
 
543
 
 
544
installcheck-am:
 
545
 
 
546
maintainer-clean: maintainer-clean-am
 
547
        -rm -rf ./$(DEPDIR)
 
548
        -rm -f Makefile
 
549
maintainer-clean-am: distclean-am maintainer-clean-generic
 
550
 
 
551
mostlyclean: mostlyclean-am
 
552
 
 
553
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
554
        mostlyclean-libtool
 
555
 
 
556
pdf: pdf-am
 
557
 
 
558
pdf-am:
 
559
 
 
560
ps: ps-am
 
561
 
 
562
ps-am:
 
563
 
 
564
uninstall-am:
 
565
 
 
566
.MAKE: install-am install-strip
 
567
 
 
568
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
569
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
 
570
        distclean distclean-compile distclean-generic \
 
571
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
572
        html-am info info-am install install-am install-data \
 
573
        install-data-am install-dvi install-dvi-am install-exec \
 
574
        install-exec-am install-html install-html-am install-info \
 
575
        install-info-am install-man install-pdf install-pdf-am \
 
576
        install-ps install-ps-am install-strip installcheck \
 
577
        installcheck-am installdirs maintainer-clean \
 
578
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
579
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
580
        tags uninstall uninstall-am
 
581
 
 
582
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
583
# Otherwise a system limit (for SysV at least) may be exceeded.
 
584
.NOEXPORT: