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

« back to all changes in this revision

Viewing changes to src/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,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
105
122
DIST_SOURCES = $(sbattach_SOURCES) $(sbkeysync_SOURCES) \
106
123
        $(sbsiglist_SOURCES) $(sbsign_SOURCES) $(sbvarsign_SOURCES) \
107
124
        $(sbverify_SOURCES)
 
125
am__can_run_installinfo = \
 
126
  case $$AM_UPDATE_INFO_DIR in \
 
127
    n|no|NO) false;; \
 
128
    *) (install-info --version) >/dev/null 2>&1;; \
 
129
  esac
108
130
ETAGS = etags
109
131
CTAGS = ctags
110
132
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
272
294
$(am__aclocal_m4_deps):
273
295
install-binPROGRAMS: $(bin_PROGRAMS)
274
296
        @$(NORMAL_INSTALL)
275
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
276
297
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
298
        if test -n "$$list"; then \
 
299
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
300
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
301
        fi; \
277
302
        for p in $$list; do echo "$$p $$p"; done | \
278
303
        sed 's/$(EXEEXT)$$//' | \
279
304
        while read p p1; do if test -f $$p; \