/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Tim Marston
  • Date: 2014-01-03 12:17:37 UTC
  • Revision ID: tim@ed.am-20140103121737-yq7j381e00olvw2v
removed stuff from version control that shouldn't be

Show diffs side-by-side

added added

removed removed

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