~ubuntu-branches/ubuntu/saucy/sbsigntool/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2012-10-11 17:24:56 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121011172456-nvbcxl0ong0xal8a
Tags: 0.6-0ubuntu1
* New upstream release.
  - Uses the new mount point for the efivars directory, for compatibility
    with the pending upstream kernel patches and compatibility with what
    mountall is doing.  LP: #1063061.
  - Fixes sbverify verification of the pkcs7 bundles that Microsoft-signed
    binaries deliver to us, enabling us to do build-time verification of
    shim-signed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
61
78
SOURCES = $(test_i386_pecoff_SOURCES) $(test_x86_64_pecoff_SOURCES)
62
79
DIST_SOURCES = $(test_i386_pecoff_SOURCES) \
63
80
        $(test_x86_64_pecoff_SOURCES)
 
81
am__can_run_installinfo = \
 
82
  case $$AM_UPDATE_INFO_DIR in \
 
83
    n|no|NO) false;; \
 
84
    *) (install-info --version) >/dev/null 2>&1;; \
 
85
  esac
64
86
ETAGS = etags
65
87
CTAGS = ctags
66
88
am__tty_colors = \
509
531
          if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
510
532
        done; \
511
533
        if test $@ = recheck && test -n "$$list"; then \
512
 
          echo "am--clean: ; rm -f $$list" \
513
 
            | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \
 
534
          $(am__make_dryrun) || rm -f $$list || exit 1; \
514
535
        fi; \
515
536
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
516
537
recheck: $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)