~ubuntu-branches/ubuntu/saucy/gnome-shell-extensions/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-09-11 16:40:53 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130911164053-vw2yrofw21q2rjxt
Tags: 3.8.4-0ubuntu1
* New upstream bugfix release.
  - systemMonitor blocks the message tray menu properly
  - translation updates
* Dropped patches applied in new version:
  - fix-hibernate.patch
  - fix-applications-menu-resolution-change.patch
  - look-in-data-home-for-themes.patch

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.4 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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    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 \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
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
 
  }
 
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))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
@CLASSIC_MODE_TRUE@am__append_1 = data
51
79
DIST_COMMON = $(srcdir)/include.mk $(srcdir)/Makefile.in \
52
80
        $(srcdir)/Makefile.am $(top_srcdir)/configure \
53
 
        $(am__configure_deps) $(top_srcdir)/config/mkinstalldirs \
54
 
        COPYING NEWS README config/install-sh config/missing \
55
 
        config/mkinstalldirs $(top_srcdir)/config/install-sh \
 
81
        $(am__configure_deps) COPYING NEWS README config/install-sh \
 
82
        config/missing $(top_srcdir)/config/install-sh \
56
83
        $(top_srcdir)/config/missing
57
84
subdir = .
58
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
89
        $(ACLOCAL_M4)
63
90
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64
91
 configure.lineno config.status.lineno
65
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
92
mkinstalldirs = $(install_sh) -d
66
93
CONFIG_CLEAN_FILES =
67
94
CONFIG_CLEAN_VPATH_FILES =
68
95
AM_V_P = $(am__v_P_@AM_V@)
339
366
#     (which will cause the Makefiles to be regenerated when you run 'make');
340
367
# (2) otherwise, pass the desired values on the 'make' command line.
341
368
$(am__recursive_targets):
342
 
        @fail= failcom='exit 1'; \
343
 
        for f in x $$MAKEFLAGS; do \
344
 
          case $$f in \
345
 
            *=* | --[!k]*);; \
346
 
            *k*) failcom='fail=yes';; \
347
 
          esac; \
348
 
        done; \
 
369
        @fail=; \
 
370
        if $(am__make_keepgoing); then \
 
371
          failcom='fail=yes'; \
 
372
        else \
 
373
          failcom='exit 1'; \
 
374
        fi; \
349
375
        dot_seen=no; \
350
376
        target=`echo $@ | sed s/-recursive//`; \
351
377
        case "$@" in \