~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Jackson Doak
  • Date: 2014-03-12 19:27:40 UTC
  • mfrom: (14.1.1 sid)
  • Revision ID: noskcaj@ubuntu.com-20140312192740-yuscjht3aapcx441
* Merge from debian. (LP: #1290528) Remaining changes:
  - Build using dh-autoreconf.
* New upstream release
* debian/rules: Disable silent rules
* debian/control: Bump standards-version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
33
33
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34
34
# Boston, MA 02110-1301, USA.
35
35
VPATH = @srcdir@
36
 
am__make_dryrun = \
37
 
  { \
38
 
    am__dry=no; \
 
36
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
37
am__make_running_with_option = \
 
38
  case $${target_option-} in \
 
39
      ?) ;; \
 
40
      *) echo "am__make_running_with_option: internal error: invalid" \
 
41
              "target option '$${target_option-}' specified" >&2; \
 
42
         exit 1;; \
 
43
  esac; \
 
44
  has_opt=no; \
 
45
  sane_makeflags=$$MAKEFLAGS; \
 
46
  if $(am__is_gnu_make); then \
 
47
    sane_makeflags=$$MFLAGS; \
 
48
  else \
39
49
    case $$MAKEFLAGS in \
40
50
      *\\[\ \   ]*) \
41
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
42
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
43
 
      *) \
44
 
        for am__flg in $$MAKEFLAGS; do \
45
 
          case $$am__flg in \
46
 
            *=*|--*) ;; \
47
 
            *n*) am__dry=yes; break;; \
48
 
          esac; \
49
 
        done;; \
50
 
    esac; \
51
 
    test $$am__dry = yes; \
52
 
  }
 
51
        bs=\\; \
 
52
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
53
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
54
    esac; \
 
55
  fi; \
 
56
  skip_next=no; \
 
57
  strip_trailopt () \
 
58
  { \
 
59
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
60
  }; \
 
61
  for flg in $$sane_makeflags; do \
 
62
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
63
    case $$flg in \
 
64
      *=*|--*) continue;; \
 
65
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
66
      -*I?*) strip_trailopt 'I';; \
 
67
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
68
      -*O?*) strip_trailopt 'O';; \
 
69
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
70
      -*l?*) strip_trailopt 'l';; \
 
71
      -[dEDm]) skip_next=yes;; \
 
72
      -[JT]) skip_next=yes;; \
 
73
    esac; \
 
74
    case $$flg in \
 
75
      *$$target_option*) has_opt=yes; break;; \
 
76
    esac; \
 
77
  done; \
 
78
  test $$has_opt = yes
 
79
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
80
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
53
81
pkgdatadir = $(datadir)/@PACKAGE@
54
82
pkgincludedir = $(includedir)/@PACKAGE@
55
83
pkglibdir = $(libdir)/@PACKAGE@
251
279
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
252
280
GTHREAD_LIBS = @GTHREAD_LIBS@
253
281
GTKDOC_CHECK = @GTKDOC_CHECK@
 
282
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
254
283
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
255
284
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
256
285
GTKDOC_MKPDF = @GTKDOC_MKPDF@
440
469
$(am__aclocal_m4_deps):
441
470
 
442
471
config.h: stamp-h1
443
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
444
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
472
        @test -f $@ || rm -f stamp-h1
 
473
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
445
474
 
446
475
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
447
476
        @rm -f stamp-h1
470
499
#     (which will cause the Makefiles to be regenerated when you run 'make');
471
500
# (2) otherwise, pass the desired values on the 'make' command line.
472
501
$(am__recursive_targets):
473
 
        @fail= failcom='exit 1'; \
474
 
        for f in x $$MAKEFLAGS; do \
475
 
          case $$f in \
476
 
            *=* | --[!k]*);; \
477
 
            *k*) failcom='fail=yes';; \
478
 
          esac; \
479
 
        done; \
 
502
        @fail=; \
 
503
        if $(am__make_keepgoing); then \
 
504
          failcom='fail=yes'; \
 
505
        else \
 
506
          failcom='exit 1'; \
 
507
        fi; \
480
508
        dot_seen=no; \
481
509
        target=`echo $@ | sed s/-recursive//`; \
482
510
        case "$@" in \
653
681
        $(am__post_remove_distdir)
654
682
 
655
683
dist-tarZ: distdir
 
684
        @echo WARNING: "Support for shar distribution archives is" \
 
685
                       "deprecated." >&2
 
686
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
656
687
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657
688
        $(am__post_remove_distdir)
658
689
 
659
690
dist-shar: distdir
 
691
        @echo WARNING: "Support for distribution archives compressed with" \
 
692
                       "legacy program 'compress' is deprecated." >&2
 
693
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
660
694
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
661
695
        $(am__post_remove_distdir)
662
696
 
698
732
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
699
733
          && am__cwd=`pwd` \
700
734
          && $(am__cd) $(distdir)/_build \
701
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
735
          && ../configure \
702
736
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
703
737
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
738
            --srcdir=.. --prefix="$$dc_install_base" \
704
739
          && $(MAKE) $(AM_MAKEFLAGS) \
705
740
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
706
741
          && $(MAKE) $(AM_MAKEFLAGS) check \