~ubuntu-branches/ubuntu/raring/gnome-orca/raring-proposed

« back to all changes in this revision

Viewing changes to src/orca/scripts/apps/metacity/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-09-18 10:13:03 UTC
  • mfrom: (0.12.2)
  • Revision ID: package-import@ubuntu.com-20120918101303-oipgiueb21okfi9u
Tags: 3.7.0.92-0ubuntu1
* New upstream release
  - General
    + LibreOffice Writer documents should be fully readable and navigable
      via the braille display
    + Fix for bug 683795 - Orca modifier gets stuck on in Bypass Mode
    + Fix for bug 683447 - Outdated documentation needs to be removed
    + Fix for broken tag in several help translations (Thanks Piotr Drąg!)
  - New and updated translations (THANKS EVERYONE!!!):
    + da            Danish                  Kenneth Nielsen
    + de            German                  Mario Blättermann
    + en_GB         British English         Bruce Cowan
    + pl            Polish                  Piotr Drąg
    + es            Spanish                 Daniel Mustieles
    + fi            Finnish                 Jiri Grönroos
    + zh_CN         Simplified Chinese      TeliuTe
* debian/control: Update and add new dependencies and minimum versions

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@
35
51
host_triplet = @host@
36
52
subdir = src/orca/scripts/apps/metacity
37
53
DIST_COMMON = $(orca_python_PYTHON) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in
 
54
        $(srcdir)/Makefile.in $(top_srcdir)/py-compile
39
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
56
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
41
57
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
51
67
CONFIG_CLEAN_VPATH_FILES =
52
68
SOURCES =
53
69
DIST_SOURCES =
 
70
am__can_run_installinfo = \
 
71
  case $$AM_UPDATE_INFO_DIR in \
 
72
    n|no|NO) false;; \
 
73
    *) (install-info --version) >/dev/null 2>&1;; \
 
74
  esac
54
75
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
76
am__vpath_adj = case $$p in \
56
77
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86
107
ALL_LINGUAS = @ALL_LINGUAS@
87
108
AMTAR = @AMTAR@
88
109
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
110
ATKBRIDGE_CFLAGS = @ATKBRIDGE_CFLAGS@
 
111
ATKBRIDGE_LIBS = @ATKBRIDGE_LIBS@
 
112
ATK_CFLAGS = @ATK_CFLAGS@
 
113
ATK_LIBS = @ATK_LIBS@
89
114
ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
90
115
ATSPI2_LIBS = @ATSPI2_LIBS@
91
116
AUTOCONF = @AUTOCONF@
270
295
$(am__aclocal_m4_deps):
271
296
install-orca_pythonPYTHON: $(orca_python_PYTHON)
272
297
        @$(NORMAL_INSTALL)
273
 
        test -z "$(orca_pythondir)" || $(MKDIR_P) "$(DESTDIR)$(orca_pythondir)"
274
298
        @list='$(orca_python_PYTHON)'; dlist=; list2=; test -n "$(orca_pythondir)" || list=; \
 
299
        if test -n "$$list"; then \
 
300
          echo " $(MKDIR_P) '$(DESTDIR)$(orca_pythondir)'"; \
 
301
          $(MKDIR_P) "$(DESTDIR)$(orca_pythondir)" || exit 1; \
 
302
        fi; \
275
303
        for p in $$list; do \
276
304
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
277
305
          if test -f $$b$$p; then \
309
337
ctags: CTAGS
310
338
CTAGS:
311
339
 
 
340
cscope cscopelist:
 
341
 
312
342
 
313
343
distdir: $(DISTFILES)
314
344
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \