~ubuntu-branches/ubuntu/trusty/gcr/trusty

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 10:37:35 UTC
  • mfrom: (1.2.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121112103735-r6gqkxi4z3os95vx
Tags: 3.6.2-0ubuntu1
* New upstream versions:
  - Remove unneeded translation
  - Clear and focus password entry in gcr-viewer when invalid password
  - Keep enumerating if getting info about one slot fails.
  - Updated translations
  - Testing fixes

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.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
34
50
build_triplet = @build@
35
51
host_triplet = @host@
36
52
subdir = build
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
54
        $(top_srcdir)/mkinstalldirs
38
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
56
am__aclocal_m4_deps = $(top_srcdir)/build/m4/gtk-doc.m4 \
40
57
        $(top_srcdir)/build/m4/intltool.m4 \
50
67
CONFIG_HEADER = $(top_builddir)/config.h
51
68
CONFIG_CLEAN_FILES =
52
69
CONFIG_CLEAN_VPATH_FILES =
 
70
AM_V_P = $(am__v_P_@AM_V@)
 
71
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
72
am__v_P_0 = false
 
73
am__v_P_1 = :
53
74
AM_V_GEN = $(am__v_GEN_@AM_V@)
54
75
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
55
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
76
am__v_GEN_0 = @echo "  GEN     " $@;
 
77
am__v_GEN_1 = 
56
78
AM_V_at = $(am__v_at_@AM_V@)
57
79
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
58
80
am__v_at_0 = @
 
81
am__v_at_1 = 
59
82
SOURCES =
60
83
DIST_SOURCES =
 
84
am__can_run_installinfo = \
 
85
  case $$AM_UPDATE_INFO_DIR in \
 
86
    n|no|NO) false;; \
 
87
    *) (install-info --version) >/dev/null 2>&1;; \
 
88
  esac
61
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
90
ACLOCAL = @ACLOCAL@
63
91
ALL_LINGUAS = @ALL_LINGUAS@
322
350
ctags: CTAGS
323
351
CTAGS:
324
352
 
 
353
cscope cscopelist:
 
354
 
325
355
 
326
356
distdir: $(DISTFILES)
327
357
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \