~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to tests/xmltester/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2011-03-03 13:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303134004-ocs5d23cuont0q61
Tags: 3.2.2-1
[ Alan Boudreault ]
* New upstream release.

[ Francesco Paolo Lovergine ]
* Policy set to 3.9.1, without changes.
* Merged log for post squeeze release.
* Repository moved to git and changed Vcs-* fields as required.
* Source format moved to 3.0 with quilt support.
* Policy changed to 3.9.1, without changes.
* Added ${misc:Depends} to bin pkgs due to dh use.
* Added -dbg package for debugging symbols.
  (closes: #582273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
20
21
 
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
56
58
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
57
59
        $(top_builddir)/source/headers/geos/platform.h
58
60
CONFIG_CLEAN_FILES =
 
61
CONFIG_CLEAN_VPATH_FILES =
59
62
PROGRAMS = $(noinst_PROGRAMS)
60
63
am_SimpleWKTTester_OBJECTS = SimpleWKTTester.$(OBJEXT)
61
64
SimpleWKTTester_OBJECTS = $(am_SimpleWKTTester_OBJECTS)
66
69
        SingleSidedBufferResultMatcher.$(OBJEXT)
67
70
XMLTester_OBJECTS = $(am_XMLTester_OBJECTS)
68
71
XMLTester_DEPENDENCIES = $(LIBS)
69
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos@am__isrc@
 
72
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos
70
73
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
74
am__depfiles_maybe = depfiles
 
75
am__mv = mv -f
72
76
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73
77
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
74
78
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91
95
DIST_SOURCES = $(SimpleWKTTester_SOURCES) $(XMLTester_SOURCES)
92
96
ETAGS = etags
93
97
CTAGS = ctags
 
98
am__tty_colors = \
 
99
red=; grn=; lgn=; blu=; std=
94
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
101
ACLOCAL = @ACLOCAL@
96
102
ALLOCA = @ALLOCA@
163
169
PACKAGE_NAME = @PACKAGE_NAME@
164
170
PACKAGE_STRING = @PACKAGE_STRING@
165
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
172
PACKAGE_URL = @PACKAGE_URL@
166
173
PACKAGE_VERSION = @PACKAGE_VERSION@
167
174
PATH_SEPARATOR = @PATH_SEPARATOR@
168
175
PYTHON = @PYTHON@
253
260
target_cpu = @target_cpu@
254
261
target_os = @target_os@
255
262
target_vendor = @target_vendor@
 
263
top_build_prefix = @top_build_prefix@
256
264
top_builddir = @top_builddir@
257
265
top_srcdir = @top_srcdir@
258
266
TESTS = testrunner
342
350
        @for dep in $?; do \
343
351
          case '$(am__configure_deps)' in \
344
352
            *$$dep*) \
345
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
346
 
                && exit 0; \
 
353
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
354
                && { if test -f $@; then exit 0; else break; fi; }; \
347
355
              exit 1;; \
348
356
          esac; \
349
357
        done; \
350
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/xmltester/Makefile'; \
351
 
        cd $(top_srcdir) && \
352
 
          $(AUTOMAKE) --gnu  tests/xmltester/Makefile
 
358
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/xmltester/Makefile'; \
 
359
        $(am__cd) $(top_srcdir) && \
 
360
          $(AUTOMAKE) --gnu tests/xmltester/Makefile
353
361
.PRECIOUS: Makefile
354
362
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355
363
        @case '$?' in \
367
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
376
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
369
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
378
$(am__aclocal_m4_deps):
370
379
 
371
380
clean-noinstPROGRAMS:
372
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
373
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
374
 
          echo " rm -f $$p $$f"; \
375
 
          rm -f $$p $$f ; \
376
 
        done
 
381
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
382
        echo " rm -f" $$list; \
 
383
        rm -f $$list || exit $$?; \
 
384
        test -n "$(EXEEXT)" || exit 0; \
 
385
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
386
        echo " rm -f" $$list; \
 
387
        rm -f $$list
377
388
SimpleWKTTester$(EXEEXT): $(SimpleWKTTester_OBJECTS) $(SimpleWKTTester_DEPENDENCIES) 
378
389
        @rm -f SimpleWKTTester$(EXEEXT)
379
390
        $(CXXLINK) $(SimpleWKTTester_OBJECTS) $(SimpleWKTTester_LDADD) $(LIBS)
398
409
 
399
410
.cpp.o:
400
411
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
412
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402
413
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403
414
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
415
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
405
416
 
406
417
.cpp.obj:
407
418
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
419
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409
420
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410
421
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
422
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
412
423
 
413
424
.cpp.lo:
414
425
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
426
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
416
427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
429
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
419
430
 
420
431
tinyxml.o: tinyxml/tinyxml.cpp
421
432
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxml.o -MD -MP -MF $(DEPDIR)/tinyxml.Tpo -c -o tinyxml.o `test -f 'tinyxml/tinyxml.cpp' || echo '$(srcdir)/'`tinyxml/tinyxml.cpp
422
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxml.Tpo $(DEPDIR)/tinyxml.Po
 
433
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxml.Tpo $(DEPDIR)/tinyxml.Po
423
434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxml.cpp' object='tinyxml.o' libtool=no @AMDEPBACKSLASH@
424
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
436
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml.o `test -f 'tinyxml/tinyxml.cpp' || echo '$(srcdir)/'`tinyxml/tinyxml.cpp
426
437
 
427
438
tinyxml.obj: tinyxml/tinyxml.cpp
428
439
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxml.obj -MD -MP -MF $(DEPDIR)/tinyxml.Tpo -c -o tinyxml.obj `if test -f 'tinyxml/tinyxml.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxml.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxml.cpp'; fi`
429
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxml.Tpo $(DEPDIR)/tinyxml.Po
 
440
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxml.Tpo $(DEPDIR)/tinyxml.Po
430
441
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxml.cpp' object='tinyxml.obj' libtool=no @AMDEPBACKSLASH@
431
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
443
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml.obj `if test -f 'tinyxml/tinyxml.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxml.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxml.cpp'; fi`
433
444
 
434
445
tinystr.o: tinyxml/tinystr.cpp
435
446
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinystr.o -MD -MP -MF $(DEPDIR)/tinystr.Tpo -c -o tinystr.o `test -f 'tinyxml/tinystr.cpp' || echo '$(srcdir)/'`tinyxml/tinystr.cpp
436
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinystr.Tpo $(DEPDIR)/tinystr.Po
 
447
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinystr.Tpo $(DEPDIR)/tinystr.Po
437
448
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinystr.cpp' object='tinystr.o' libtool=no @AMDEPBACKSLASH@
438
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439
450
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinystr.o `test -f 'tinyxml/tinystr.cpp' || echo '$(srcdir)/'`tinyxml/tinystr.cpp
440
451
 
441
452
tinystr.obj: tinyxml/tinystr.cpp
442
453
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinystr.obj -MD -MP -MF $(DEPDIR)/tinystr.Tpo -c -o tinystr.obj `if test -f 'tinyxml/tinystr.cpp'; then $(CYGPATH_W) 'tinyxml/tinystr.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinystr.cpp'; fi`
443
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinystr.Tpo $(DEPDIR)/tinystr.Po
 
454
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinystr.Tpo $(DEPDIR)/tinystr.Po
444
455
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinystr.cpp' object='tinystr.obj' libtool=no @AMDEPBACKSLASH@
445
456
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446
457
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinystr.obj `if test -f 'tinyxml/tinystr.cpp'; then $(CYGPATH_W) 'tinyxml/tinystr.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinystr.cpp'; fi`
447
458
 
448
459
tinyxmlerror.o: tinyxml/tinyxmlerror.cpp
449
460
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxmlerror.o -MD -MP -MF $(DEPDIR)/tinyxmlerror.Tpo -c -o tinyxmlerror.o `test -f 'tinyxml/tinyxmlerror.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlerror.cpp
450
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxmlerror.Tpo $(DEPDIR)/tinyxmlerror.Po
 
461
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxmlerror.Tpo $(DEPDIR)/tinyxmlerror.Po
451
462
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxmlerror.cpp' object='tinyxmlerror.o' libtool=no @AMDEPBACKSLASH@
452
463
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453
464
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxmlerror.o `test -f 'tinyxml/tinyxmlerror.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlerror.cpp
454
465
 
455
466
tinyxmlerror.obj: tinyxml/tinyxmlerror.cpp
456
467
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxmlerror.obj -MD -MP -MF $(DEPDIR)/tinyxmlerror.Tpo -c -o tinyxmlerror.obj `if test -f 'tinyxml/tinyxmlerror.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlerror.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlerror.cpp'; fi`
457
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxmlerror.Tpo $(DEPDIR)/tinyxmlerror.Po
 
468
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxmlerror.Tpo $(DEPDIR)/tinyxmlerror.Po
458
469
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxmlerror.cpp' object='tinyxmlerror.obj' libtool=no @AMDEPBACKSLASH@
459
470
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460
471
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxmlerror.obj `if test -f 'tinyxml/tinyxmlerror.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlerror.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlerror.cpp'; fi`
461
472
 
462
473
tinyxmlparser.o: tinyxml/tinyxmlparser.cpp
463
474
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxmlparser.o -MD -MP -MF $(DEPDIR)/tinyxmlparser.Tpo -c -o tinyxmlparser.o `test -f 'tinyxml/tinyxmlparser.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlparser.cpp
464
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxmlparser.Tpo $(DEPDIR)/tinyxmlparser.Po
 
475
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxmlparser.Tpo $(DEPDIR)/tinyxmlparser.Po
465
476
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxmlparser.cpp' object='tinyxmlparser.o' libtool=no @AMDEPBACKSLASH@
466
477
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467
478
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxmlparser.o `test -f 'tinyxml/tinyxmlparser.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlparser.cpp
468
479
 
469
480
tinyxmlparser.obj: tinyxml/tinyxmlparser.cpp
470
481
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tinyxmlparser.obj -MD -MP -MF $(DEPDIR)/tinyxmlparser.Tpo -c -o tinyxmlparser.obj `if test -f 'tinyxml/tinyxmlparser.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlparser.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlparser.cpp'; fi`
471
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/tinyxmlparser.Tpo $(DEPDIR)/tinyxmlparser.Po
 
482
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/tinyxmlparser.Tpo $(DEPDIR)/tinyxmlparser.Po
472
483
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='tinyxml/tinyxmlparser.cpp' object='tinyxmlparser.obj' libtool=no @AMDEPBACKSLASH@
473
484
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474
485
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tinyxmlparser.obj `if test -f 'tinyxml/tinyxmlparser.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlparser.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlparser.cpp'; fi`
484
495
        unique=`for i in $$list; do \
485
496
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
497
          done | \
487
 
          $(AWK) '    { files[$$0] = 1; } \
488
 
               END { for (i in files) print i; }'`; \
 
498
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
499
              END { if (nonempty) { for (i in files) print i; }; }'`; \
489
500
        mkid -fID $$unique
490
501
tags: TAGS
491
502
 
492
503
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
493
504
                $(TAGS_FILES) $(LISP)
494
 
        tags=; \
 
505
        set x; \
495
506
        here=`pwd`; \
496
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497
508
        unique=`for i in $$list; do \
498
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
510
          done | \
500
 
          $(AWK) '    { files[$$0] = 1; } \
501
 
               END { for (i in files) print i; }'`; \
502
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
511
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
513
        shift; \
 
514
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
503
515
          test -n "$$unique" || unique=$$empty_fix; \
504
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505
 
            $$tags $$unique; \
 
516
          if test $$# -gt 0; then \
 
517
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
518
              "$$@" $$unique; \
 
519
          else \
 
520
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
521
              $$unique; \
 
522
          fi; \
506
523
        fi
507
524
ctags: CTAGS
508
525
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
509
526
                $(TAGS_FILES) $(LISP)
510
 
        tags=; \
511
 
        here=`pwd`; \
512
527
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
513
528
        unique=`for i in $$list; do \
514
529
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515
530
          done | \
516
 
          $(AWK) '    { files[$$0] = 1; } \
517
 
               END { for (i in files) print i; }'`; \
518
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
531
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
532
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
533
        test -z "$(CTAGS_ARGS)$$unique" \
519
534
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520
 
             $$tags $$unique
 
535
             $$unique
521
536
 
522
537
GTAGS:
523
538
        here=`$(am__cd) $(top_builddir) && pwd` \
524
 
          && cd $(top_srcdir) \
525
 
          && gtags -i $(GTAGS_ARGS) $$here
 
539
          && $(am__cd) $(top_srcdir) \
 
540
          && gtags -i $(GTAGS_ARGS) "$$here"
526
541
 
527
542
distclean-tags:
528
543
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529
544
 
530
545
check-TESTS: $(TESTS)
531
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
546
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
532
547
        srcdir=$(srcdir); export srcdir; \
533
548
        list=' $(TESTS) '; \
 
549
        $(am__tty_colors); \
534
550
        if test -n "$$list"; then \
535
551
          for tst in $$list; do \
536
552
            if test -f ./$$tst; then dir=./; \
539
555
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
540
556
              all=`expr $$all + 1`; \
541
557
              case " $(XFAIL_TESTS) " in \
542
 
              *$$ws$$tst$$ws*) \
 
558
              *[\ \     ]$$tst[\ \      ]*) \
543
559
                xpass=`expr $$xpass + 1`; \
544
560
                failed=`expr $$failed + 1`; \
545
 
                echo "XPASS: $$tst"; \
 
561
                col=$$red; res=XPASS; \
546
562
              ;; \
547
563
              *) \
548
 
                echo "PASS: $$tst"; \
 
564
                col=$$grn; res=PASS; \
549
565
              ;; \
550
566
              esac; \
551
567
            elif test $$? -ne 77; then \
552
568
              all=`expr $$all + 1`; \
553
569
              case " $(XFAIL_TESTS) " in \
554
 
              *$$ws$$tst$$ws*) \
 
570
              *[\ \     ]$$tst[\ \      ]*) \
555
571
                xfail=`expr $$xfail + 1`; \
556
 
                echo "XFAIL: $$tst"; \
 
572
                col=$$lgn; res=XFAIL; \
557
573
              ;; \
558
574
              *) \
559
575
                failed=`expr $$failed + 1`; \
560
 
                echo "FAIL: $$tst"; \
 
576
                col=$$red; res=FAIL; \
561
577
              ;; \
562
578
              esac; \
563
579
            else \
564
580
              skip=`expr $$skip + 1`; \
565
 
              echo "SKIP: $$tst"; \
 
581
              col=$$blu; res=SKIP; \
566
582
            fi; \
 
583
            echo "$${col}$$res$${std}: $$tst"; \
567
584
          done; \
 
585
          if test "$$all" -eq 1; then \
 
586
            tests="test"; \
 
587
            All=""; \
 
588
          else \
 
589
            tests="tests"; \
 
590
            All="All "; \
 
591
          fi; \
568
592
          if test "$$failed" -eq 0; then \
569
593
            if test "$$xfail" -eq 0; then \
570
 
              banner="All $$all tests passed"; \
 
594
              banner="$$All$$all $$tests passed"; \
571
595
            else \
572
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
596
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
597
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
573
598
            fi; \
574
599
          else \
575
600
            if test "$$xpass" -eq 0; then \
576
 
              banner="$$failed of $$all tests failed"; \
 
601
              banner="$$failed of $$all $$tests failed"; \
577
602
            else \
578
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
603
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
604
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
579
605
            fi; \
580
606
          fi; \
581
607
          dashes="$$banner"; \
582
608
          skipped=""; \
583
609
          if test "$$skip" -ne 0; then \
584
 
            skipped="($$skip tests were not run)"; \
 
610
            if test "$$skip" -eq 1; then \
 
611
              skipped="($$skip test was not run)"; \
 
612
            else \
 
613
              skipped="($$skip tests were not run)"; \
 
614
            fi; \
585
615
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
586
616
              dashes="$$skipped"; \
587
617
          fi; \
592
622
              dashes="$$report"; \
593
623
          fi; \
594
624
          dashes=`echo "$$dashes" | sed s/./=/g`; \
595
 
          echo "$$dashes"; \
 
625
          if test "$$failed" -eq 0; then \
 
626
            echo "$$grn$$dashes"; \
 
627
          else \
 
628
            echo "$$red$$dashes"; \
 
629
          fi; \
596
630
          echo "$$banner"; \
597
631
          test -z "$$skipped" || echo "$$skipped"; \
598
632
          test -z "$$report" || echo "$$report"; \
599
 
          echo "$$dashes"; \
 
633
          echo "$$dashes$$std"; \
600
634
          test "$$failed" -eq 0; \
601
635
        else :; fi
602
636
 
616
650
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
617
651
          if test -d $$d/$$file; then \
618
652
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
653
            if test -d "$(distdir)/$$file"; then \
 
654
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
655
            fi; \
619
656
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
620
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
657
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
658
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621
659
            fi; \
622
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
660
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
623
661
          else \
624
 
            test -f $(distdir)/$$file \
625
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
662
            test -f "$(distdir)/$$file" \
 
663
            || cp -p $$d/$$file "$(distdir)/$$file" \
626
664
            || exit 1; \
627
665
          fi; \
628
666
        done
652
690
 
653
691
distclean-generic:
654
692
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
693
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
655
694
 
656
695
maintainer-clean-generic:
657
696
        @echo "This command is intended for maintainers to use"
673
712
 
674
713
html: html-am
675
714
 
 
715
html-am:
 
716
 
676
717
info: info-am
677
718
 
678
719
info-am:
681
722
 
682
723
install-dvi: install-dvi-am
683
724
 
 
725
install-dvi-am:
 
726
 
684
727
install-exec-am:
685
728
 
686
729
install-html: install-html-am
687
730
 
 
731
install-html-am:
 
732
 
688
733
install-info: install-info-am
689
734
 
 
735
install-info-am:
 
736
 
690
737
install-man:
691
738
 
692
739
install-pdf: install-pdf-am
693
740
 
 
741
install-pdf-am:
 
742
 
694
743
install-ps: install-ps-am
695
744
 
 
745
install-ps-am:
 
746
 
696
747
installcheck-am:
697
748
 
698
749
maintainer-clean: maintainer-clean-am
715
766
 
716
767
uninstall-am:
717
768
 
718
 
.MAKE: install-am install-strip
 
769
.MAKE: check-am install-am install-strip
719
770
 
720
771
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
721
772
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
743
794
 
744
795
verbose-test: XMLTester
745
796
        ./XMLTester -v $(XMLTESTS) 
 
797
 
746
798
# Tell versions [3.59,3.63) of GNU make to not export all variables.
747
799
# Otherwise a system limit (for SysV at least) may be exceeded.
748
800
.NOEXPORT: