~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to share/icons/application/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 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, 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-2013 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@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
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
 
  }
 
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))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = share/icons/application
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/mkinstalldirs
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
57
85
        $(top_srcdir)/m4/ac_define_dir.m4 \
64
92
CONFIG_HEADER = $(top_builddir)/config.h
65
93
CONFIG_CLEAN_FILES =
66
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
67
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
68
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
70
103
AM_V_at = $(am__v_at_@AM_V@)
71
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
105
am__v_at_0 = @
 
106
am__v_at_1 = 
73
107
SOURCES =
74
108
DIST_SOURCES =
75
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76
 
        html-recursive info-recursive install-data-recursive \
77
 
        install-dvi-recursive install-exec-recursive \
78
 
        install-html-recursive install-info-recursive \
79
 
        install-pdf-recursive install-ps-recursive install-recursive \
80
 
        installcheck-recursive installdirs-recursive pdf-recursive \
81
 
        ps-recursive uninstall-recursive
 
109
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
110
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
111
        install-data-recursive install-dvi-recursive \
 
112
        install-exec-recursive install-html-recursive \
 
113
        install-info-recursive install-pdf-recursive \
 
114
        install-ps-recursive install-recursive installcheck-recursive \
 
115
        installdirs-recursive pdf-recursive ps-recursive \
 
116
        tags-recursive uninstall-recursive
82
117
am__can_run_installinfo = \
83
118
  case $$AM_UPDATE_INFO_DIR in \
84
119
    n|no|NO) false;; \
86
121
  esac
87
122
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88
123
  distclean-recursive maintainer-clean-recursive
89
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
124
am__recursive_targets = \
 
125
  $(RECURSIVE_TARGETS) \
 
126
  $(RECURSIVE_CLEAN_TARGETS) \
 
127
  $(am__extra_recursive_targets)
 
128
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
91
129
        distdir
 
130
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
131
# Read a list of newline-separated strings from the standard input,
 
132
# and print each of them once, without duplicates.  Input order is
 
133
# *not* preserved.
 
134
am__uniquify_input = $(AWK) '\
 
135
  BEGIN { nonempty = 0; } \
 
136
  { items[$$0] = 1; nonempty = 1; } \
 
137
  END { if (nonempty) { for (i in items) print i; }; } \
 
138
'
 
139
# Make sure the list of sources is unique.  This is necessary because,
 
140
# e.g., the same source file might be shared among _SOURCES variables
 
141
# for different programs/libraries.
 
142
am__define_uniq_tagged_files = \
 
143
  list='$(am__tagged_files)'; \
 
144
  unique=`for i in $$list; do \
 
145
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
146
  done | $(am__uniquify_input)`
92
147
ETAGS = etags
93
148
CTAGS = ctags
94
149
DIST_SUBDIRS = $(SUBDIRS)
231
286
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
232
287
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
233
288
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
289
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS@
 
290
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS@
234
291
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
235
292
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
236
293
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
319
376
              exit 1;; \
320
377
          esac; \
321
378
        done; \
322
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/icons/application/Makefile'; \
 
379
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/icons/application/Makefile'; \
323
380
        $(am__cd) $(top_srcdir) && \
324
 
          $(AUTOMAKE) --foreign share/icons/application/Makefile
 
381
          $(AUTOMAKE) --gnu share/icons/application/Makefile
325
382
.PRECIOUS: Makefile
326
383
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327
384
        @case '$?' in \
342
399
$(am__aclocal_m4_deps):
343
400
 
344
401
# This directory's subdirectories are mostly independent; you can cd
345
 
# into them and run `make' without going through this Makefile.
346
 
# To change the values of `make' variables: instead of editing Makefiles,
347
 
# (1) if the variable is set in `config.status', edit `config.status'
348
 
#     (which will cause the Makefiles to be regenerated when you run `make');
349
 
# (2) otherwise, pass the desired values on the `make' command line.
350
 
$(RECURSIVE_TARGETS):
351
 
        @fail= failcom='exit 1'; \
352
 
        for f in x $$MAKEFLAGS; do \
353
 
          case $$f in \
354
 
            *=* | --[!k]*);; \
355
 
            *k*) failcom='fail=yes';; \
356
 
          esac; \
357
 
        done; \
 
402
# into them and run 'make' without going through this Makefile.
 
403
# To change the values of 'make' variables: instead of editing Makefiles,
 
404
# (1) if the variable is set in 'config.status', edit 'config.status'
 
405
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
406
# (2) otherwise, pass the desired values on the 'make' command line.
 
407
$(am__recursive_targets):
 
408
        @fail=; \
 
409
        if $(am__make_keepgoing); then \
 
410
          failcom='fail=yes'; \
 
411
        else \
 
412
          failcom='exit 1'; \
 
413
        fi; \
358
414
        dot_seen=no; \
359
415
        target=`echo $@ | sed s/-recursive//`; \
360
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
416
        case "$@" in \
 
417
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
418
          *) list='$(SUBDIRS)' ;; \
 
419
        esac; \
 
420
        for subdir in $$list; do \
361
421
          echo "Making $$target in $$subdir"; \
362
422
          if test "$$subdir" = "."; then \
363
423
            dot_seen=yes; \
372
432
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
373
433
        fi; test -z "$$fail"
374
434
 
375
 
$(RECURSIVE_CLEAN_TARGETS):
376
 
        @fail= failcom='exit 1'; \
377
 
        for f in x $$MAKEFLAGS; do \
378
 
          case $$f in \
379
 
            *=* | --[!k]*);; \
380
 
            *k*) failcom='fail=yes';; \
381
 
          esac; \
382
 
        done; \
383
 
        dot_seen=no; \
384
 
        case "$@" in \
385
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
386
 
          *) list='$(SUBDIRS)' ;; \
387
 
        esac; \
388
 
        rev=''; for subdir in $$list; do \
389
 
          if test "$$subdir" = "."; then :; else \
390
 
            rev="$$subdir $$rev"; \
391
 
          fi; \
392
 
        done; \
393
 
        rev="$$rev ."; \
394
 
        target=`echo $@ | sed s/-recursive//`; \
395
 
        for subdir in $$rev; do \
396
 
          echo "Making $$target in $$subdir"; \
397
 
          if test "$$subdir" = "."; then \
398
 
            local_target="$$target-am"; \
399
 
          else \
400
 
            local_target="$$target"; \
401
 
          fi; \
402
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403
 
          || eval $$failcom; \
404
 
        done && test -z "$$fail"
405
 
tags-recursive:
406
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408
 
        done
409
 
ctags-recursive:
410
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412
 
        done
413
 
 
414
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416
 
        unique=`for i in $$list; do \
417
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
 
          done | \
419
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
 
        mkid -fID $$unique
422
 
tags: TAGS
423
 
 
424
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425
 
                $(TAGS_FILES) $(LISP)
 
435
ID: $(am__tagged_files)
 
436
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
437
tags: tags-recursive
 
438
TAGS: tags
 
439
 
 
440
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
426
441
        set x; \
427
442
        here=`pwd`; \
428
443
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438
453
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439
454
          fi; \
440
455
        done; \
441
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
 
        unique=`for i in $$list; do \
443
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
 
          done | \
445
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        $(am__define_uniq_tagged_files); \
447
457
        shift; \
448
458
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449
459
          test -n "$$unique" || unique=$$empty_fix; \
455
465
              $$unique; \
456
466
          fi; \
457
467
        fi
458
 
ctags: CTAGS
459
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460
 
                $(TAGS_FILES) $(LISP)
461
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462
 
        unique=`for i in $$list; do \
463
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
 
          done | \
465
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
468
ctags: ctags-recursive
 
469
 
 
470
CTAGS: ctags
 
471
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
472
        $(am__define_uniq_tagged_files); \
467
473
        test -z "$(CTAGS_ARGS)$$unique" \
468
474
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469
475
             $$unique
472
478
        here=`$(am__cd) $(top_builddir) && pwd` \
473
479
          && $(am__cd) $(top_srcdir) \
474
480
          && gtags -i $(GTAGS_ARGS) "$$here"
 
481
cscopelist: cscopelist-recursive
 
482
 
 
483
cscopelist-am: $(am__tagged_files)
 
484
        list='$(am__tagged_files)'; \
 
485
        case "$(srcdir)" in \
 
486
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
487
          *) sdir=$(subdir)/$(srcdir) ;; \
 
488
        esac; \
 
489
        for i in $$list; do \
 
490
          if test -f "$$i"; then \
 
491
            echo "$(subdir)/$$i"; \
 
492
          else \
 
493
            echo "$$sdir/$$i"; \
 
494
          fi; \
 
495
        done >> $(top_builddir)/cscope.files
475
496
 
476
497
distclean-tags:
477
498
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
634
655
uninstall-am:
635
656
        @$(NORMAL_INSTALL)
636
657
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
637
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
638
 
        install-am install-data-am install-strip tags-recursive \
639
 
        uninstall-am
 
658
.MAKE: $(am__recursive_targets) install-am install-data-am \
 
659
        install-strip uninstall-am
640
660
 
641
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
642
 
        all all-am check check-am clean clean-generic ctags \
643
 
        ctags-recursive distclean distclean-generic distclean-tags \
644
 
        distdir dvi dvi-am html html-am info info-am install \
645
 
        install-am install-data install-data-am install-data-hook \
646
 
        install-dvi install-dvi-am install-exec install-exec-am \
647
 
        install-html install-html-am install-info install-info-am \
648
 
        install-man install-pdf install-pdf-am install-ps \
649
 
        install-ps-am install-strip installcheck installcheck-am \
650
 
        installdirs installdirs-am maintainer-clean \
651
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
652
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
653
 
        uninstall-hook
 
661
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
662
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
663
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
664
        html html-am info info-am install install-am install-data \
 
665
        install-data-am install-data-hook install-dvi install-dvi-am \
 
666
        install-exec install-exec-am install-html install-html-am \
 
667
        install-info install-info-am install-man install-pdf \
 
668
        install-pdf-am install-ps install-ps-am install-strip \
 
669
        installcheck installcheck-am installdirs installdirs-am \
 
670
        maintainer-clean maintainer-clean-generic mostlyclean \
 
671
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
672
        uninstall-am uninstall-hook
654
673
 
655
674
 
656
675
install-data-hook: update-icon-cache