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

1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1.1 by Guido Guenther
Import upstream version 0.43
2
# @configure_input@
3
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
1.1.1 by Guido Guenther
Import upstream version 0.43
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
17
VPATH = @srcdir@
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
am__make_running_with_option = \
20
  case $${target_option-} in \
21
      ?) ;; \
22
      *) echo "am__make_running_with_option: internal error: invalid" \
23
              "target option '$${target_option-}' specified" >&2; \
24
         exit 1;; \
25
  esac; \
26
  has_opt=no; \
27
  sane_makeflags=$$MAKEFLAGS; \
28
  if $(am__is_gnu_make); then \
29
    sane_makeflags=$$MFLAGS; \
30
  else \
1.6.4 by Alexander Valavanis
Import upstream version 0.48.4
31
    case $$MAKEFLAGS in \
32
      *\\[\ \	]*) \
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
33
        bs=\\; \
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36
    esac; \
37
  fi; \
38
  skip_next=no; \
39
  strip_trailopt () \
40
  { \
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
  }; \
43
  for flg in $$sane_makeflags; do \
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
45
    case $$flg in \
46
      *=*|--*) continue;; \
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
48
      -*I?*) strip_trailopt 'I';; \
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
50
      -*O?*) strip_trailopt 'O';; \
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
52
      -*l?*) strip_trailopt 'l';; \
53
      -[dEDm]) skip_next=yes;; \
54
      -[JT]) skip_next=yes;; \
55
    esac; \
56
    case $$flg in \
57
      *$$target_option*) has_opt=yes; break;; \
58
    esac; \
59
  done; \
60
  test $$has_opt = yes
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1.1 by Guido Guenther
Import upstream version 0.43
63
pkgdatadir = $(datadir)/@PACKAGE@
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
64
pkgincludedir = $(includedir)/@PACKAGE@
1.1.1 by Guido Guenther
Import upstream version 0.43
65
pkglibdir = $(libdir)/@PACKAGE@
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1.1 by Guido Guenther
Import upstream version 0.43
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68
install_sh_DATA = $(install_sh) -c -m 644
69
install_sh_PROGRAM = $(install_sh) -c
70
install_sh_SCRIPT = $(install_sh) -c
71
INSTALL_HEADER = $(INSTALL_DATA)
72
transform = $(program_transform_name)
73
NORMAL_INSTALL = :
74
PRE_INSTALL = :
75
POST_INSTALL = :
76
NORMAL_UNINSTALL = :
77
PRE_UNINSTALL = :
78
POST_UNINSTALL = :
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
79
build_triplet = @build@
1.1.1 by Guido Guenther
Import upstream version 0.43
80
host_triplet = @host@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
81
subdir = share/templates
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
	$(top_srcdir)/mkinstalldirs README
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
86
	$(top_srcdir)/m4/ac_define_dir.m4 \
87
	$(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/relaytool.m4 \
1.4.3 by Wolfram Quester
Import upstream version 0.48.0
88
	$(top_srcdir)/m4/ink_bzr_snapshot_build.m4 \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
89
	$(top_srcdir)/configure.ac
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
	$(ACLOCAL_M4)
92
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93
CONFIG_HEADER = $(top_builddir)/config.h
94
CONFIG_CLEAN_FILES =
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
95
CONFIG_CLEAN_VPATH_FILES =
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
96
AM_V_P = $(am__v_P_@AM_V@)
97
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98
am__v_P_0 = false
99
am__v_P_1 = :
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
100
AM_V_GEN = $(am__v_GEN_@AM_V@)
101
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
102
am__v_GEN_0 = @echo "  GEN     " $@;
103
am__v_GEN_1 = 
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
104
AM_V_at = $(am__v_at_@AM_V@)
105
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1.4.3 by Wolfram Quester
Import upstream version 0.48.0
106
am__v_at_0 = @
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
107
am__v_at_1 = 
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
108
SOURCES =
109
DIST_SOURCES =
1.6.4 by Alexander Valavanis
Import upstream version 0.48.4
110
am__can_run_installinfo = \
111
  case $$AM_UPDATE_INFO_DIR in \
112
    n|no|NO) false;; \
113
    *) (install-info --version) >/dev/null 2>&1;; \
114
  esac
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
115
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116
am__vpath_adj = case $$p in \
117
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
118
    *) f=$$p;; \
119
  esac;
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
120
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121
am__install_max = 40
122
am__nobase_strip_setup = \
123
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124
am__nobase_strip = \
125
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
126
am__nobase_list = $(am__nobase_strip_setup); \
127
  for p in $$list; do echo "$$p $$p"; done | \
128
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130
    if (++n[$$2] == $(am__install_max)) \
131
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132
    END { for (dir in files) print dir, files[dir] }'
133
am__base_list = \
134
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
136
am__uninstall_files_from_dir = { \
137
  test -z "$$files" \
138
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
139
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
140
         $(am__cd) "$$dir" && rm -f $$files; }; \
141
  }
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
142
am__installdirs = "$(DESTDIR)$(templatesdir)"
143
DATA = $(templates_DATA)
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
144
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
145
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.1 by Guido Guenther
Import upstream version 0.43
146
ACLOCAL = @ACLOCAL@
2.1.1 by Wolfram Quester
* new upstream version. New features include:
147
ALL_LINGUAS = @ALL_LINGUAS@
1.1.1 by Guido Guenther
Import upstream version 0.43
148
AMTAR = @AMTAR@
1.4.3 by Wolfram Quester
Import upstream version 0.48.0
149
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1.1 by Guido Guenther
Import upstream version 0.43
150
AUTOCONF = @AUTOCONF@
151
AUTOHEADER = @AUTOHEADER@
152
AUTOMAKE = @AUTOMAKE@
153
AWK = @AWK@
1.1.4 by Sebastien Bacher
Import upstream version 0.45
154
CAIRO_PDF_CFLAGS = @CAIRO_PDF_CFLAGS@
155
CAIRO_PDF_LIBS = @CAIRO_PDF_LIBS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
156
CAIRO_SVG_CFLAGS = @CAIRO_SVG_CFLAGS@
157
CAIRO_SVG_LIBS = @CAIRO_SVG_LIBS@
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
158
CAIRO_USER_FONTS_CFLAGS = @CAIRO_USER_FONTS_CFLAGS@
159
CAIRO_USER_FONTS_LIBS = @CAIRO_USER_FONTS_LIBS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
160
CARBON_LDFLAGS = @CARBON_LDFLAGS@
1.1.1 by Guido Guenther
Import upstream version 0.43
161
CATALOGS = @CATALOGS@
162
CATOBJEXT = @CATOBJEXT@
163
CC = @CC@
164
CCAS = @CCAS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
165
CCASDEPMODE = @CCASDEPMODE@
1.1.1 by Guido Guenther
Import upstream version 0.43
166
CCASFLAGS = @CCASFLAGS@
167
CCDEPMODE = @CCDEPMODE@
168
CFLAGS = @CFLAGS@
169
CPPFLAGS = @CPPFLAGS@
170
CXX = @CXX@
171
CXXCPP = @CXXCPP@
172
CXXDEPMODE = @CXXDEPMODE@
173
CXXFLAGS = @CXXFLAGS@
174
CYGPATH_W = @CYGPATH_W@
175
DATADIRNAME = @DATADIRNAME@
176
DEFS = @DEFS@
177
DEPDIR = @DEPDIR@
178
ECHO_C = @ECHO_C@
179
ECHO_N = @ECHO_N@
180
ECHO_T = @ECHO_T@
181
EGREP = @EGREP@
182
EXEEXT = @EXEEXT@
183
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
184
FREETYPE_CONFIG = @FREETYPE_CONFIG@
185
FREETYPE_LIBS = @FREETYPE_LIBS@
186
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
187
GMOFILES = @GMOFILES@
188
GMSGFMT = @GMSGFMT@
189
GNOME_VFS_CFLAGS = @GNOME_VFS_CFLAGS@
190
GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
191
GREP = @GREP@
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
192
GTKMM_2_22_CFLAGS = @GTKMM_2_22_CFLAGS@
193
GTKMM_2_22_LIBS = @GTKMM_2_22_LIBS@
194
GTKMM_2_24_CFLAGS = @GTKMM_2_24_CFLAGS@
195
GTKMM_2_24_LIBS = @GTKMM_2_24_LIBS@
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
196
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
197
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
1.4.3 by Wolfram Quester
Import upstream version 0.48.0
198
INKBOARD_CFLAGS = @INKBOARD_CFLAGS@
199
INKBOARD_LIBS = @INKBOARD_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
200
INKSCAPE_CFLAGS = @INKSCAPE_CFLAGS@
201
INKSCAPE_DATADIR = @INKSCAPE_DATADIR@
202
INKSCAPE_LIBS = @INKSCAPE_LIBS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
203
INSTALL = @INSTALL@
1.1.1 by Guido Guenther
Import upstream version 0.43
204
INSTALL_DATA = @INSTALL_DATA@
205
INSTALL_PROGRAM = @INSTALL_PROGRAM@
206
INSTALL_SCRIPT = @INSTALL_SCRIPT@
207
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208
INSTOBJEXT = @INSTOBJEXT@
209
INTLLIBS = @INTLLIBS@
210
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
211
INTLTOOL_MERGE = @INTLTOOL_MERGE@
212
INTLTOOL_PERL = @INTLTOOL_PERL@
213
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
214
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
215
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
216
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
217
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
218
LCMS2_CFLAGS = @LCMS2_CFLAGS@
219
LCMS2_LIBS = @LCMS2_LIBS@
1.1.2 by Martin Pitt
Import upstream version 0.44
220
LCMS_CFLAGS = @LCMS_CFLAGS@
221
LCMS_LIBS = @LCMS_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
222
LDFLAGS = @LDFLAGS@
223
LIBOBJS = @LIBOBJS@
224
LIBS = @LIBS@
1.6.1 by Alex Valavanis
Import upstream version 0.48.2
225
LIBWPG01_CFLAGS = @LIBWPG01_CFLAGS@
226
LIBWPG01_LIBS = @LIBWPG01_LIBS@
227
LIBWPG02_CFLAGS = @LIBWPG02_CFLAGS@
228
LIBWPG02_LIBS = @LIBWPG02_LIBS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
229
LIBWPG_CFLAGS = @LIBWPG_CFLAGS@
230
LIBWPG_LIBS = @LIBWPG_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
231
LTLIBOBJS = @LTLIBOBJS@
232
MAKEINFO = @MAKEINFO@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
233
MKDIR_P = @MKDIR_P@
1.1.1 by Guido Guenther
Import upstream version 0.43
234
MKINSTALLDIRS = @MKINSTALLDIRS@
235
MSGFMT = @MSGFMT@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
236
MSGFMT_OPTS = @MSGFMT_OPTS@
24 by Matthias Klose
* Fix build failure with new upstream glib-2.0.
237
MSGMERGE = @MSGMERGE@
1.6.3 by Alex Valavanis
Import upstream version 0.48.3.1
238
NEW_GLIBMM_CFLAGS = @NEW_GLIBMM_CFLAGS@
239
NEW_GLIBMM_LIBS = @NEW_GLIBMM_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
240
OBJEXT = @OBJEXT@
241
PACKAGE = @PACKAGE@
242
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243
PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
244
PACKAGE_NAME = @PACKAGE_NAME@
245
PACKAGE_STRING = @PACKAGE_STRING@
246
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
247
PACKAGE_URL = @PACKAGE_URL@
1.1.1 by Guido Guenther
Import upstream version 0.43
248
PACKAGE_VERSION = @PACKAGE_VERSION@
249
PATH_SEPARATOR = @PATH_SEPARATOR@
250
PERL_CFLAGS = @PERL_CFLAGS@
1.1.4 by Sebastien Bacher
Import upstream version 0.45
251
PERL_LIBS = @PERL_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
252
PKG_CONFIG = @PKG_CONFIG@
49 by Alexander Valavanis
* New upstream version (LP: #710619). Fixes several Ubuntu bugs:
253
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
254
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.1.1 by Guido Guenther
Import upstream version 0.43
255
POFILES = @POFILES@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
256
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
257
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
258
POPPLER_CFLAGS = @POPPLER_CFLAGS@
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
259
POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_CFLAGS@
260
POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS = @POPPLER_EVEN_NEWER_COLOR_SPACE_API_LIBS@
1.4.3 by Wolfram Quester
Import upstream version 0.48.0
261
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
262
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
263
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
264
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
265
POPPLER_LIBS = @POPPLER_LIBS@
1.6.4 by Alexander Valavanis
Import upstream version 0.48.4
266
POPPLER_NEWERRORAPI_CFLAGS = @POPPLER_NEWERRORAPI_CFLAGS@
267
POPPLER_NEWERRORAPI_LIBS = @POPPLER_NEWERRORAPI_LIBS@
1.1.1 by Guido Guenther
Import upstream version 0.43
268
POSUB = @POSUB@
269
POW_LIB = @POW_LIB@
270
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
271
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
272
PYTHON_CFLAGS = @PYTHON_CFLAGS@
273
PYTHON_LIBS = @PYTHON_LIBS@
274
RANLIB = @RANLIB@
275
SET_MAKE = @SET_MAKE@
276
SHELL = @SHELL@
277
STRIP = @STRIP@
278
USE_NLS = @USE_NLS@
279
VERSION = @VERSION@
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
280
WIN32_CFLAGS = @WIN32_CFLAGS@
1.1.1 by Guido Guenther
Import upstream version 0.43
281
XGETTEXT = @XGETTEXT@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
282
abs_builddir = @abs_builddir@
283
abs_srcdir = @abs_srcdir@
284
abs_top_builddir = @abs_top_builddir@
285
abs_top_srcdir = @abs_top_srcdir@
1.1.1 by Guido Guenther
Import upstream version 0.43
286
ac_ct_CC = @ac_ct_CC@
287
ac_ct_CXX = @ac_ct_CXX@
288
am__include = @am__include@
289
am__leading_dot = @am__leading_dot@
290
am__quote = @am__quote@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
291
am__tar = @am__tar@
292
am__untar = @am__untar@
1.1.1 by Guido Guenther
Import upstream version 0.43
293
bindir = @bindir@
294
build = @build@
295
build_alias = @build_alias@
296
build_cpu = @build_cpu@
297
build_os = @build_os@
298
build_vendor = @build_vendor@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
299
builddir = @builddir@
1.1.1 by Guido Guenther
Import upstream version 0.43
300
datadir = @datadir@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
301
datarootdir = @datarootdir@
302
docdir = @docdir@
303
dvidir = @dvidir@
1.1.1 by Guido Guenther
Import upstream version 0.43
304
exec_prefix = @exec_prefix@
305
host = @host@
306
host_alias = @host_alias@
307
host_cpu = @host_cpu@
308
host_os = @host_os@
309
host_vendor = @host_vendor@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
310
htmldir = @htmldir@
1.1.1 by Guido Guenther
Import upstream version 0.43
311
includedir = @includedir@
312
infodir = @infodir@
313
install_sh = @install_sh@
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
314
intltool__v_merge_options_ = @intltool__v_merge_options_@
315
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
1.1.1 by Guido Guenther
Import upstream version 0.43
316
libdir = @libdir@
317
libexecdir = @libexecdir@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
318
localedir = @localedir@
1.1.1 by Guido Guenther
Import upstream version 0.43
319
localstatedir = @localstatedir@
320
mandir = @mandir@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
321
mkdir_p = @mkdir_p@
1.1.1 by Guido Guenther
Import upstream version 0.43
322
oldincludedir = @oldincludedir@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
323
pdfdir = @pdfdir@
1.1.1 by Guido Guenther
Import upstream version 0.43
324
prefix = @prefix@
325
program_transform_name = @program_transform_name@
18 by Chris Cheney
* Merge from debian unstable, remaining changes:
326
psdir = @psdir@
1.1.1 by Guido Guenther
Import upstream version 0.43
327
sbindir = @sbindir@
328
sharedstatedir = @sharedstatedir@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
329
srcdir = @srcdir@
1.1.1 by Guido Guenther
Import upstream version 0.43
330
sysconfdir = @sysconfdir@
331
target_alias = @target_alias@
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
332
top_build_prefix = @top_build_prefix@
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
333
top_builddir = @top_builddir@
334
top_srcdir = @top_srcdir@
1.1.1 by Guido Guenther
Import upstream version 0.43
335
templatesdir = $(datadir)/inkscape/templates
336
templates_DATA = \
337
	README \
338
	A4_landscape.svg \
339
	A4.svg \
340
	black_opaque.svg \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
341
	white_opaque.svg \
342
	business_card_85x54mm.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
343
	business_card_90x50mm.svg \
344
	CD_cover_300dpi.svg \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
345
	DVD_cover_regular_300dpi.svg \
346
	DVD_cover_slim_300dpi.svg \
347
	DVD_cover_superslim_300dpi.svg \
348
	DVD_cover_ultraslim_300dpi.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
349
	default.svg \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
350
	default.be.svg \
1.1.2 by Martin Pitt
Import upstream version 0.44
351
	default.ca.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
352
	default.cs.svg \
353
	default.de.svg \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
354
	default.eo.svg \
1.1.7 by Ted Gould
Import upstream version 0.46
355
	default.eu.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
356
	default.es.svg \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
357
	default.fi.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
358
	default.fr.svg \
359
	default.hu.svg \
360
	default.it.svg \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
361
	default.ja.svg \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
362
	default.lt.svg \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
363
	default.nl.svg \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
364
        default.pl.svg \
365
	default.pt_BR.svg \
1.1.5 by Bryce Harrington
Import upstream version 0.45.1
366
	default.sk.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
367
	default_mm.svg \
368
	default_pt.svg \
369
	desktop_1024x768.svg \
370
	desktop_1600x1200.svg \
371
	desktop_640x480.svg \
372
	desktop_800x600.svg \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
373
	fontforge_glyph.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
374
	icon_16x16.svg \
375
	icon_32x32.svg \
376
	icon_48x48.svg \
377
	icon_64x64.svg \
378
	Letter_landscape.svg \
379
	Letter.svg \
380
	no_borders.svg \
381
	no_layers.svg \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
382
	video_HDTV_1920x1080.svg \
383
	video_NTSC_720x486.svg \
384
	video_PAL_720x576.svg \
1.1.1 by Guido Guenther
Import upstream version 0.43
385
	web_banner_468x60.svg \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
386
	web_banner_728x90.svg \
387
	LaTeX_Beamer.svg
1.1.2 by Martin Pitt
Import upstream version 0.44
388
1.1.1 by Guido Guenther
Import upstream version 0.43
389
EXTRA_DIST = $(templates_DATA)
390
all: all-am
391
392
.SUFFIXES:
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
393
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
394
	@for dep in $?; do \
395
	  case '$(am__configure_deps)' in \
396
	    *$$dep*) \
1.1.8 by Kees Cook
Import upstream version 0.47~pre0
397
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
399
	      exit 1;; \
400
	  esac; \
401
	done; \
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
402
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/templates/Makefile'; \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
403
	$(am__cd) $(top_srcdir) && \
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
404
	  $(AUTOMAKE) --gnu share/templates/Makefile
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
405
.PRECIOUS: Makefile
406
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407
	@case '$?' in \
408
	  *config.status*) \
409
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410
	  *) \
411
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
412
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
413
	esac;
414
415
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418
$(top_srcdir)/configure:  $(am__configure_deps)
419
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
422
$(am__aclocal_m4_deps):
1.1.1 by Guido Guenther
Import upstream version 0.43
423
install-templatesDATA: $(templates_DATA)
424
	@$(NORMAL_INSTALL)
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
425
	@list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
1.6.4 by Alexander Valavanis
Import upstream version 0.48.4
426
	if test -n "$$list"; then \
427
	  echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \
428
	  $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \
429
	fi; \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
430
	for p in $$list; do \
1.1.1 by Guido Guenther
Import upstream version 0.43
431
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
432
	  echo "$$d$$p"; \
433
	done | $(am__base_list) | \
434
	while read files; do \
435
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \
436
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \
1.1.1 by Guido Guenther
Import upstream version 0.43
437
	done
438
439
uninstall-templatesDATA:
440
	@$(NORMAL_UNINSTALL)
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
441
	@list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
442
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
443
	dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir)
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
444
tags TAGS:
445
446
ctags CTAGS:
447
448
cscope cscopelist:
1.1.1 by Guido Guenther
Import upstream version 0.43
449
450
451
distdir: $(DISTFILES)
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
452
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454
	list='$(DISTFILES)'; \
455
	  dist_files=`for file in $$list; do echo $$file; done | \
456
	  sed -e "s|^$$srcdirstrip/||;t" \
457
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
458
	case $$dist_files in \
459
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
460
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
461
			   sort -u` ;; \
462
	esac; \
463
	for file in $$dist_files; do \
1.1.1 by Guido Guenther
Import upstream version 0.43
464
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465
	  if test -d $$d/$$file; then \
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
466
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
467
	    if test -d "$(distdir)/$$file"; then \
468
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469
	    fi; \
1.1.1 by Guido Guenther
Import upstream version 0.43
470
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
471
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
472
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1.1 by Guido Guenther
Import upstream version 0.43
473
	    fi; \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
474
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1.1 by Guido Guenther
Import upstream version 0.43
475
	  else \
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
476
	    test -f "$(distdir)/$$file" \
477
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.1.1 by Guido Guenther
Import upstream version 0.43
478
	    || exit 1; \
479
	  fi; \
480
	done
481
check-am: all-am
482
check: check-am
483
all-am: Makefile $(DATA)
484
installdirs:
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
485
	for dir in "$(DESTDIR)$(templatesdir)"; do \
486
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
487
	done
1.1.1 by Guido Guenther
Import upstream version 0.43
488
install: install-am
489
install-exec: install-exec-am
490
install-data: install-data-am
491
uninstall: uninstall-am
492
493
install-am: all-am
494
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
496
installcheck: installcheck-am
497
install-strip:
1.6.2 by Alex Valavanis
Import upstream version 0.48.3
498
	if test -z '$(STRIP)'; then \
499
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501
	      install; \
502
	else \
503
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
506
	fi
1.1.1 by Guido Guenther
Import upstream version 0.43
507
mostlyclean-generic:
508
509
clean-generic:
510
511
distclean-generic:
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
512
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
513
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1.1 by Guido Guenther
Import upstream version 0.43
514
515
maintainer-clean-generic:
516
	@echo "This command is intended for maintainers to use"
517
	@echo "it deletes files that may require special tools to rebuild."
518
clean: clean-am
519
1.1.4 by Sebastien Bacher
Import upstream version 0.45
520
clean-am: clean-generic mostlyclean-am
1.1.1 by Guido Guenther
Import upstream version 0.43
521
522
distclean: distclean-am
523
	-rm -f Makefile
1.1.4 by Sebastien Bacher
Import upstream version 0.45
524
distclean-am: clean-am distclean-generic
1.1.1 by Guido Guenther
Import upstream version 0.43
525
526
dvi: dvi-am
527
528
dvi-am:
529
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
530
html: html-am
531
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
532
html-am:
533
1.1.1 by Guido Guenther
Import upstream version 0.43
534
info: info-am
535
536
info-am:
537
538
install-data-am: install-templatesDATA
539
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
540
install-dvi: install-dvi-am
541
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
542
install-dvi-am:
543
1.1.1 by Guido Guenther
Import upstream version 0.43
544
install-exec-am:
545
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
546
install-html: install-html-am
547
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
548
install-html-am:
549
1.1.1 by Guido Guenther
Import upstream version 0.43
550
install-info: install-info-am
551
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
552
install-info-am:
553
1.1.1 by Guido Guenther
Import upstream version 0.43
554
install-man:
555
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
556
install-pdf: install-pdf-am
557
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
558
install-pdf-am:
559
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
560
install-ps: install-ps-am
561
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
562
install-ps-am:
563
1.1.1 by Guido Guenther
Import upstream version 0.43
564
installcheck-am:
565
566
maintainer-clean: maintainer-clean-am
567
	-rm -f Makefile
568
maintainer-clean-am: distclean-am maintainer-clean-generic
569
570
mostlyclean: mostlyclean-am
571
1.1.4 by Sebastien Bacher
Import upstream version 0.45
572
mostlyclean-am: mostlyclean-generic
1.1.1 by Guido Guenther
Import upstream version 0.43
573
574
pdf: pdf-am
575
576
pdf-am:
577
578
ps: ps-am
579
580
ps-am:
581
1.1.6 by Kees Cook
Import upstream version 0.46~pre1
582
uninstall-am: uninstall-templatesDATA
583
584
.MAKE: install-am install-strip
1.1.1 by Guido Guenther
Import upstream version 0.43
585
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
586
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
587
	ctags-am distclean distclean-generic distdir dvi dvi-am html \
588
	html-am info info-am install install-am install-data \
589
	install-data-am install-dvi install-dvi-am install-exec \
590
	install-exec-am install-html install-html-am install-info \
591
	install-info-am install-man install-pdf install-pdf-am \
592
	install-ps install-ps-am install-strip install-templatesDATA \
593
	installcheck installcheck-am installdirs maintainer-clean \
1.1.4 by Sebastien Bacher
Import upstream version 0.45
594
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1.4.5 by Matteo F. Vescovi
Import upstream version 0.48.5
595
	pdf-am ps ps-am tags-am uninstall uninstall-am \
596
	uninstall-templatesDATA
1.1.1 by Guido Guenther
Import upstream version 0.43
597
1.1.10 by Kees Cook
Import upstream version 0.47~pre4
598
1.1.1 by Guido Guenther
Import upstream version 0.43
599
# Tell versions [3.59,3.63) of GNU make to not export all variables.
600
# Otherwise a system limit (for SysV at least) may be exceeded.
601
.NOEXPORT: