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

« back to all changes in this revision

Viewing changes to 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.
34
34
# along with this program; if not, see <http://www.gnu.org/licenses/>.
35
35
 
36
36
VPATH = @srcdir@
 
37
am__make_dryrun = \
 
38
  { \
 
39
    am__dry=no; \
 
40
    case $$MAKEFLAGS in \
 
41
      *\\[\ \   ]*) \
 
42
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
43
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
44
      *) \
 
45
        for am__flg in $$MAKEFLAGS; do \
 
46
          case $$am__flg in \
 
47
            *=*|--*) ;; \
 
48
            *n*) am__dry=yes; break;; \
 
49
          esac; \
 
50
        done;; \
 
51
    esac; \
 
52
    test $$am__dry = yes; \
 
53
  }
37
54
pkgdatadir = $(datadir)/@PACKAGE@
38
55
pkgincludedir = $(includedir)/@PACKAGE@
39
56
pkglibdir = $(libdir)/@PACKAGE@
101
118
        install-pdf-recursive install-ps-recursive install-recursive \
102
119
        installcheck-recursive installdirs-recursive pdf-recursive \
103
120
        ps-recursive uninstall-recursive
 
121
am__can_run_installinfo = \
 
122
  case $$AM_UPDATE_INFO_DIR in \
 
123
    n|no|NO) false;; \
 
124
    *) (install-info --version) >/dev/null 2>&1;; \
 
125
  esac
104
126
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105
127
am__vpath_adj = case $$p in \
106
128
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122
144
am__base_list = \
123
145
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124
146
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
147
am__uninstall_files_from_dir = { \
 
148
  test -z "$$files" \
 
149
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
150
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
151
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
152
  }
125
153
am__installdirs = "$(DESTDIR)$(docdir)"
126
154
DATA = $(dist_doc_DATA)
127
155
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137
165
distdir = $(PACKAGE)-$(VERSION)
138
166
top_distdir = $(distdir)
139
167
am__remove_distdir = \
140
 
  { test ! -d "$(distdir)" \
141
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
142
 
         && rm -fr "$(distdir)"; }; }
 
168
  if test -d "$(distdir)"; then \
 
169
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
170
      && rm -rf "$(distdir)" \
 
171
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
172
  else :; fi
143
173
am__relativize = \
144
174
  dir0=`pwd`; \
145
175
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
168
198
GZIP_ENV = --best
169
199
DIST_ARCHIVES = $(distdir).tar.bz2
170
200
distuninstallcheck_listfiles = find . -type f -print
 
201
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
202
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
171
203
distcleancheck_listfiles = find . -type f -print
172
204
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
173
205
ACLOCAL = @ACLOCAL@
185
217
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
186
218
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
187
219
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 
220
BUILD_FILEVERSION = @BUILD_FILEVERSION@
 
221
BUILD_HOSTNAME = @BUILD_HOSTNAME@
188
222
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
223
BUILD_REVISION = @BUILD_REVISION@
 
224
BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
189
225
CC = @CC@
190
226
CCDEPMODE = @CCDEPMODE@
191
227
CC_FOR_BUILD = @CC_FOR_BUILD@
398
434
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
399
435
 
400
436
.SUFFIXES:
401
 
am--refresh:
 
437
am--refresh: Makefile
402
438
        @:
403
439
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
404
440
        @for dep in $?; do \
434
470
$(am__aclocal_m4_deps):
435
471
 
436
472
config.h: stamp-h1
437
 
        @if test ! -f $@; then \
438
 
          rm -f stamp-h1; \
439
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
440
 
        else :; fi
 
473
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
474
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
441
475
 
442
476
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
443
477
        @rm -f stamp-h1
451
485
        -rm -f config.h stamp-h1
452
486
install-dist_docDATA: $(dist_doc_DATA)
453
487
        @$(NORMAL_INSTALL)
454
 
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
455
488
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
 
489
        if test -n "$$list"; then \
 
490
          echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
 
491
          $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
 
492
        fi; \
456
493
        for p in $$list; do \
457
494
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
458
495
          echo "$$d$$p"; \
466
503
        @$(NORMAL_UNINSTALL)
467
504
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
468
505
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
469
 
        test -n "$$files" || exit 0; \
470
 
        echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
471
 
        cd "$(DESTDIR)$(docdir)" && rm -f $$files
 
506
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
472
507
 
473
508
# This directory's subdirectories are mostly independent; you can cd
474
509
# into them and run `make' without going through this Makefile.
639
674
        done
640
675
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
641
676
          if test "$$subdir" = .; then :; else \
642
 
            test -d "$(distdir)/$$subdir" \
643
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
644
 
            || exit 1; \
645
 
          fi; \
646
 
        done
647
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
648
 
          if test "$$subdir" = .; then :; else \
 
677
            $(am__make_dryrun) \
 
678
              || test -d "$(distdir)/$$subdir" \
 
679
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
680
              || exit 1; \
649
681
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
650
682
            $(am__relativize); \
651
683
            new_distdir=$$reldir; \
679
711
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
680
712
        $(am__remove_distdir)
681
713
dist-bzip2: distdir
682
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
714
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
715
        $(am__remove_distdir)
 
716
 
 
717
dist-lzip: distdir
 
718
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
683
719
        $(am__remove_distdir)
684
720
 
685
721
dist-lzma: distdir
687
723
        $(am__remove_distdir)
688
724
 
689
725
dist-xz: distdir
690
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
726
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
691
727
        $(am__remove_distdir)
692
728
 
693
729
dist-tarZ: distdir
704
740
        $(am__remove_distdir)
705
741
 
706
742
dist dist-all: distdir
707
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
743
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
708
744
        $(am__remove_distdir)
709
745
 
710
746
# This target untars the dist file and tries a VPATH configuration.  Then
718
754
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
719
755
        *.tar.lzma*) \
720
756
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
757
        *.tar.lz*) \
 
758
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
721
759
        *.tar.xz*) \
722
760
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
723
761
        *.tar.Z*) \
727
765
        *.zip*) \
728
766
          unzip $(distdir).zip ;;\
729
767
        esac
730
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
768
        chmod -R a-w $(distdir); chmod u+w $(distdir)
731
769
        mkdir $(distdir)/_build
732
770
        mkdir $(distdir)/_inst
733
771
        chmod a-w $(distdir)
737
775
          && am__cwd=`pwd` \
738
776
          && $(am__cd) $(distdir)/_build \
739
777
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
778
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
740
779
            $(DISTCHECK_CONFIGURE_FLAGS) \
741
780
          && $(MAKE) $(AM_MAKEFLAGS) \
742
781
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
765
804
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
766
805
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
767
806
distuninstallcheck:
768
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
769
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
807
        @test -n '$(distuninstallcheck_dir)' || { \
 
808
          echo 'ERROR: trying to run $@ with an empty' \
 
809
               '$$(distuninstallcheck_dir)' >&2; \
 
810
          exit 1; \
 
811
        }; \
 
812
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
813
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
814
          exit 1; \
 
815
        }; \
 
816
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
770
817
           || { echo "ERROR: files left after uninstall:" ; \
771
818
                if test -n "$(DESTDIR)"; then \
772
819
                  echo "  (check DESTDIR support)"; \
800
847
 
801
848
installcheck: installcheck-recursive
802
849
install-strip:
803
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
804
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
805
 
          `test -z '$(STRIP)' || \
806
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
850
        if test -z '$(STRIP)'; then \
 
851
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
852
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
853
              install; \
 
854
        else \
 
855
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
856
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
857
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
858
        fi
807
859
mostlyclean-generic:
808
860
 
809
861
clean-generic:
891
943
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
892
944
        all all-am am--refresh check check-am clean clean-generic \
893
945
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
894
 
        dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
895
 
        distcheck distclean distclean-generic distclean-hdr \
 
946
        dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
947
        dist-zip distcheck distclean distclean-generic distclean-hdr \
896
948
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
897
949
        dvi-am html html-am info info-am install install-am \
898
950
        install-data install-data-am install-dist_docDATA install-dvi \