~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-09-07 20:38:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907203823-d7hsk7lnfqoc4yom
Tags: 2.0.13-1
* New upstream release.
* debian/control: Depend instead of Recommend gnupg-agent. (Closes:
  #538947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
34
33
# along with this program; if not, see <http://www.gnu.org/licenses/>.
35
34
 
36
35
VPATH = @srcdir@
 
36
pkglibdir = $(libdir)/@PACKAGE@
37
37
pkgincludedir = $(includedir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
40
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
39
install_sh_DATA = $(install_sh) -c -m 644
42
40
install_sh_PROGRAM = $(install_sh) -c
83
81
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
84
82
CONFIG_HEADER = $(top_builddir)/config.h
85
83
CONFIG_CLEAN_FILES =
86
 
CONFIG_CLEAN_VPATH_FILES =
87
84
PROGRAMS = $(noinst_PROGRAMS)
88
85
am_asschk_OBJECTS = asschk.$(OBJEXT)
89
86
asschk_OBJECTS = $(am_asschk_OBJECTS)
91
88
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92
89
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
93
90
am__depfiles_maybe = depfiles
94
 
am__mv = mv -f
95
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97
93
CCLD = $(CC)
107
103
        ps-recursive uninstall-recursive
108
104
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109
105
  distclean-recursive maintainer-clean-recursive
110
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112
 
        distdir
113
106
ETAGS = etags
114
107
CTAGS = ctags
115
 
am__tty_colors = \
116
 
red=; grn=; lgn=; blu=; std=
117
108
DIST_SUBDIRS = openpgp . pkits
118
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
 
am__relativize = \
120
 
  dir0=`pwd`; \
121
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
122
 
  sed_rest='s,^[^/]*/*,,'; \
123
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
124
 
  sed_butlast='s,/*[^/]*$$,,'; \
125
 
  while test -n "$$dir1"; do \
126
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
127
 
    if test "$$first" != "."; then \
128
 
      if test "$$first" = ".."; then \
129
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
130
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
131
 
      else \
132
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
133
 
        if test "$$first2" = "$$first"; then \
134
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
135
 
        else \
136
 
          dir2="../$$dir2"; \
137
 
        fi; \
138
 
        dir0="$$dir0"/"$$first"; \
139
 
      fi; \
140
 
    fi; \
141
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
142
 
  done; \
143
 
  reldir="$$dir2"
144
110
pkgdatadir = @pkgdatadir@
145
111
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
146
112
ACLOCAL = @ACLOCAL@
377
343
              exit 1;; \
378
344
          esac; \
379
345
        done; \
380
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
381
 
        $(am__cd) $(top_srcdir) && \
382
 
          $(AUTOMAKE) --gnu tests/Makefile
 
346
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
 
347
        cd $(top_srcdir) && \
 
348
          $(AUTOMAKE) --gnu  tests/Makefile
383
349
.PRECIOUS: Makefile
384
350
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385
351
        @case '$?' in \
397
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398
364
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
399
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400
 
$(am__aclocal_m4_deps):
401
366
 
402
367
clean-noinstPROGRAMS:
403
368
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
415
380
 
416
381
.c.o:
417
382
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
383
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
386
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
422
387
 
423
388
.c.obj:
424
389
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
425
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
390
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
393
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
451
416
          else \
452
417
            local_target="$$target"; \
453
418
          fi; \
454
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
455
420
          || eval $$failcom; \
456
421
        done; \
457
422
        if test "$$dot_seen" = "no"; then \
485
450
          else \
486
451
            local_target="$$target"; \
487
452
          fi; \
488
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
453
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489
454
          || eval $$failcom; \
490
455
        done && test -z "$$fail"
491
456
tags-recursive:
492
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
493
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
458
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
494
459
        done
495
460
ctags-recursive:
496
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
497
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
462
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
498
463
        done
499
464
 
500
465
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
509
474
 
510
475
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
511
476
                $(TAGS_FILES) $(LISP)
512
 
        set x; \
 
477
        tags=; \
513
478
        here=`pwd`; \
514
479
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
515
480
          include_option=--etags-include; \
521
486
        list='$(SUBDIRS)'; for subdir in $$list; do \
522
487
          if test "$$subdir" = .; then :; else \
523
488
            test ! -f $$subdir/TAGS || \
524
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
489
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
525
490
          fi; \
526
491
        done; \
527
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
495
          done | \
531
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
533
 
        shift; \
534
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
498
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
535
499
          test -n "$$unique" || unique=$$empty_fix; \
536
 
          if test $$# -gt 0; then \
537
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538
 
              "$$@" $$unique; \
539
 
          else \
540
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541
 
              $$unique; \
542
 
          fi; \
 
500
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
501
            $$tags $$unique; \
543
502
        fi
544
503
ctags: CTAGS
545
504
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546
505
                $(TAGS_FILES) $(LISP)
 
506
        tags=; \
547
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548
508
        unique=`for i in $$list; do \
549
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550
510
          done | \
551
511
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
553
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
513
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
554
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555
 
             $$unique
 
515
             $$tags $$unique
556
516
 
557
517
GTAGS:
558
518
        here=`$(am__cd) $(top_builddir) && pwd` \
559
 
          && $(am__cd) $(top_srcdir) \
560
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
519
          && cd $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) $$here
561
521
 
562
522
distclean-tags:
563
523
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
526
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
567
527
        srcdir=$(srcdir); export srcdir; \
568
528
        list=' $(TESTS) '; \
569
 
        $(am__tty_colors); \
570
529
        if test -n "$$list"; then \
571
530
          for tst in $$list; do \
572
531
            if test -f ./$$tst; then dir=./; \
578
537
              *[\ \     ]$$tst[\ \      ]*) \
579
538
                xpass=`expr $$xpass + 1`; \
580
539
                failed=`expr $$failed + 1`; \
581
 
                col=$$red; res=XPASS; \
 
540
                echo "XPASS: $$tst"; \
582
541
              ;; \
583
542
              *) \
584
 
                col=$$grn; res=PASS; \
 
543
                echo "PASS: $$tst"; \
585
544
              ;; \
586
545
              esac; \
587
546
            elif test $$? -ne 77; then \
589
548
              case " $(XFAIL_TESTS) " in \
590
549
              *[\ \     ]$$tst[\ \      ]*) \
591
550
                xfail=`expr $$xfail + 1`; \
592
 
                col=$$lgn; res=XFAIL; \
 
551
                echo "XFAIL: $$tst"; \
593
552
              ;; \
594
553
              *) \
595
554
                failed=`expr $$failed + 1`; \
596
 
                col=$$red; res=FAIL; \
 
555
                echo "FAIL: $$tst"; \
597
556
              ;; \
598
557
              esac; \
599
558
            else \
600
559
              skip=`expr $$skip + 1`; \
601
 
              col=$$blu; res=SKIP; \
 
560
              echo "SKIP: $$tst"; \
602
561
            fi; \
603
 
            echo "$${col}$$res$${std}: $$tst"; \
604
562
          done; \
605
563
          if test "$$all" -eq 1; then \
606
564
            tests="test"; \
642
600
              dashes="$$report"; \
643
601
          fi; \
644
602
          dashes=`echo "$$dashes" | sed s/./=/g`; \
645
 
          if test "$$failed" -eq 0; then \
646
 
            echo "$$grn$$dashes"; \
647
 
          else \
648
 
            echo "$$red$$dashes"; \
649
 
          fi; \
 
603
          echo "$$dashes"; \
650
604
          echo "$$banner"; \
651
605
          test -z "$$skipped" || echo "$$skipped"; \
652
606
          test -z "$$report" || echo "$$report"; \
653
 
          echo "$$dashes$$std"; \
 
607
          echo "$$dashes"; \
654
608
          test "$$failed" -eq 0; \
655
609
        else :; fi
656
610
 
670
624
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
671
625
          if test -d $$d/$$file; then \
672
626
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
673
 
            if test -d "$(distdir)/$$file"; then \
674
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
675
 
            fi; \
676
627
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
677
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
678
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
628
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
679
629
            fi; \
680
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
630
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
681
631
          else \
682
 
            test -f "$(distdir)/$$file" \
683
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
632
            test -f $(distdir)/$$file \
 
633
            || cp -p $$d/$$file $(distdir)/$$file \
684
634
            || exit 1; \
685
635
          fi; \
686
636
        done
687
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
637
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
688
638
          if test "$$subdir" = .; then :; else \
689
639
            test -d "$(distdir)/$$subdir" \
690
640
            || $(MKDIR_P) "$(distdir)/$$subdir" \
691
641
            || exit 1; \
692
 
          fi; \
693
 
        done
694
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
695
 
          if test "$$subdir" = .; then :; else \
696
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
697
 
            $(am__relativize); \
698
 
            new_distdir=$$reldir; \
699
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
700
 
            $(am__relativize); \
701
 
            new_top_distdir=$$reldir; \
702
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
703
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
704
 
            ($(am__cd) $$subdir && \
 
642
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
643
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
644
            (cd $$subdir && \
705
645
              $(MAKE) $(AM_MAKEFLAGS) \
706
 
                top_distdir="$$new_top_distdir" \
707
 
                distdir="$$new_distdir" \
 
646
                top_distdir="$$top_distdir" \
 
647
                distdir="$$distdir/$$subdir" \
708
648
                am__remove_distdir=: \
709
649
                am__skip_length_check=: \
710
 
                am__skip_mode_fix=: \
711
650
                distdir) \
712
651
              || exit 1; \
713
652
          fi; \
739
678
 
740
679
distclean-generic:
741
680
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
742
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
743
681
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
744
682
 
745
683
maintainer-clean-generic:
762
700
 
763
701
html: html-recursive
764
702
 
765
 
html-am:
766
 
 
767
703
info: info-recursive
768
704
 
769
705
info-am:
772
708
 
773
709
install-dvi: install-dvi-recursive
774
710
 
775
 
install-dvi-am:
776
 
 
777
711
install-exec-am:
778
712
 
779
713
install-html: install-html-recursive
780
714
 
781
 
install-html-am:
782
 
 
783
715
install-info: install-info-recursive
784
716
 
785
 
install-info-am:
786
 
 
787
717
install-man:
788
718
 
789
719
install-pdf: install-pdf-recursive
790
720
 
791
 
install-pdf-am:
792
 
 
793
721
install-ps: install-ps-recursive
794
722
 
795
 
install-ps-am:
796
 
 
797
723
installcheck-am:
798
724
 
799
725
maintainer-clean: maintainer-clean-recursive
815
741
 
816
742
uninstall-am:
817
743
 
818
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
819
 
        ctags-recursive install-am install-strip tags-recursive
 
744
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
745
        install-strip
820
746
 
821
747
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
822
748
        all all-am all-local check check-TESTS check-am clean \
841
767
inittests.stamp: inittests
842
768
        srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
843
769
        echo timestamp >./inittests.stamp
844
 
 
845
770
# Tell versions [3.59,3.63) of GNU make to not export all variables.
846
771
# Otherwise a system limit (for SysV at least) may be exceeded.
847
772
.NOEXPORT: