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

« back to all changes in this revision

Viewing changes to share/extensions/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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
23
32
    case $$MAKEFLAGS in \
24
33
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
64
pkgdatadir = $(datadir)/@PACKAGE@
38
65
pkgincludedir = $(includedir)/@PACKAGE@
39
66
pkglibdir = $(libdir)/@PACKAGE@
53
80
build_triplet = @build@
54
81
host_triplet = @host@
55
82
subdir = share/extensions
56
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/mkinstalldirs README
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
86
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
59
87
        $(top_srcdir)/m4/ac_define_dir.m4 \
96
124
am__installdirs = "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(moduledir)" \
97
125
        "$(DESTDIR)$(otherstuffdir)"
98
126
SCRIPTS = $(extension_SCRIPTS)
 
127
AM_V_P = $(am__v_P_@AM_V@)
 
128
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
129
am__v_P_0 = false
 
130
am__v_P_1 = :
99
131
AM_V_GEN = $(am__v_GEN_@AM_V@)
100
132
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
133
am__v_GEN_0 = @echo "  GEN     " $@;
 
134
am__v_GEN_1 = 
102
135
AM_V_at = $(am__v_at_@AM_V@)
103
136
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104
137
am__v_at_0 = @
 
138
am__v_at_1 = 
105
139
SOURCES =
106
140
DIST_SOURCES =
107
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108
 
        html-recursive info-recursive install-data-recursive \
109
 
        install-dvi-recursive install-exec-recursive \
110
 
        install-html-recursive install-info-recursive \
111
 
        install-pdf-recursive install-ps-recursive install-recursive \
112
 
        installcheck-recursive installdirs-recursive pdf-recursive \
113
 
        ps-recursive uninstall-recursive
 
141
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
142
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
143
        install-data-recursive install-dvi-recursive \
 
144
        install-exec-recursive install-html-recursive \
 
145
        install-info-recursive install-pdf-recursive \
 
146
        install-ps-recursive install-recursive installcheck-recursive \
 
147
        installdirs-recursive pdf-recursive ps-recursive \
 
148
        tags-recursive uninstall-recursive
114
149
am__can_run_installinfo = \
115
150
  case $$AM_UPDATE_INFO_DIR in \
116
151
    n|no|NO) false;; \
119
154
DATA = $(module_DATA) $(otherstuff_DATA)
120
155
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121
156
  distclean-recursive maintainer-clean-recursive
122
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
157
am__recursive_targets = \
 
158
  $(RECURSIVE_TARGETS) \
 
159
  $(RECURSIVE_CLEAN_TARGETS) \
 
160
  $(am__extra_recursive_targets)
 
161
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
124
162
        distdir
 
163
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
164
# Read a list of newline-separated strings from the standard input,
 
165
# and print each of them once, without duplicates.  Input order is
 
166
# *not* preserved.
 
167
am__uniquify_input = $(AWK) '\
 
168
  BEGIN { nonempty = 0; } \
 
169
  { items[$$0] = 1; nonempty = 1; } \
 
170
  END { if (nonempty) { for (i in items) print i; }; } \
 
171
'
 
172
# Make sure the list of sources is unique.  This is necessary because,
 
173
# e.g., the same source file might be shared among _SOURCES variables
 
174
# for different programs/libraries.
 
175
am__define_uniq_tagged_files = \
 
176
  list='$(am__tagged_files)'; \
 
177
  unique=`for i in $$list; do \
 
178
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
179
  done | $(am__uniquify_input)`
125
180
ETAGS = etags
126
181
CTAGS = ctags
127
182
DIST_SUBDIRS = $(SUBDIRS)
264
319
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
265
320
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
266
321
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
322
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS@
 
323
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS@
267
324
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
268
325
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
269
326
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
663
720
              exit 1;; \
664
721
          esac; \
665
722
        done; \
666
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/extensions/Makefile'; \
 
723
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/extensions/Makefile'; \
667
724
        $(am__cd) $(top_srcdir) && \
668
 
          $(AUTOMAKE) --foreign share/extensions/Makefile
 
725
          $(AUTOMAKE) --gnu share/extensions/Makefile
669
726
.PRECIOUS: Makefile
670
727
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
671
728
        @case '$?' in \
763
820
        dir='$(DESTDIR)$(otherstuffdir)'; $(am__uninstall_files_from_dir)
764
821
 
765
822
# This directory's subdirectories are mostly independent; you can cd
766
 
# into them and run `make' without going through this Makefile.
767
 
# To change the values of `make' variables: instead of editing Makefiles,
768
 
# (1) if the variable is set in `config.status', edit `config.status'
769
 
#     (which will cause the Makefiles to be regenerated when you run `make');
770
 
# (2) otherwise, pass the desired values on the `make' command line.
771
 
$(RECURSIVE_TARGETS):
772
 
        @fail= failcom='exit 1'; \
773
 
        for f in x $$MAKEFLAGS; do \
774
 
          case $$f in \
775
 
            *=* | --[!k]*);; \
776
 
            *k*) failcom='fail=yes';; \
777
 
          esac; \
778
 
        done; \
 
823
# into them and run 'make' without going through this Makefile.
 
824
# To change the values of 'make' variables: instead of editing Makefiles,
 
825
# (1) if the variable is set in 'config.status', edit 'config.status'
 
826
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
827
# (2) otherwise, pass the desired values on the 'make' command line.
 
828
$(am__recursive_targets):
 
829
        @fail=; \
 
830
        if $(am__make_keepgoing); then \
 
831
          failcom='fail=yes'; \
 
832
        else \
 
833
          failcom='exit 1'; \
 
834
        fi; \
779
835
        dot_seen=no; \
780
836
        target=`echo $@ | sed s/-recursive//`; \
781
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
837
        case "$@" in \
 
838
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
839
          *) list='$(SUBDIRS)' ;; \
 
840
        esac; \
 
841
        for subdir in $$list; do \
782
842
          echo "Making $$target in $$subdir"; \
783
843
          if test "$$subdir" = "."; then \
784
844
            dot_seen=yes; \
793
853
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
794
854
        fi; test -z "$$fail"
795
855
 
796
 
$(RECURSIVE_CLEAN_TARGETS):
797
 
        @fail= failcom='exit 1'; \
798
 
        for f in x $$MAKEFLAGS; do \
799
 
          case $$f in \
800
 
            *=* | --[!k]*);; \
801
 
            *k*) failcom='fail=yes';; \
802
 
          esac; \
803
 
        done; \
804
 
        dot_seen=no; \
805
 
        case "$@" in \
806
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
807
 
          *) list='$(SUBDIRS)' ;; \
808
 
        esac; \
809
 
        rev=''; for subdir in $$list; do \
810
 
          if test "$$subdir" = "."; then :; else \
811
 
            rev="$$subdir $$rev"; \
812
 
          fi; \
813
 
        done; \
814
 
        rev="$$rev ."; \
815
 
        target=`echo $@ | sed s/-recursive//`; \
816
 
        for subdir in $$rev; do \
817
 
          echo "Making $$target in $$subdir"; \
818
 
          if test "$$subdir" = "."; then \
819
 
            local_target="$$target-am"; \
820
 
          else \
821
 
            local_target="$$target"; \
822
 
          fi; \
823
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
824
 
          || eval $$failcom; \
825
 
        done && test -z "$$fail"
826
 
tags-recursive:
827
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
828
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
829
 
        done
830
 
ctags-recursive:
831
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
832
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
833
 
        done
834
 
 
835
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
836
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
837
 
        unique=`for i in $$list; do \
838
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
839
 
          done | \
840
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
841
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
842
 
        mkid -fID $$unique
843
 
tags: TAGS
844
 
 
845
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
846
 
                $(TAGS_FILES) $(LISP)
 
856
ID: $(am__tagged_files)
 
857
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
858
tags: tags-recursive
 
859
TAGS: tags
 
860
 
 
861
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
847
862
        set x; \
848
863
        here=`pwd`; \
849
864
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
859
874
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
860
875
          fi; \
861
876
        done; \
862
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
863
 
        unique=`for i in $$list; do \
864
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
865
 
          done | \
866
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
867
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
877
        $(am__define_uniq_tagged_files); \
868
878
        shift; \
869
879
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
870
880
          test -n "$$unique" || unique=$$empty_fix; \
876
886
              $$unique; \
877
887
          fi; \
878
888
        fi
879
 
ctags: CTAGS
880
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
881
 
                $(TAGS_FILES) $(LISP)
882
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
883
 
        unique=`for i in $$list; do \
884
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
885
 
          done | \
886
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
887
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
889
ctags: ctags-recursive
 
890
 
 
891
CTAGS: ctags
 
892
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
893
        $(am__define_uniq_tagged_files); \
888
894
        test -z "$(CTAGS_ARGS)$$unique" \
889
895
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
890
896
             $$unique
893
899
        here=`$(am__cd) $(top_builddir) && pwd` \
894
900
          && $(am__cd) $(top_srcdir) \
895
901
          && gtags -i $(GTAGS_ARGS) "$$here"
 
902
cscopelist: cscopelist-recursive
 
903
 
 
904
cscopelist-am: $(am__tagged_files)
 
905
        list='$(am__tagged_files)'; \
 
906
        case "$(srcdir)" in \
 
907
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
908
          *) sdir=$(subdir)/$(srcdir) ;; \
 
909
        esac; \
 
910
        for i in $$list; do \
 
911
          if test -f "$$i"; then \
 
912
            echo "$(subdir)/$$i"; \
 
913
          else \
 
914
            echo "$$sdir/$$i"; \
 
915
          fi; \
 
916
        done >> $(top_builddir)/cscope.files
896
917
 
897
918
distclean-tags:
898
919
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1058
1079
uninstall-am: uninstall-extensionSCRIPTS uninstall-moduleDATA \
1059
1080
        uninstall-otherstuffDATA
1060
1081
 
1061
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1062
 
        install-am install-strip tags-recursive
 
1082
.MAKE: $(am__recursive_targets) install-am install-strip
1063
1083
 
1064
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1065
 
        all all-am check check-am clean clean-generic ctags \
1066
 
        ctags-recursive distclean distclean-generic distclean-tags \
1067
 
        distdir dvi dvi-am html html-am info info-am install \
1068
 
        install-am install-data install-data-am install-dvi \
1069
 
        install-dvi-am install-exec install-exec-am \
1070
 
        install-extensionSCRIPTS install-html install-html-am \
1071
 
        install-info install-info-am install-man install-moduleDATA \
1072
 
        install-otherstuffDATA install-pdf install-pdf-am install-ps \
1073
 
        install-ps-am install-strip installcheck installcheck-am \
1074
 
        installdirs installdirs-am maintainer-clean \
1075
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1076
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1077
 
        uninstall-extensionSCRIPTS uninstall-moduleDATA \
 
1084
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1085
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
1086
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
1087
        html html-am info info-am install install-am install-data \
 
1088
        install-data-am install-dvi install-dvi-am install-exec \
 
1089
        install-exec-am install-extensionSCRIPTS install-html \
 
1090
        install-html-am install-info install-info-am install-man \
 
1091
        install-moduleDATA install-otherstuffDATA install-pdf \
 
1092
        install-pdf-am install-ps install-ps-am install-strip \
 
1093
        installcheck installcheck-am installdirs installdirs-am \
 
1094
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1095
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
1096
        uninstall-am uninstall-extensionSCRIPTS uninstall-moduleDATA \
1078
1097
        uninstall-otherstuffDATA
1079
1098
 
1080
1099