~ubuntu-branches/ubuntu/wily/liblas/wily

« back to all changes in this revision

Viewing changes to test/unit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-10-02 12:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20091002123621-xrf0hhzxbwloga43
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

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