~ubuntu-branches/debian/sid/aisleriot/sid

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha, Jackson Doak, Andreas Henriksson
  • Date: 2013-10-17 23:33:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131017233336-s2rn2lklucl6az43
Tags: 1:3.10.1-1
[ Jeremy Bicha ]
* New upstream release. 1:3.9.90-1
* debian/control.in:
  - Lower GTK dependency back to 3.4
  - Update homepage

[ Jackson Doak ]
* New upstream release (v3.10.0)

[ Andreas Henriksson ]
* New upstream release (v3.10.1)
* Bump Standards-Version to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 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-2013 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@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
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
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = help
54
 
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/mkinstalldirs $(dist_man_MANS)
56
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
84
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
58
85
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
65
92
CONFIG_HEADER = $(top_builddir)/config.h
66
93
CONFIG_CLEAN_FILES =
67
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
68
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
69
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
70
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
71
103
AM_V_at = $(am__v_at_@AM_V@)
72
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73
105
am__v_at_0 = @
 
106
am__v_at_1 = 
74
107
SOURCES =
75
108
DIST_SOURCES =
76
109
am__can_run_installinfo = \
109
142
am__installdirs = "$(DESTDIR)$(man6dir)"
110
143
NROFF = nroff
111
144
MANS = $(dist_man_MANS)
 
145
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
112
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
147
ACLOCAL = @ACLOCAL@
114
148
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
288
322
top_srcdir = @top_srcdir@
289
323
valgrinddir = @valgrinddir@
290
324
NULL = 
291
 
HELP_LINGUAS = ca de el en_GB es eu fr gl oc ru sl sr sr@latin sv zh_CN
 
325
HELP_LINGUAS = ca de el en_GB es eu fr gl oc pt_BR ru sl sr sr@latin sv zh_CN
292
326
HELP_ID = aisleriot
293
327
HELP_FILES = \
294
328
        index.docbook \
472
506
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
473
507
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
474
508
        dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir)
475
 
tags: TAGS
476
 
TAGS:
477
 
 
478
 
ctags: CTAGS
479
 
CTAGS:
 
509
tags TAGS:
 
510
 
 
511
ctags CTAGS:
 
512
 
 
513
cscope cscopelist:
480
514
 
481
515
 
482
516
distdir: $(DISTFILES)
483
 
        @list='$(MANS)'; if test -n "$$list"; then \
484
 
          list=`for p in $$list; do \
485
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
486
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
487
 
          if test -n "$$list" && \
488
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
489
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
490
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
491
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
492
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
493
 
            exit 1; \
494
 
          else :; fi; \
495
 
        else :; fi
496
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498
519
        list='$(DISTFILES)'; \
630
651
.MAKE: install-am install-strip
631
652
 
632
653
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
633
 
        distclean distclean-generic distclean-libtool distdir dvi \
634
 
        dvi-am html html-am info info-am install install-am \
635
 
        install-data install-data-am install-dvi install-dvi-am \
636
 
        install-exec install-exec-am install-html install-html-am \
637
 
        install-info install-info-am install-man install-man6 \
638
 
        install-pdf install-pdf-am install-ps install-ps-am \
639
 
        install-strip installcheck installcheck-am installdirs \
640
 
        maintainer-clean maintainer-clean-generic mostlyclean \
641
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
642
 
        uninstall uninstall-am uninstall-man uninstall-man6
 
654
        cscopelist-am ctags-am distclean distclean-generic \
 
655
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
656
        install install-am install-data install-data-am install-dvi \
 
657
        install-dvi-am install-exec install-exec-am install-html \
 
658
        install-html-am install-info install-info-am install-man \
 
659
        install-man6 install-pdf install-pdf-am install-ps \
 
660
        install-ps-am install-strip installcheck installcheck-am \
 
661
        installdirs maintainer-clean maintainer-clean-generic \
 
662
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
663
        ps ps-am tags-am uninstall uninstall-am uninstall-man \
 
664
        uninstall-man6
643
665
 
644
666
@YELP_HELP_RULES@
645
667