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

« back to all changes in this revision

Viewing changes to share/extensions/test/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.
19
18
#TESTS = svgcalendar.test.py
20
19
# that is not working :-/
21
20
VPATH = @srcdir@
22
 
am__make_dryrun = \
23
 
  { \
24
 
    am__dry=no; \
 
21
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
22
am__make_running_with_option = \
 
23
  case $${target_option-} in \
 
24
      ?) ;; \
 
25
      *) echo "am__make_running_with_option: internal error: invalid" \
 
26
              "target option '$${target_option-}' specified" >&2; \
 
27
         exit 1;; \
 
28
  esac; \
 
29
  has_opt=no; \
 
30
  sane_makeflags=$$MAKEFLAGS; \
 
31
  if $(am__is_gnu_make); then \
 
32
    sane_makeflags=$$MFLAGS; \
 
33
  else \
25
34
    case $$MAKEFLAGS in \
26
35
      *\\[\ \   ]*) \
27
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29
 
      *) \
30
 
        for am__flg in $$MAKEFLAGS; do \
31
 
          case $$am__flg in \
32
 
            *=*|--*) ;; \
33
 
            *n*) am__dry=yes; break;; \
34
 
          esac; \
35
 
        done;; \
36
 
    esac; \
37
 
    test $$am__dry = yes; \
38
 
  }
 
36
        bs=\\; \
 
37
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
38
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
39
    esac; \
 
40
  fi; \
 
41
  skip_next=no; \
 
42
  strip_trailopt () \
 
43
  { \
 
44
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
45
  }; \
 
46
  for flg in $$sane_makeflags; do \
 
47
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
48
    case $$flg in \
 
49
      *=*|--*) continue;; \
 
50
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
51
      -*I?*) strip_trailopt 'I';; \
 
52
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
53
      -*O?*) strip_trailopt 'O';; \
 
54
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
55
      -*l?*) strip_trailopt 'l';; \
 
56
      -[dEDm]) skip_next=yes;; \
 
57
      -[JT]) skip_next=yes;; \
 
58
    esac; \
 
59
    case $$flg in \
 
60
      *$$target_option*) has_opt=yes; break;; \
 
61
    esac; \
 
62
  done; \
 
63
  test $$has_opt = yes
 
64
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
65
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39
66
pkgdatadir = $(datadir)/@PACKAGE@
40
67
pkgincludedir = $(includedir)/@PACKAGE@
41
68
pkglibdir = $(libdir)/@PACKAGE@
55
82
build_triplet = @build@
56
83
host_triplet = @host@
57
84
subdir = share/extensions/test
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(top_srcdir)/mkinstalldirs
59
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
88
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
61
89
        $(top_srcdir)/m4/ac_define_dir.m4 \
68
96
CONFIG_HEADER = $(top_builddir)/config.h
69
97
CONFIG_CLEAN_FILES =
70
98
CONFIG_CLEAN_VPATH_FILES =
 
99
AM_V_P = $(am__v_P_@AM_V@)
 
100
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
101
am__v_P_0 = false
 
102
am__v_P_1 = :
71
103
AM_V_GEN = $(am__v_GEN_@AM_V@)
72
104
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
73
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
105
am__v_GEN_0 = @echo "  GEN     " $@;
 
106
am__v_GEN_1 = 
74
107
AM_V_at = $(am__v_at_@AM_V@)
75
108
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
76
109
am__v_at_0 = @
 
110
am__v_at_1 = 
77
111
SOURCES =
78
112
DIST_SOURCES =
79
113
am__can_run_installinfo = \
81
115
    n|no|NO) false;; \
82
116
    *) (install-info --version) >/dev/null 2>&1;; \
83
117
  esac
 
118
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
84
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
120
ACLOCAL = @ACLOCAL@
86
121
ALL_LINGUAS = @ALL_LINGUAS@
195
230
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
196
231
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
197
232
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
233
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS@
 
234
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS@
198
235
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
199
236
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
200
237
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
336
373
              exit 1;; \
337
374
          esac; \
338
375
        done; \
339
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/extensions/test/Makefile'; \
 
376
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/extensions/test/Makefile'; \
340
377
        $(am__cd) $(top_srcdir) && \
341
 
          $(AUTOMAKE) --foreign share/extensions/test/Makefile
 
378
          $(AUTOMAKE) --gnu share/extensions/test/Makefile
342
379
.PRECIOUS: Makefile
343
380
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344
381
        @case '$?' in \
357
394
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358
395
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
396
$(am__aclocal_m4_deps):
360
 
tags: TAGS
361
 
TAGS:
362
 
 
363
 
ctags: CTAGS
364
 
CTAGS:
 
397
tags TAGS:
 
398
 
 
399
ctags CTAGS:
 
400
 
 
401
cscope cscopelist:
365
402
 
366
403
 
367
404
distdir: $(DISTFILES)
496
533
 
497
534
.MAKE: install-am install-strip
498
535
 
499
 
.PHONY: all all-am check check-am clean clean-generic distclean \
500
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
501
 
        install install-am install-data install-data-am install-dvi \
502
 
        install-dvi-am install-exec install-exec-am install-html \
503
 
        install-html-am install-info install-info-am install-man \
504
 
        install-pdf install-pdf-am install-ps install-ps-am \
505
 
        install-strip installcheck installcheck-am installdirs \
506
 
        maintainer-clean maintainer-clean-generic mostlyclean \
507
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
536
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
537
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
538
        html-am info info-am install install-am install-data \
 
539
        install-data-am install-dvi install-dvi-am install-exec \
 
540
        install-exec-am install-html install-html-am install-info \
 
541
        install-info-am install-man install-pdf install-pdf-am \
 
542
        install-ps install-ps-am install-strip installcheck \
 
543
        installcheck-am installdirs maintainer-clean \
 
544
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
545
        pdf-am ps ps-am tags-am uninstall uninstall-am
508
546
 
509
547
 
510
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.