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

« back to all changes in this revision

Viewing changes to 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
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
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
64
80
        install-pdf-recursive install-ps-recursive install-recursive \
65
81
        installcheck-recursive installdirs-recursive pdf-recursive \
66
82
        ps-recursive uninstall-recursive
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
67
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68
89
am__vpath_adj = case $$p in \
69
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
119
  distclean-recursive maintainer-clean-recursive
99
120
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100
121
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101
 
        distdir dist dist-all distcheck
 
122
        cscope distdir dist dist-all distcheck
102
123
ETAGS = etags
103
124
CTAGS = ctags
 
125
CSCOPE = cscope
104
126
DIST_SUBDIRS = $(SUBDIRS)
105
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
128
distdir = $(PACKAGE)-$(VERSION)
111
133
      && rm -rf "$(distdir)" \
112
134
      || { sleep 5 && rm -rf "$(distdir)"; }; \
113
135
  else :; fi
 
136
am__post_remove_distdir = $(am__remove_distdir)
114
137
am__relativize = \
115
138
  dir0=`pwd`; \
116
139
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138
161
  reldir="$$dir2"
139
162
GZIP_ENV = --best
140
163
DIST_ARCHIVES = $(distdir).tar.xz
 
164
DIST_TARGETS = dist-xz
141
165
distuninstallcheck_listfiles = find . -type f -print
142
166
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
143
167
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
146
170
ALL_LINGUAS = @ALL_LINGUAS@
147
171
AMTAR = @AMTAR@
148
172
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
173
ATKBRIDGE_CFLAGS = @ATKBRIDGE_CFLAGS@
 
174
ATKBRIDGE_LIBS = @ATKBRIDGE_LIBS@
 
175
ATK_CFLAGS = @ATK_CFLAGS@
 
176
ATK_LIBS = @ATK_LIBS@
149
177
ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
150
178
ATSPI2_LIBS = @ATSPI2_LIBS@
151
179
AUTOCONF = @AUTOCONF@
354
382
        cd $(top_builddir) && $(SHELL) ./config.status $@
355
383
install-autostartDATA: $(autostart_DATA)
356
384
        @$(NORMAL_INSTALL)
357
 
        test -z "$(autostartdir)" || $(MKDIR_P) "$(DESTDIR)$(autostartdir)"
358
385
        @list='$(autostart_DATA)'; test -n "$(autostartdir)" || list=; \
 
386
        if test -n "$$list"; then \
 
387
          echo " $(MKDIR_P) '$(DESTDIR)$(autostartdir)'"; \
 
388
          $(MKDIR_P) "$(DESTDIR)$(autostartdir)" || exit 1; \
 
389
        fi; \
359
390
        for p in $$list; do \
360
391
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
361
392
          echo "$$d$$p"; \
372
403
        dir='$(DESTDIR)$(autostartdir)'; $(am__uninstall_files_from_dir)
373
404
install-desktopDATA: $(desktop_DATA)
374
405
        @$(NORMAL_INSTALL)
375
 
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
376
406
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
407
        if test -n "$$list"; then \
 
408
          echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
 
409
          $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
 
410
        fi; \
377
411
        for p in $$list; do \
378
412
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379
413
          echo "$$d$$p"; \
390
424
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
391
425
 
392
426
# This directory's subdirectories are mostly independent; you can cd
393
 
# into them and run `make' without going through this Makefile.
394
 
# To change the values of `make' variables: instead of editing Makefiles,
395
 
# (1) if the variable is set in `config.status', edit `config.status'
396
 
#     (which will cause the Makefiles to be regenerated when you run `make');
397
 
# (2) otherwise, pass the desired values on the `make' command line.
398
 
$(RECURSIVE_TARGETS):
 
427
# into them and run 'make' without going through this Makefile.
 
428
# To change the values of 'make' variables: instead of editing Makefiles,
 
429
# (1) if the variable is set in 'config.status', edit 'config.status'
 
430
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
431
# (2) otherwise, pass the desired values on the 'make' command line.
 
432
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
399
433
        @fail= failcom='exit 1'; \
400
434
        for f in x $$MAKEFLAGS; do \
401
435
          case $$f in \
405
439
        done; \
406
440
        dot_seen=no; \
407
441
        target=`echo $@ | sed s/-recursive//`; \
408
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
442
        case "$@" in \
 
443
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
444
          *) list='$(SUBDIRS)' ;; \
 
445
        esac; \
 
446
        for subdir in $$list; do \
409
447
          echo "Making $$target in $$subdir"; \
410
448
          if test "$$subdir" = "."; then \
411
449
            dot_seen=yes; \
419
457
        if test "$$dot_seen" = "no"; then \
420
458
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
421
459
        fi; test -z "$$fail"
422
 
 
423
 
$(RECURSIVE_CLEAN_TARGETS):
424
 
        @fail= failcom='exit 1'; \
425
 
        for f in x $$MAKEFLAGS; do \
426
 
          case $$f in \
427
 
            *=* | --[!k]*);; \
428
 
            *k*) failcom='fail=yes';; \
429
 
          esac; \
430
 
        done; \
431
 
        dot_seen=no; \
432
 
        case "$@" in \
433
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
434
 
          *) list='$(SUBDIRS)' ;; \
435
 
        esac; \
436
 
        rev=''; for subdir in $$list; do \
437
 
          if test "$$subdir" = "."; then :; else \
438
 
            rev="$$subdir $$rev"; \
439
 
          fi; \
440
 
        done; \
441
 
        rev="$$rev ."; \
442
 
        target=`echo $@ | sed s/-recursive//`; \
443
 
        for subdir in $$rev; do \
444
 
          echo "Making $$target in $$subdir"; \
445
 
          if test "$$subdir" = "."; then \
446
 
            local_target="$$target-am"; \
447
 
          else \
448
 
            local_target="$$target"; \
449
 
          fi; \
450
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451
 
          || eval $$failcom; \
452
 
        done && test -z "$$fail"
453
460
tags-recursive:
454
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
462
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
458
465
        list='$(SUBDIRS)'; for subdir in $$list; do \
459
466
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
460
467
        done
 
468
cscopelist-recursive:
 
469
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
470
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
471
        done
461
472
 
462
473
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463
474
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
521
532
          && $(am__cd) $(top_srcdir) \
522
533
          && gtags -i $(GTAGS_ARGS) "$$here"
523
534
 
 
535
cscope: cscope.files
 
536
        test ! -s cscope.files \
 
537
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
538
 
 
539
clean-cscope:
 
540
        -rm -f cscope.files
 
541
 
 
542
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
543
 
 
544
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
545
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
546
        case "$(srcdir)" in \
 
547
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
548
          *) sdir=$(subdir)/$(srcdir) ;; \
 
549
        esac; \
 
550
        for i in $$list; do \
 
551
          if test -f "$$i"; then \
 
552
            echo "$(subdir)/$$i"; \
 
553
          else \
 
554
            echo "$$sdir/$$i"; \
 
555
          fi; \
 
556
        done >> $(top_builddir)/cscope.files
 
557
 
524
558
distclean-tags:
525
559
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
560
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
526
561
 
527
562
distdir: $(DISTFILES)
528
563
        $(am__remove_distdir)
558
593
        done
559
594
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560
595
          if test "$$subdir" = .; then :; else \
561
 
            test -d "$(distdir)/$$subdir" \
562
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
563
 
            || exit 1; \
564
 
          fi; \
565
 
        done
566
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
567
 
          if test "$$subdir" = .; then :; else \
 
596
            $(am__make_dryrun) \
 
597
              || test -d "$(distdir)/$$subdir" \
 
598
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
599
              || exit 1; \
568
600
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
569
601
            $(am__relativize); \
570
602
            new_distdir=$$reldir; \
596
628
        || chmod -R a+r "$(distdir)"
597
629
dist-gzip: distdir
598
630
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
599
 
        $(am__remove_distdir)
 
631
        $(am__post_remove_distdir)
600
632
 
601
633
dist-bzip2: distdir
602
634
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
603
 
        $(am__remove_distdir)
 
635
        $(am__post_remove_distdir)
604
636
 
605
637
dist-lzip: distdir
606
638
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
607
 
        $(am__remove_distdir)
608
 
 
609
 
dist-lzma: distdir
610
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
611
 
        $(am__remove_distdir)
 
639
        $(am__post_remove_distdir)
612
640
dist-xz: distdir
613
641
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
614
 
        $(am__remove_distdir)
 
642
        $(am__post_remove_distdir)
615
643
 
616
644
dist-tarZ: distdir
617
645
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
618
 
        $(am__remove_distdir)
 
646
        $(am__post_remove_distdir)
619
647
 
620
648
dist-shar: distdir
621
649
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
622
 
        $(am__remove_distdir)
 
650
        $(am__post_remove_distdir)
623
651
 
624
652
dist-zip: distdir
625
653
        -rm -f $(distdir).zip
626
654
        zip -rq $(distdir).zip $(distdir)
627
 
        $(am__remove_distdir)
 
655
        $(am__post_remove_distdir)
628
656
 
629
 
dist dist-all: distdir
630
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
631
 
        $(am__remove_distdir)
 
657
dist dist-all:
 
658
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
659
        $(am__post_remove_distdir)
632
660
 
633
661
# This target untars the dist file and tries a VPATH configuration.  Then
634
662
# it guarantees that the distribution is self-contained by making another
639
667
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
640
668
        *.tar.bz2*) \
641
669
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
642
 
        *.tar.lzma*) \
643
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
644
670
        *.tar.lz*) \
645
671
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
646
672
        *.tar.xz*) \
652
678
        *.zip*) \
653
679
          unzip $(distdir).zip ;;\
654
680
        esac
655
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
681
        chmod -R a-w $(distdir); chmod u+w $(distdir)
656
682
        mkdir $(distdir)/_build
657
683
        mkdir $(distdir)/_inst
658
684
        chmod a-w $(distdir)
686
712
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
687
713
          && cd "$$am__cwd" \
688
714
          || exit 1
689
 
        $(am__remove_distdir)
 
715
        $(am__post_remove_distdir)
690
716
        @(echo "$(distdir) archives ready for distribution: "; \
691
717
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
692
718
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
826
852
uninstall-am: uninstall-autostartDATA uninstall-desktopDATA
827
853
        @$(NORMAL_INSTALL)
828
854
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
829
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
830
 
        install-am install-data-am install-strip tags-recursive \
831
 
        uninstall-am
 
855
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
856
        cscopelist-recursive ctags-recursive install-am \
 
857
        install-data-am install-strip tags-recursive uninstall-am
832
858
 
833
859
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
834
 
        all all-am am--refresh check check-am clean clean-generic \
835
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
836
 
        dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
837
 
        dist-zip distcheck distclean distclean-generic distclean-tags \
838
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
839
 
        html-am info info-am install install-am install-autostartDATA \
840
 
        install-data install-data-am install-data-hook \
841
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
842
 
        install-exec-am install-html install-html-am install-info \
843
 
        install-info-am install-man install-pdf install-pdf-am \
844
 
        install-ps install-ps-am install-strip installcheck \
845
 
        installcheck-am installdirs installdirs-am maintainer-clean \
 
860
        all all-am am--refresh check check-am clean clean-cscope \
 
861
        clean-generic cscope cscopelist cscopelist-recursive ctags \
 
862
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
 
863
        dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
864
        distclean distclean-generic distclean-tags distcleancheck \
 
865
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
866
        info-am install install-am install-autostartDATA install-data \
 
867
        install-data-am install-data-hook install-desktopDATA \
 
868
        install-dvi install-dvi-am install-exec install-exec-am \
 
869
        install-html install-html-am install-info install-info-am \
 
870
        install-man install-pdf install-pdf-am install-ps \
 
871
        install-ps-am install-strip installcheck installcheck-am \
 
872
        installdirs installdirs-am maintainer-clean \
846
873
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
847
874
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
848
875
        uninstall-autostartDATA uninstall-desktopDATA uninstall-hook