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

« back to all changes in this revision

Viewing changes to docs/reference/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 = docs/reference
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
54
        $(top_srcdir)/mkinstalldirs COPYING
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 =
61
84
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
88
        install-pdf-recursive install-ps-recursive install-recursive \
66
89
        installcheck-recursive installdirs-recursive pdf-recursive \
67
90
        ps-recursive uninstall-recursive
 
91
am__can_run_installinfo = \
 
92
  case $$AM_UPDATE_INFO_DIR in \
 
93
    n|no|NO) false;; \
 
94
    *) (install-info --version) >/dev/null 2>&1;; \
 
95
  esac
68
96
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69
97
  distclean-recursive maintainer-clean-recursive
70
98
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
336
364
        -rm -rf .libs _libs
337
365
 
338
366
# This directory's subdirectories are mostly independent; you can cd
339
 
# into them and run `make' without going through this Makefile.
340
 
# To change the values of `make' variables: instead of editing Makefiles,
341
 
# (1) if the variable is set in `config.status', edit `config.status'
342
 
#     (which will cause the Makefiles to be regenerated when you run `make');
343
 
# (2) otherwise, pass the desired values on the `make' command line.
344
 
$(RECURSIVE_TARGETS):
 
367
# into them and run 'make' without going through this Makefile.
 
368
# To change the values of 'make' variables: instead of editing Makefiles,
 
369
# (1) if the variable is set in 'config.status', edit 'config.status'
 
370
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
371
# (2) otherwise, pass the desired values on the 'make' command line.
 
372
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
345
373
        @fail= failcom='exit 1'; \
346
374
        for f in x $$MAKEFLAGS; do \
347
375
          case $$f in \
351
379
        done; \
352
380
        dot_seen=no; \
353
381
        target=`echo $@ | sed s/-recursive//`; \
354
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
382
        case "$@" in \
 
383
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
384
          *) list='$(SUBDIRS)' ;; \
 
385
        esac; \
 
386
        for subdir in $$list; do \
355
387
          echo "Making $$target in $$subdir"; \
356
388
          if test "$$subdir" = "."; then \
357
389
            dot_seen=yes; \
365
397
        if test "$$dot_seen" = "no"; then \
366
398
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367
399
        fi; test -z "$$fail"
368
 
 
369
 
$(RECURSIVE_CLEAN_TARGETS):
370
 
        @fail= failcom='exit 1'; \
371
 
        for f in x $$MAKEFLAGS; do \
372
 
          case $$f in \
373
 
            *=* | --[!k]*);; \
374
 
            *k*) failcom='fail=yes';; \
375
 
          esac; \
376
 
        done; \
377
 
        dot_seen=no; \
378
 
        case "$@" in \
379
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380
 
          *) list='$(SUBDIRS)' ;; \
381
 
        esac; \
382
 
        rev=''; for subdir in $$list; do \
383
 
          if test "$$subdir" = "."; then :; else \
384
 
            rev="$$subdir $$rev"; \
385
 
          fi; \
386
 
        done; \
387
 
        rev="$$rev ."; \
388
 
        target=`echo $@ | sed s/-recursive//`; \
389
 
        for subdir in $$rev; do \
390
 
          echo "Making $$target in $$subdir"; \
391
 
          if test "$$subdir" = "."; then \
392
 
            local_target="$$target-am"; \
393
 
          else \
394
 
            local_target="$$target"; \
395
 
          fi; \
396
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
397
 
          || eval $$failcom; \
398
 
        done && test -z "$$fail"
399
400
tags-recursive:
400
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
401
402
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
406
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
406
407
        done
 
408
cscopelist-recursive:
 
409
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
410
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
411
        done
407
412
 
408
413
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409
414
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
467
472
          && $(am__cd) $(top_srcdir) \
468
473
          && gtags -i $(GTAGS_ARGS) "$$here"
469
474
 
 
475
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
476
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
477
        case "$(srcdir)" in \
 
478
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
479
          *) sdir=$(subdir)/$(srcdir) ;; \
 
480
        esac; \
 
481
        for i in $$list; do \
 
482
          if test -f "$$i"; then \
 
483
            echo "$(subdir)/$$i"; \
 
484
          else \
 
485
            echo "$$sdir/$$i"; \
 
486
          fi; \
 
487
        done >> $(top_builddir)/cscope.files
 
488
 
470
489
distclean-tags:
471
490
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
491
 
502
521
        done
503
522
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
504
523
          if test "$$subdir" = .; then :; else \
505
 
            test -d "$(distdir)/$$subdir" \
506
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
507
 
            || exit 1; \
508
 
          fi; \
509
 
        done
510
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511
 
          if test "$$subdir" = .; then :; else \
 
524
            $(am__make_dryrun) \
 
525
              || test -d "$(distdir)/$$subdir" \
 
526
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
527
              || exit 1; \
512
528
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
513
529
            $(am__relativize); \
514
530
            new_distdir=$$reldir; \
629
645
 
630
646
uninstall-am:
631
647
 
632
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
633
 
        install-am install-strip tags-recursive
 
648
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
649
        cscopelist-recursive ctags-recursive install-am install-strip \
 
650
        tags-recursive
634
651
 
635
652
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
636
653
        all all-am check check-am clean clean-generic clean-libtool \
637
 
        ctags ctags-recursive distclean distclean-generic \
638
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
639
 
        html-am info info-am install install-am install-data \
640
 
        install-data-am install-dvi install-dvi-am install-exec \
641
 
        install-exec-am install-html install-html-am install-info \
642
 
        install-info-am install-man install-pdf install-pdf-am \
643
 
        install-ps install-ps-am install-strip installcheck \
644
 
        installcheck-am installdirs installdirs-am maintainer-clean \
645
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
646
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
647
 
        uninstall uninstall-am
 
654
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
655
        distclean distclean-generic distclean-libtool distclean-tags \
 
656
        distdir dvi dvi-am html html-am info info-am install \
 
657
        install-am install-data install-data-am install-dvi \
 
658
        install-dvi-am install-exec install-exec-am install-html \
 
659
        install-html-am install-info install-info-am install-man \
 
660
        install-pdf install-pdf-am install-ps install-ps-am \
 
661
        install-strip installcheck installcheck-am installdirs \
 
662
        installdirs-am maintainer-clean maintainer-clean-generic \
 
663
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
664
        ps ps-am tags tags-recursive uninstall uninstall-am
648
665
 
649
666
 
650
667
# Tell versions [3.59,3.63) of GNU make to not export all variables.