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

« back to all changes in this revision

Viewing changes to share/extensions/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
43
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
44
        $(top_srcdir)/m4/ac_define_dir.m4 \
45
45
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/relaytool.m4 \
46
 
        $(top_srcdir)/m4/ink_svn_snapshot_build.m4 \
 
46
        $(top_srcdir)/m4/ink_bzr_snapshot_build.m4 \
47
47
        $(top_srcdir)/configure.ac
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)
51
51
CONFIG_HEADER = $(top_builddir)/config.h
52
52
CONFIG_CLEAN_FILES =
53
53
CONFIG_CLEAN_VPATH_FILES =
 
54
AM_V_GEN = $(am__v_GEN_$(V))
 
55
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_GEN_0 = @echo "  GEN   " $@;
 
57
AM_V_at = $(am__v_at_$(V))
 
58
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_at_0 = @
54
60
SOURCES =
55
61
DIST_SOURCES =
56
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
63
ACLOCAL = @ACLOCAL@
58
64
ALL_LINGUAS = @ALL_LINGUAS@
59
65
AMTAR = @AMTAR@
 
66
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60
67
AUTOCONF = @AUTOCONF@
61
68
AUTOHEADER = @AUTOHEADER@
62
69
AUTOMAKE = @AUTOMAKE@
101
108
GREP = @GREP@
102
109
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
103
110
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
111
INKBOARD_CFLAGS = @INKBOARD_CFLAGS@
 
112
INKBOARD_LIBS = @INKBOARD_LIBS@
104
113
INKSCAPE_CFLAGS = @INKSCAPE_CFLAGS@
105
114
INKSCAPE_DATADIR = @INKSCAPE_DATADIR@
106
115
INKSCAPE_LIBS = @INKSCAPE_LIBS@
145
154
PERL_LIBS = @PERL_LIBS@
146
155
PKG_CONFIG = @PKG_CONFIG@
147
156
POFILES = @POFILES@
148
 
POPPLERNEW_CFLAGS = @POPPLERNEW_CFLAGS@
149
 
POPPLERNEW_LIBS = @POPPLERNEW_LIBS@
150
157
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
151
158
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
152
159
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
160
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
 
161
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
153
162
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
154
163
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
155
164
POPPLER_LIBS = @POPPLER_LIBS@
287
296
              exit 1;; \
288
297
          esac; \
289
298
        done; \
290
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/extensions/test/Makefile'; \
 
299
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/extensions/test/Makefile'; \
291
300
        $(am__cd) $(top_srcdir) && \
292
 
          $(AUTOMAKE) --gnu share/extensions/test/Makefile
 
301
          $(AUTOMAKE) --foreign share/extensions/test/Makefile
293
302
.PRECIOUS: Makefile
294
303
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295
304
        @case '$?' in \