~valavanisalex/ubuntu/raring/inkscape/fix-1091308

« back to all changes in this revision

Viewing changes to share/patterns/Makefile.in

  • Committer: Alex Valavanis
  • Date: 2012-12-19 14:10:19 UTC
  • mfrom: (1.6.4)
  • Revision ID: valavanisalex@gmail.com-20121219141019-r4hpkjmvjrxqzm1h
* New upstream release (LP: #1091308).  Fixes several Ubuntu bugs:
  - Inkscape crashed with SIGSEGV in getObject() (LP: #941317)
  - Inkscape crashed with SIGSEGV in 
    Inkscape::Extension::Implementation::Script::effect() (LP: #944077)
  - Inkscape crashed with SIGSEGV in 
    Inkscape::Extension::Output::get_extension() (LP: #973174)
  - Overlay scrollbars causing input boxes to be small (LP: #946631)
* Drop 03_track_libpoppler25_abi_changes.patch: applied upstream

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.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
56
73
am__v_at_0 = @
57
74
SOURCES =
58
75
DIST_SOURCES =
 
76
am__can_run_installinfo = \
 
77
  case $$AM_UPDATE_INFO_DIR in \
 
78
    n|no|NO) false;; \
 
79
    *) (install-info --version) >/dev/null 2>&1;; \
 
80
  esac
59
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
82
am__vpath_adj = case $$p in \
61
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
204
226
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
205
227
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
206
228
POPPLER_LIBS = @POPPLER_LIBS@
 
229
POPPLER_NEWERRORAPI_CFLAGS = @POPPLER_NEWERRORAPI_CFLAGS@
 
230
POPPLER_NEWERRORAPI_LIBS = @POPPLER_NEWERRORAPI_LIBS@
207
231
POSUB = @POSUB@
208
232
POW_LIB = @POW_LIB@
209
233
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
290
314
              exit 1;; \
291
315
          esac; \
292
316
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/patterns/Makefile'; \
 
317
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/patterns/Makefile'; \
294
318
        $(am__cd) $(top_srcdir) && \
295
 
          $(AUTOMAKE) --gnu share/patterns/Makefile
 
319
          $(AUTOMAKE) --foreign share/patterns/Makefile
296
320
.PRECIOUS: Makefile
297
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
322
        @case '$?' in \
313
337
$(am__aclocal_m4_deps):
314
338
install-patternsDATA: $(patterns_DATA)
315
339
        @$(NORMAL_INSTALL)
316
 
        test -z "$(patternsdir)" || $(MKDIR_P) "$(DESTDIR)$(patternsdir)"
317
340
        @list='$(patterns_DATA)'; test -n "$(patternsdir)" || list=; \
 
341
        if test -n "$$list"; then \
 
342
          echo " $(MKDIR_P) '$(DESTDIR)$(patternsdir)'"; \
 
343
          $(MKDIR_P) "$(DESTDIR)$(patternsdir)" || exit 1; \
 
344
        fi; \
318
345
        for p in $$list; do \
319
346
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
320
347
          echo "$$d$$p"; \