~ubuntu-branches/ubuntu/vivid/gnupg2/vivid-proposed

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 18:27:04 UTC
  • mfrom: (18.1.2 ubuntu)
  • Revision ID: package-import@ubuntu.com-20130524182704-d9uwh9lrj91elnm6
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
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@
66
83
CONFIG_CLEAN_VPATH_FILES =
67
84
SOURCES =
68
85
DIST_SOURCES =
 
86
am__can_run_installinfo = \
 
87
  case $$AM_UPDATE_INFO_DIR in \
 
88
    n|no|NO) false;; \
 
89
    *) (install-info --version) >/dev/null 2>&1;; \
 
90
  esac
69
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70
92
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
71
93
ACLOCAL = @ACLOCAL@
83
105
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
84
106
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
85
107
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 
108
BUILD_FILEVERSION = @BUILD_FILEVERSION@
 
109
BUILD_HOSTNAME = @BUILD_HOSTNAME@
86
110
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
111
BUILD_REVISION = @BUILD_REVISION@
 
112
BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
87
113
CC = @CC@
88
114
CCDEPMODE = @CCDEPMODE@
89
115
CC_FOR_BUILD = @CC_FOR_BUILD@
354
380
 
355
381
installcheck: installcheck-am
356
382
install-strip:
357
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359
 
          `test -z '$(STRIP)' || \
360
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
383
        if test -z '$(STRIP)'; then \
 
384
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
385
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
386
              install; \
 
387
        else \
 
388
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
389
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
390
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
391
        fi
361
392
mostlyclean-generic:
362
393
 
363
394
clean-generic: