~ubuntu-branches/ubuntu/natty/inkscape/natty

« back to all changes in this revision

Viewing changes to share/examples/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,
40
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
41
        $(top_srcdir)/m4/ac_define_dir.m4 \
42
42
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/relaytool.m4 \
43
 
        $(top_srcdir)/m4/ink_svn_snapshot_build.m4 \
 
43
        $(top_srcdir)/m4/ink_bzr_snapshot_build.m4 \
44
44
        $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
48
48
CONFIG_HEADER = $(top_builddir)/config.h
49
49
CONFIG_CLEAN_FILES =
50
50
CONFIG_CLEAN_VPATH_FILES =
 
51
AM_V_GEN = $(am__v_GEN_$(V))
 
52
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
53
am__v_GEN_0 = @echo "  GEN   " $@;
 
54
AM_V_at = $(am__v_at_$(V))
 
55
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_at_0 = @
51
57
SOURCES =
52
58
DIST_SOURCES =
53
59
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77
83
ACLOCAL = @ACLOCAL@
78
84
ALL_LINGUAS = @ALL_LINGUAS@
79
85
AMTAR = @AMTAR@
 
86
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
80
87
AUTOCONF = @AUTOCONF@
81
88
AUTOHEADER = @AUTOHEADER@
82
89
AUTOMAKE = @AUTOMAKE@
121
128
GREP = @GREP@
122
129
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
123
130
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
131
INKBOARD_CFLAGS = @INKBOARD_CFLAGS@
 
132
INKBOARD_LIBS = @INKBOARD_LIBS@
124
133
INKSCAPE_CFLAGS = @INKSCAPE_CFLAGS@
125
134
INKSCAPE_DATADIR = @INKSCAPE_DATADIR@
126
135
INKSCAPE_LIBS = @INKSCAPE_LIBS@
165
174
PERL_LIBS = @PERL_LIBS@
166
175
PKG_CONFIG = @PKG_CONFIG@
167
176
POFILES = @POFILES@
168
 
POPPLERNEW_CFLAGS = @POPPLERNEW_CFLAGS@
169
 
POPPLERNEW_LIBS = @POPPLERNEW_LIBS@
170
177
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
171
178
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
172
179
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
180
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
 
181
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
173
182
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
174
183
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
175
184
POPPLER_LIBS = @POPPLER_LIBS@
287
296
              exit 1;; \
288
297
          esac; \
289
298
        done; \
290
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/examples/Makefile'; \
 
299
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign share/examples/Makefile'; \
291
300
        $(am__cd) $(top_srcdir) && \
292
 
          $(AUTOMAKE) --gnu share/examples/Makefile
 
301
          $(AUTOMAKE) --foreign share/examples/Makefile
293
302
.PRECIOUS: Makefile
294
303
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295
304
        @case '$?' in \