~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to test/configuration/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-09-11 12:37:52 UTC
  • mfrom: (1.2.8 upstream) (3.3.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090911123752-qhu322xlclo2hpqu
Tags: 2.1.0-1
* New upstream version, the rebuild closes: #540046.
* Bumped Standards-Version to 3.8.3, no changes needed.
* New project homepage.
* Removed no longer needed 01_missing_includes.dpatch.
* Removed no longer used dh_desktop call.
* Added README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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, 2007, 2008  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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
@CPPUNIT_TRUE@am__EXEEXT_1 = ConfigurationTest$(EXEEXT)
52
55
am_ConfigurationTest_OBJECTS = toconfigurationtest.$(OBJEXT) \
53
56
        tomaintest.$(OBJEXT)
56
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
60
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
58
61
am__depfiles_maybe = depfiles
 
62
am__mv = mv -f
59
63
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
64
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
65
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
82
DIST_SOURCES = $(ConfigurationTest_SOURCES)
79
83
ETAGS = etags
80
84
CTAGS = ctags
 
85
am__tty_colors = \
 
86
red=; grn=; lgn=; blu=; std=
81
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
88
ACLOCAL = @ACLOCAL@
83
89
ALLOCA = @ALLOCA@
254
260
        @for dep in $?; do \
255
261
          case '$(am__configure_deps)' in \
256
262
            *$$dep*) \
257
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
258
 
                && exit 0; \
 
263
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
264
                && { if test -f $@; then exit 0; else break; fi; }; \
259
265
              exit 1;; \
260
266
          esac; \
261
267
        done; \
262
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/configuration/Makefile'; \
263
 
        cd $(top_srcdir) && \
264
 
          $(AUTOMAKE) --gnu  test/configuration/Makefile
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/configuration/Makefile'; \
 
269
        $(am__cd) $(top_srcdir) && \
 
270
          $(AUTOMAKE) --gnu test/configuration/Makefile
265
271
.PRECIOUS: Makefile
266
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267
273
        @case '$?' in \
279
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
286
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
281
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(am__aclocal_m4_deps):
282
289
 
283
290
clean-checkPROGRAMS:
284
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
285
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
286
 
          echo " rm -f $$p $$f"; \
287
 
          rm -f $$p $$f ; \
288
 
        done
 
291
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
292
        echo " rm -f" $$list; \
 
293
        rm -f $$list || exit $$?; \
 
294
        test -n "$(EXEEXT)" || exit 0; \
 
295
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
296
        echo " rm -f" $$list; \
 
297
        rm -f $$list
289
298
ConfigurationTest$(EXEEXT): $(ConfigurationTest_OBJECTS) $(ConfigurationTest_DEPENDENCIES) 
290
299
        @rm -f ConfigurationTest$(EXEEXT)
291
300
        $(CXXLINK) $(ConfigurationTest_OBJECTS) $(ConfigurationTest_LDADD) $(LIBS)
301
310
 
302
311
.cpp.o:
303
312
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
313
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305
314
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306
315
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307
316
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
308
317
 
309
318
.cpp.obj:
310
319
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
311
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
320
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312
321
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313
322
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
323
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
315
324
 
316
325
.cpp.lo:
317
326
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
327
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
319
328
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
330
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
331
340
        unique=`for i in $$list; do \
332
341
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
342
          done | \
334
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
343
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335
344
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
345
        mkid -fID $$unique
337
346
tags: TAGS
338
347
 
339
348
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
349
                $(TAGS_FILES) $(LISP)
341
 
        tags=; \
 
350
        set x; \
342
351
        here=`pwd`; \
343
352
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
353
        unique=`for i in $$list; do \
346
355
          done | \
347
356
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
358
        shift; \
 
359
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
350
360
          test -n "$$unique" || unique=$$empty_fix; \
351
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352
 
            $$tags $$unique; \
 
361
          if test $$# -gt 0; then \
 
362
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
363
              "$$@" $$unique; \
 
364
          else \
 
365
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
366
              $$unique; \
 
367
          fi; \
353
368
        fi
354
369
ctags: CTAGS
355
370
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
356
371
                $(TAGS_FILES) $(LISP)
357
 
        tags=; \
358
372
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
359
373
        unique=`for i in $$list; do \
360
374
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361
375
          done | \
362
376
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363
377
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
378
        test -z "$(CTAGS_ARGS)$$unique" \
365
379
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366
 
             $$tags $$unique
 
380
             $$unique
367
381
 
368
382
GTAGS:
369
383
        here=`$(am__cd) $(top_builddir) && pwd` \
370
 
          && cd $(top_srcdir) \
371
 
          && gtags -i $(GTAGS_ARGS) $$here
 
384
          && $(am__cd) $(top_srcdir) \
 
385
          && gtags -i $(GTAGS_ARGS) "$$here"
372
386
 
373
387
distclean-tags:
374
388
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375
389
 
376
390
check-TESTS: $(TESTS)
377
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
391
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
378
392
        srcdir=$(srcdir); export srcdir; \
379
393
        list=' $(TESTS) '; \
 
394
        $(am__tty_colors); \
380
395
        if test -n "$$list"; then \
381
396
          for tst in $$list; do \
382
397
            if test -f ./$$tst; then dir=./; \
385
400
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
386
401
              all=`expr $$all + 1`; \
387
402
              case " $(XFAIL_TESTS) " in \
388
 
              *$$ws$$tst$$ws*) \
 
403
              *[\ \     ]$$tst[\ \      ]*) \
389
404
                xpass=`expr $$xpass + 1`; \
390
405
                failed=`expr $$failed + 1`; \
391
 
                echo "XPASS: $$tst"; \
 
406
                col=$$red; res=XPASS; \
392
407
              ;; \
393
408
              *) \
394
 
                echo "PASS: $$tst"; \
 
409
                col=$$grn; res=PASS; \
395
410
              ;; \
396
411
              esac; \
397
412
            elif test $$? -ne 77; then \
398
413
              all=`expr $$all + 1`; \
399
414
              case " $(XFAIL_TESTS) " in \
400
 
              *$$ws$$tst$$ws*) \
 
415
              *[\ \     ]$$tst[\ \      ]*) \
401
416
                xfail=`expr $$xfail + 1`; \
402
 
                echo "XFAIL: $$tst"; \
 
417
                col=$$lgn; res=XFAIL; \
403
418
              ;; \
404
419
              *) \
405
420
                failed=`expr $$failed + 1`; \
406
 
                echo "FAIL: $$tst"; \
 
421
                col=$$red; res=FAIL; \
407
422
              ;; \
408
423
              esac; \
409
424
            else \
410
425
              skip=`expr $$skip + 1`; \
411
 
              echo "SKIP: $$tst"; \
 
426
              col=$$blu; res=SKIP; \
412
427
            fi; \
 
428
            echo "$${col}$$res$${std}: $$tst"; \
413
429
          done; \
 
430
          if test "$$all" -eq 1; then \
 
431
            tests="test"; \
 
432
            All=""; \
 
433
          else \
 
434
            tests="tests"; \
 
435
            All="All "; \
 
436
          fi; \
414
437
          if test "$$failed" -eq 0; then \
415
438
            if test "$$xfail" -eq 0; then \
416
 
              banner="All $$all tests passed"; \
 
439
              banner="$$All$$all $$tests passed"; \
417
440
            else \
418
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
441
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
442
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
419
443
            fi; \
420
444
          else \
421
445
            if test "$$xpass" -eq 0; then \
422
 
              banner="$$failed of $$all tests failed"; \
 
446
              banner="$$failed of $$all $$tests failed"; \
423
447
            else \
424
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
448
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
449
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
425
450
            fi; \
426
451
          fi; \
427
452
          dashes="$$banner"; \
428
453
          skipped=""; \
429
454
          if test "$$skip" -ne 0; then \
430
 
            skipped="($$skip tests were not run)"; \
 
455
            if test "$$skip" -eq 1; then \
 
456
              skipped="($$skip test was not run)"; \
 
457
            else \
 
458
              skipped="($$skip tests were not run)"; \
 
459
            fi; \
431
460
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
432
461
              dashes="$$skipped"; \
433
462
          fi; \
438
467
              dashes="$$report"; \
439
468
          fi; \
440
469
          dashes=`echo "$$dashes" | sed s/./=/g`; \
441
 
          echo "$$dashes"; \
 
470
          if test "$$failed" -eq 0; then \
 
471
            echo "$$grn$$dashes"; \
 
472
          else \
 
473
            echo "$$red$$dashes"; \
 
474
          fi; \
442
475
          echo "$$banner"; \
443
476
          test -z "$$skipped" || echo "$$skipped"; \
444
477
          test -z "$$report" || echo "$$report"; \
445
 
          echo "$$dashes"; \
 
478
          echo "$$dashes$$std"; \
446
479
          test "$$failed" -eq 0; \
447
480
        else :; fi
448
481
 
462
495
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463
496
          if test -d $$d/$$file; then \
464
497
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
            if test -d "$(distdir)/$$file"; then \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
465
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
502
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
503
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467
504
            fi; \
468
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469
506
          else \
470
 
            test -f $(distdir)/$$file \
471
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
507
            test -f "$(distdir)/$$file" \
 
508
            || cp -p $$d/$$file "$(distdir)/$$file" \
472
509
            || exit 1; \
473
510
          fi; \
474
511
        done
498
535
 
499
536
distclean-generic:
500
537
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
538
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
501
539
 
502
540
maintainer-clean-generic:
503
541
        @echo "This command is intended for maintainers to use"
519
557
 
520
558
html: html-am
521
559
 
 
560
html-am:
 
561
 
522
562
info: info-am
523
563
 
524
564
info-am:
527
567
 
528
568
install-dvi: install-dvi-am
529
569
 
 
570
install-dvi-am:
 
571
 
530
572
install-exec-am:
531
573
 
532
574
install-html: install-html-am
533
575
 
 
576
install-html-am:
 
577
 
534
578
install-info: install-info-am
535
579
 
 
580
install-info-am:
 
581
 
536
582
install-man:
537
583
 
538
584
install-pdf: install-pdf-am
539
585
 
 
586
install-pdf-am:
 
587
 
540
588
install-ps: install-ps-am
541
589
 
 
590
install-ps-am:
 
591
 
542
592
installcheck-am:
543
593
 
544
594
maintainer-clean: maintainer-clean-am
561
611
 
562
612
uninstall-am:
563
613
 
564
 
.MAKE: install-am install-strip
 
614
.MAKE: check-am install-am install-strip
565
615
 
566
616
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
567
617
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
577
627
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
578
628
        tags uninstall uninstall-am
579
629
 
 
630
 
580
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
581
632
# Otherwise a system limit (for SysV at least) may be exceeded.
582
633
.NOEXPORT: