~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/st/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-06-16 19:14:01 UTC
  • mfrom: (1.1.50) (19.1.37 experimental)
  • Revision ID: package-import@ubuntu.com-20130616191401-kef9vj3obfuvusrn
Tags: 3.8.3-1ubuntu1
* Merge with Debian. Remaining changes:
  - debian/control.in:
    + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
    + Depend on gdm instead of gdm3
  - debian/patches/40_change-pam-name-to-match-gdm.patch:
  - debian/patches/revert-suspend-break.patch:
    + Disabled, not needed on Ubuntu
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM.
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
      Disabled until it can be rewritten.
  - debian/patches/git_relock_screen_after_crash.patch:
    + Backport fix to ensure session is locked after crash
* debian/patches/revert-input-source-changes.patch:
  - Temporarily revert input source changes that need gnome-settings-daemon
    and gnome-control-center 3.8.3 to be useful
* debian/patches/revert-notification-settings-link.patch:
  - Don't link to Notification Settings since that's only available
    with gnome-control-center >= 3.8.

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.13.2 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,
20
20
# Everything below here is generic #
21
21
####################################
22
22
VPATH = @srcdir@
23
 
am__make_dryrun = \
24
 
  { \
25
 
    am__dry=no; \
 
23
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
24
am__make_running_with_option = \
 
25
  case $${target_option-} in \
 
26
      ?) ;; \
 
27
      *) echo "am__make_running_with_option: internal error: invalid" \
 
28
              "target option '$${target_option-}' specified" >&2; \
 
29
         exit 1;; \
 
30
  esac; \
 
31
  has_opt=no; \
 
32
  sane_makeflags=$$MAKEFLAGS; \
 
33
  if $(am__is_gnu_make); then \
 
34
    sane_makeflags=$$MFLAGS; \
 
35
  else \
26
36
    case $$MAKEFLAGS in \
27
37
      *\\[\ \   ]*) \
28
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
30
 
      *) \
31
 
        for am__flg in $$MAKEFLAGS; do \
32
 
          case $$am__flg in \
33
 
            *=*|--*) ;; \
34
 
            *n*) am__dry=yes; break;; \
35
 
          esac; \
36
 
        done;; \
37
 
    esac; \
38
 
    test $$am__dry = yes; \
39
 
  }
 
38
        bs=\\; \
 
39
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
40
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
41
    esac; \
 
42
  fi; \
 
43
  skip_next=no; \
 
44
  strip_trailopt () \
 
45
  { \
 
46
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
47
  }; \
 
48
  for flg in $$sane_makeflags; do \
 
49
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
50
    case $$flg in \
 
51
      *=*|--*) continue;; \
 
52
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
53
      -*I?*) strip_trailopt 'I';; \
 
54
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
55
      -*O?*) strip_trailopt 'O';; \
 
56
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
57
      -*l?*) strip_trailopt 'l';; \
 
58
      -[dEDm]) skip_next=yes;; \
 
59
      -[JT]) skip_next=yes;; \
 
60
    esac; \
 
61
    case $$flg in \
 
62
      *$$target_option*) has_opt=yes; break;; \
 
63
    esac; \
 
64
  done; \
 
65
  test $$has_opt = yes
 
66
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
67
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
40
68
pkgdatadir = $(datadir)/@PACKAGE@
41
69
pkgincludedir = $(includedir)/@PACKAGE@
42
70
pkglibdir = $(libdir)/@PACKAGE@
693
721
            if test "x$$files" != "x" ; then \
694
722
                for file in $$files ; do \
695
723
                    test -f $(abs_srcdir)/$$file && \
696
 
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
 
724
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
697
725
                done; \
698
726
            fi; \
699
727
        fi