~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
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@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Info.plist.in \
 
37
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(srcdir)/config.h.in $(srcdir)/inkscape.spec.in \
 
39
        $(srcdir)/inkview.1.in $(top_srcdir)/configure \
 
40
        $(top_srcdir)/packaging/autopackage/default.apspec.in \
 
41
        $(top_srcdir)/src/2geom/makefile.in \
 
42
        $(top_srcdir)/src/algorithms/makefile.in \
 
43
        $(top_srcdir)/src/application/makefile.in \
 
44
        $(top_srcdir)/src/bind/makefile.in \
 
45
        $(top_srcdir)/src/debug/makefile.in \
 
46
        $(top_srcdir)/src/dialogs/makefile.in \
 
47
        $(top_srcdir)/src/display/makefile.in \
 
48
        $(top_srcdir)/src/dom/makefile.in \
 
49
        $(top_srcdir)/src/extension/implementation/makefile.in \
 
50
        $(top_srcdir)/src/extension/internal/makefile.in \
 
51
        $(top_srcdir)/src/extension/makefile.in \
 
52
        $(top_srcdir)/src/extension/script/makefile.in \
 
53
        $(top_srcdir)/src/filters/makefile.in \
 
54
        $(top_srcdir)/src/helper/makefile.in \
 
55
        $(top_srcdir)/src/inkjar/makefile.in \
 
56
        $(top_srcdir)/src/io/makefile.in \
 
57
        $(top_srcdir)/src/jabber_whiteboard/makefile.in \
 
58
        $(top_srcdir)/src/libavoid/makefile.in \
 
59
        $(top_srcdir)/src/libcroco/makefile.in \
 
60
        $(top_srcdir)/src/libgdl/makefile.in \
 
61
        $(top_srcdir)/src/libnr/makefile.in \
 
62
        $(top_srcdir)/src/libnrtype/makefile.in \
 
63
        $(top_srcdir)/src/livarot/makefile.in \
 
64
        $(top_srcdir)/src/live_effects/makefile.in \
 
65
        $(top_srcdir)/src/live_effects/parameter/makefile.in \
 
66
        $(top_srcdir)/src/pedro/makefile.in \
 
67
        $(top_srcdir)/src/removeoverlap/makefile.in \
 
68
        $(top_srcdir)/src/svg/makefile.in \
 
69
        $(top_srcdir)/src/trace/makefile.in \
 
70
        $(top_srcdir)/src/traits/makefile.in \
 
71
        $(top_srcdir)/src/ui/cache/makefile.in \
 
72
        $(top_srcdir)/src/ui/dialog/makefile.in \
 
73
        $(top_srcdir)/src/ui/makefile.in \
 
74
        $(top_srcdir)/src/ui/view/makefile.in \
 
75
        $(top_srcdir)/src/ui/widget/makefile.in \
 
76
        $(top_srcdir)/src/util/makefile.in \
 
77
        $(top_srcdir)/src/widgets/makefile.in \
 
78
        $(top_srcdir)/src/xml/makefile.in AUTHORS COPYING COPYING.LIB \
 
79
        ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
 
80
        install-sh missing mkinstalldirs
 
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
82
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
83
        $(top_srcdir)/m4/ac_define_dir.m4 \
 
84
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/relaytool.m4 \
 
85
        $(top_srcdir)/m4/ink_svn_snapshot_build.m4 \
 
86
        $(top_srcdir)/configure.ac
 
87
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
88
        $(ACLOCAL_M4)
 
89
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
90
 configure.lineno config.status.lineno
 
91
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
92
CONFIG_HEADER = config.h
 
93
CONFIG_CLEAN_FILES = src/algorithms/makefile src/application/makefile \
 
94
        src/bind/makefile src/debug/makefile src/dialogs/makefile \
 
95
        src/display/makefile src/dom/makefile \
 
96
        src/extension/implementation/makefile \
 
97
        src/extension/internal/makefile src/extension/makefile \
 
98
        src/extension/script/makefile src/filters/makefile \
 
99
        src/helper/makefile src/inkjar/makefile src/io/makefile \
 
100
        src/libcroco/makefile src/libgdl/makefile src/libnr/makefile \
 
101
        src/libnrtype/makefile src/libavoid/makefile \
 
102
        src/livarot/makefile src/live_effects/makefile \
 
103
        src/live_effects/parameter/makefile src/pedro/makefile \
 
104
        src/jabber_whiteboard/makefile src/removeoverlap/makefile \
 
105
        src/svg/makefile src/trace/makefile src/traits/makefile \
 
106
        src/ui/cache/makefile src/ui/dialog/makefile src/ui/makefile \
 
107
        src/ui/view/makefile src/ui/widget/makefile src/util/makefile \
 
108
        src/widgets/makefile src/xml/makefile src/2geom/makefile \
 
109
        packaging/autopackage/default.apspec inkscape.spec Info.plist \
 
110
        inkview.1
 
111
SOURCES =
 
112
DIST_SOURCES =
 
113
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
114
        html-recursive info-recursive install-data-recursive \
 
115
        install-dvi-recursive install-exec-recursive \
 
116
        install-html-recursive install-info-recursive \
 
117
        install-pdf-recursive install-ps-recursive install-recursive \
 
118
        installcheck-recursive installdirs-recursive pdf-recursive \
 
119
        ps-recursive uninstall-recursive
 
120
man1dir = $(mandir)/man1
 
121
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(Graphicsdir)" \
 
122
        "$(DESTDIR)$(appicondir)"
 
123
NROFF = nroff
 
124
MANS = $(man_MANS)
 
125
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
126
am__vpath_adj = case $$p in \
 
127
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
128
    *) f=$$p;; \
 
129
  esac;
 
130
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
131
GraphicsDATA_INSTALL = $(INSTALL_DATA)
 
132
appiconDATA_INSTALL = $(INSTALL_DATA)
 
133
DATA = $(Graphics_DATA) $(appicon_DATA) $(noinst_DATA)
 
134
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
135
  distclean-recursive maintainer-clean-recursive
 
136
ETAGS = etags
 
137
CTAGS = ctags
 
138
DIST_SUBDIRS = $(SUBDIRS)
 
139
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
140
distdir = $(PACKAGE)-$(VERSION)
 
141
top_distdir = $(distdir)
 
142
am__remove_distdir = \
 
143
  { test ! -d $(distdir) \
 
144
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
145
         && rm -fr $(distdir); }; }
 
146
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
 
147
GZIP_ENV = --best
 
148
distuninstallcheck_listfiles = find . -type f -print
 
149
distcleancheck_listfiles = find . -type f -print
 
150
ACLOCAL = @ACLOCAL@
 
151
ALL_LINGUAS = @ALL_LINGUAS@
 
152
AMTAR = @AMTAR@
 
153
AUTOCONF = @AUTOCONF@
 
154
AUTOHEADER = @AUTOHEADER@
 
155
AUTOMAKE = @AUTOMAKE@
 
156
AWK = @AWK@
 
157
CAIRO_PDF_CFLAGS = @CAIRO_PDF_CFLAGS@
 
158
CAIRO_PDF_LIBS = @CAIRO_PDF_LIBS@
 
159
CAIRO_SVG_CFLAGS = @CAIRO_SVG_CFLAGS@
 
160
CAIRO_SVG_LIBS = @CAIRO_SVG_LIBS@
 
161
CAIRO_USER_FONTS_CFLAGS = @CAIRO_USER_FONTS_CFLAGS@
 
162
CAIRO_USER_FONTS_LIBS = @CAIRO_USER_FONTS_LIBS@
 
163
CARBON_LDFLAGS = @CARBON_LDFLAGS@
 
164
CATALOGS = @CATALOGS@
 
165
CATOBJEXT = @CATOBJEXT@
 
166
CC = @CC@
 
167
CCAS = @CCAS@
 
168
CCASDEPMODE = @CCASDEPMODE@
 
169
CCASFLAGS = @CCASFLAGS@
 
170
CCDEPMODE = @CCDEPMODE@
 
171
CFLAGS = @CFLAGS@
 
172
CPPFLAGS = @CPPFLAGS@
 
173
CXX = @CXX@
 
174
CXXCPP = @CXXCPP@
 
175
CXXDEPMODE = @CXXDEPMODE@
 
176
CXXFLAGS = @CXXFLAGS@
 
177
CYGPATH_W = @CYGPATH_W@
 
178
DATADIRNAME = @DATADIRNAME@
 
179
DEFS = @DEFS@
 
180
DEPDIR = @DEPDIR@
 
181
ECHO_C = @ECHO_C@
 
182
ECHO_N = @ECHO_N@
 
183
ECHO_T = @ECHO_T@
 
184
EGREP = @EGREP@
 
185
EXEEXT = @EXEEXT@
 
186
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 
187
FREETYPE_CONFIG = @FREETYPE_CONFIG@
 
188
FREETYPE_LIBS = @FREETYPE_LIBS@
 
189
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
190
GMOFILES = @GMOFILES@
 
191
GMSGFMT = @GMSGFMT@
 
192
GNOME_VFS_CFLAGS = @GNOME_VFS_CFLAGS@
 
193
GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
 
194
GREP = @GREP@
 
195
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
 
196
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
197
INKBOARD_CFLAGS = @INKBOARD_CFLAGS@
 
198
INKBOARD_LIBS = @INKBOARD_LIBS@
 
199
INKSCAPE_CFLAGS = @INKSCAPE_CFLAGS@
 
200
INKSCAPE_DATADIR = @INKSCAPE_DATADIR@
 
201
INKSCAPE_LIBS = @INKSCAPE_LIBS@
 
202
INSTALL = @INSTALL@
 
203
INSTALL_DATA = @INSTALL_DATA@
 
204
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
205
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
206
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
207
INSTOBJEXT = @INSTOBJEXT@
 
208
INTLLIBS = @INTLLIBS@
 
209
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
210
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
211
INTLTOOL_PERL = @INTLTOOL_PERL@
 
212
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
213
LCMS_CFLAGS = @LCMS_CFLAGS@
 
214
LCMS_LIBS = @LCMS_LIBS@
 
215
LDFLAGS = @LDFLAGS@
 
216
LIBOBJS = @LIBOBJS@
 
217
LIBS = @LIBS@
 
218
LIBWPG_CFLAGS = @LIBWPG_CFLAGS@
 
219
LIBWPG_LIBS = @LIBWPG_LIBS@
 
220
LTLIBOBJS = @LTLIBOBJS@
 
221
MAKEINFO = @MAKEINFO@
 
222
MKDIR_P = @MKDIR_P@
 
223
MKINSTALLDIRS = @MKINSTALLDIRS@
 
224
MSGFMT = @MSGFMT@
 
225
MSGFMT_OPTS = @MSGFMT_OPTS@
 
226
MSGMERGE = @MSGMERGE@
 
227
OBJEXT = @OBJEXT@
 
228
PACKAGE = @PACKAGE@
 
229
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
230
PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
 
231
PACKAGE_NAME = @PACKAGE_NAME@
 
232
PACKAGE_STRING = @PACKAGE_STRING@
 
233
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
234
PACKAGE_VERSION = @PACKAGE_VERSION@
 
235
PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
 
236
PANGOFT2_LIBS = @PANGOFT2_LIBS@
 
237
PATH_SEPARATOR = @PATH_SEPARATOR@
 
238
PERL_CFLAGS = @PERL_CFLAGS@
 
239
PERL_LIBS = @PERL_LIBS@
 
240
PKG_CONFIG = @PKG_CONFIG@
 
241
POFILES = @POFILES@
 
242
POPPLERNEW_CFLAGS = @POPPLERNEW_CFLAGS@
 
243
POPPLERNEW_LIBS = @POPPLERNEW_LIBS@
 
244
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
 
245
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
 
246
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
247
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
 
248
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
 
249
POPPLER_LIBS = @POPPLER_LIBS@
 
250
POSUB = @POSUB@
 
251
POW_LIB = @POW_LIB@
 
252
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
253
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
254
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
255
PYTHON_LIBS = @PYTHON_LIBS@
 
256
RANLIB = @RANLIB@
 
257
RELAYTOOL_PROG = @RELAYTOOL_PROG@
 
258
SET_MAKE = @SET_MAKE@
 
259
SHELL = @SHELL@
 
260
STRIP = @STRIP@
 
261
USE_NLS = @USE_NLS@
 
262
VERSION = @VERSION@
 
263
WIN32_CFLAGS = @WIN32_CFLAGS@
 
264
XFT_CFLAGS = @XFT_CFLAGS@
 
265
XFT_LIBS = @XFT_LIBS@
 
266
XGETTEXT = @XGETTEXT@
 
267
abs_builddir = @abs_builddir@
 
268
abs_srcdir = @abs_srcdir@
 
269
abs_top_builddir = @abs_top_builddir@
 
270
abs_top_srcdir = @abs_top_srcdir@
 
271
ac_ct_CC = @ac_ct_CC@
 
272
ac_ct_CXX = @ac_ct_CXX@
 
273
am__include = @am__include@
 
274
am__leading_dot = @am__leading_dot@
 
275
am__quote = @am__quote@
 
276
am__tar = @am__tar@
 
277
am__untar = @am__untar@
 
278
bindir = @bindir@
 
279
build = @build@
 
280
build_alias = @build_alias@
 
281
build_cpu = @build_cpu@
 
282
build_os = @build_os@
 
283
build_vendor = @build_vendor@
 
284
builddir = @builddir@
 
285
datadir = @datadir@
 
286
datarootdir = @datarootdir@
 
287
docdir = @docdir@
 
288
dvidir = @dvidir@
 
289
exec_prefix = @exec_prefix@
 
290
host = @host@
 
291
host_alias = @host_alias@
 
292
host_cpu = @host_cpu@
 
293
host_os = @host_os@
 
294
host_vendor = @host_vendor@
 
295
htmldir = @htmldir@
 
296
includedir = @includedir@
 
297
infodir = @infodir@
 
298
install_sh = @install_sh@
 
299
libdir = @libdir@
 
300
libexecdir = @libexecdir@
 
301
localedir = @localedir@
 
302
localstatedir = @localstatedir@
 
303
mandir = @mandir@
 
304
mkdir_p = @mkdir_p@
 
305
oldincludedir = @oldincludedir@
 
306
pdfdir = @pdfdir@
 
307
prefix = @prefix@
 
308
program_transform_name = @program_transform_name@
 
309
psdir = @psdir@
 
310
sbindir = @sbindir@
 
311
sharedstatedir = @sharedstatedir@
 
312
srcdir = @srcdir@
 
313
sysconfdir = @sysconfdir@
 
314
target_alias = @target_alias@
 
315
top_build_prefix = @top_build_prefix@
 
316
top_builddir = @top_builddir@
 
317
top_srcdir = @top_srcdir@
 
318
AUTOMAKE_OPTIONS = foreign
 
319
SUBDIRS = src doc share po
 
320
appicondir = $(datadir)/pixmaps
 
321
appicon_DATA = inkscape.png
 
322
Graphicsdir = $(datadir)/applications
 
323
Graphics_in_files = inkscape.desktop.in
 
324
Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
 
325
man_MANS = inkscape.1 \
 
326
                inkview.1
 
327
 
 
328
EXTRA_DIST = \
 
329
        acinclude.m4 \
 
330
        fix-roff-punct  \
 
331
        intltool-extract.in     \
 
332
        intltool-merge.in       \
 
333
        intltool-update.in      \
 
334
        mkinstalldirs           \
 
335
        $(Graphics_in_files)    \
 
336
        po/check-markup \
 
337
        utf8-to-roff \
 
338
        inkscape.1              \
 
339
        inkscape.fr.1           \
 
340
        inkscape.pod            \
 
341
        inkscape.fr.pod         \
 
342
        inkscape.spec.in        \
 
343
        inkscape.spec           \
 
344
        Info.plist.in   \
 
345
        Info.plist              \
 
346
        inkscape.nsi            \
 
347
        buildtool.cpp build.xml \
 
348
        README README.ca.txt README.de.txt README.es.txt README.fr.txt README.it.txt    \
 
349
        HACKING.txt HACKING.de.txt HACKING.fr.txt HACKING.it.txt        \
 
350
        TRANSLATORS \
 
351
        inkscape.png \
 
352
        inkscape.ico inkscape16.ico inkscape32-16.ico inkscape32.ico inkscape64.ico \
 
353
        src/helper/sp-marshal.cpp.mingw src/helper/sp-marshal.h.mingw \
 
354
        src/2geom/angle.h \
 
355
        src/inkscape-manifest.xml src/inkview-manifest.xml \
 
356
        cxxtest/COPYING \
 
357
        cxxtest/cxxtestgen.pl \
 
358
        cxxtest/cxxtestgen.py \
 
359
        cxxtest/cxxtest/Descriptions.cpp \
 
360
        cxxtest/cxxtest/Descriptions.h \
 
361
        cxxtest/cxxtest/DummyDescriptions.cpp \
 
362
        cxxtest/cxxtest/DummyDescriptions.h \
 
363
        cxxtest/cxxtest/ErrorFormatter.h \
 
364
        cxxtest/cxxtest/ErrorPrinter.h \
 
365
        cxxtest/cxxtest/Flags.h \
 
366
        cxxtest/cxxtest/GlobalFixture.cpp \
 
367
        cxxtest/cxxtest/GlobalFixture.h \
 
368
        cxxtest/cxxtest/Gui.h \
 
369
        cxxtest/cxxtest/LinkedList.cpp \
 
370
        cxxtest/cxxtest/LinkedList.h \
 
371
        cxxtest/cxxtest/Mock.h \
 
372
        cxxtest/cxxtest/ParenPrinter.h \
 
373
        cxxtest/cxxtest/QtGui.h \
 
374
        cxxtest/cxxtest/RealDescriptions.cpp \
 
375
        cxxtest/cxxtest/RealDescriptions.h \
 
376
        cxxtest/cxxtest/Root.cpp \
 
377
        cxxtest/cxxtest/SelfTest.h \
 
378
        cxxtest/cxxtest/StdHeaders.h \
 
379
        cxxtest/cxxtest/StdValueTraits.h \
 
380
        cxxtest/cxxtest/StdioFilePrinter.h \
 
381
        cxxtest/cxxtest/StdioPrinter.h \
 
382
        cxxtest/cxxtest/TeeListener.h \
 
383
        cxxtest/cxxtest/TestListener.h \
 
384
        cxxtest/cxxtest/TestRunner.h \
 
385
        cxxtest/cxxtest/TestSuite.cpp \
 
386
        cxxtest/cxxtest/TestSuite.h \
 
387
        cxxtest/cxxtest/TestTracker.cpp \
 
388
        cxxtest/cxxtest/TestTracker.h \
 
389
        cxxtest/cxxtest/ValueTraits.cpp \
 
390
        cxxtest/cxxtest/ValueTraits.h \
 
391
        cxxtest/cxxtest/Win32Gui.h \
 
392
        cxxtest/cxxtest/X11Gui.h \
 
393
        cxxtest/cxxtest/YesNoRunner.h \
 
394
        packaging/autopackage/default.apspec.in \
 
395
        packaging/macosx/dmg_background.png     \
 
396
        packaging/macosx/inkscape.ds_store      \
 
397
        packaging/macosx/osx-app.sh     \
 
398
        packaging/macosx/osx-dmg.sh     \
 
399
        packaging/macosx/osx-build.sh   \
 
400
        packaging/macosx/Resources/MenuBar.nib/classes.nib      \
 
401
        packaging/macosx/Resources/MenuBar.nib/info.nib \
 
402
        packaging/macosx/Resources/MenuBar.nib/objects.xib      \
 
403
        packaging/macosx/Resources/application-gimp-gradient.icns \
 
404
        packaging/macosx/Resources/application-vnd.ms.xaml.icns \
 
405
        packaging/macosx/Resources/image-vnd.sk1.icns \
 
406
        packaging/macosx/Resources/application-illustrator.icns \
 
407
        packaging/macosx/Resources/application-vnd.corel-draw.icns \
 
408
        packaging/macosx/Resources/image-x-eps.icns \
 
409
        packaging/macosx/Resources/Inkscape.icns \
 
410
        packaging/macosx/Resources/image-vnd.dxf.icns \
 
411
        packaging/macosx/Resources/image-svg+xml-compressed.icns \
 
412
        packaging/macosx/Resources/application-pdf.icns \
 
413
        packaging/macosx/Resources/application-vnd.corel-draw-template.icns \
 
414
        packaging/macosx/Resources/application-vnd.corel-draw-compressed.icns \
 
415
        packaging/macosx/Resources/image-svg+xml.icns \
 
416
        packaging/macosx/Resources/image-vnd.windows-metafile.icns \
 
417
        packaging/macosx/Resources/image-x-ps.icns \
 
418
        packaging/macosx/Resources/application-vnd.wordperfect-graphic.icns \
 
419
        packaging/macosx/Resources/application-illustrator-svg.icns \
 
420
        packaging/macosx/Resources/openDoc      \
 
421
        packaging/macosx/Resources/script       \
 
422
        packaging/macosx/Resources/ProgressWindow.nib/classes.nib       \
 
423
        packaging/macosx/Resources/ProgressWindow.nib/info.nib  \
 
424
        packaging/macosx/Resources/ProgressWindow.nib/objects.xib       \
 
425
        packaging/macosx/Resources/bin/getdisplay.sh    \
 
426
        packaging/macosx/Resources/bin/inkscape \
 
427
        packaging/macosx/Resources/etc/fonts/fonts.conf \
 
428
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc \
 
429
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/sync_osx_look.sh \
 
430
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png \
 
431
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png \
 
432
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png \
 
433
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-up.png \
 
434
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png \
 
435
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-vert.png \
 
436
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/copy-slider.sh \
 
437
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz-prelight.png \
 
438
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz.png \
 
439
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert-prelight.png \
 
440
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert.png \
 
441
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/copy-slider.sh \
 
442
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz-prelight.png \
 
443
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz.png \
 
444
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert-prelight.png \
 
445
        packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert.png \
 
446
        packaging/macosx/ScriptExec/English.lproj/main.nib/classes.nib  \
 
447
        packaging/macosx/ScriptExec/English.lproj/main.nib/info.nib     \
 
448
        packaging/macosx/ScriptExec/English.lproj/main.nib/objects.xib  \
 
449
        packaging/macosx/ScriptExec/English.lproj/InfoPlist.strings     \
 
450
        packaging/macosx/ScriptExec/Info.plist  \
 
451
        packaging/macosx/ScriptExec/ScriptExec_Prefix.pch       \
 
452
        packaging/macosx/ScriptExec/main.c      \
 
453
        packaging/macosx/ScriptExec/openDoc     \
 
454
        packaging/macosx/ScriptExec/script      \
 
455
        packaging/macosx/ScriptExec/version.plist       \
 
456
        packaging/macosx/ScriptExec/MenuBar.nib/classes.nib     \
 
457
        packaging/macosx/ScriptExec/MenuBar.nib/info.nib        \
 
458
        packaging/macosx/ScriptExec/MenuBar.nib/objects.xib     \
 
459
        packaging/macosx/ScriptExec/ScriptExec.xcode/project.pbxproj    \
 
460
        packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj \
 
461
        packaging/win32/inkscape.nsi    \
 
462
        packaging/win32/inkscape.nsi.uninstall  \
 
463
        packaging/win32/breton.nsh      \
 
464
        packaging/win32/catalan.nsh     \
 
465
        packaging/win32/czech.nsh       \
 
466
        packaging/win32/english.nsh     \
 
467
        packaging/win32/finnish.nsh     \
 
468
        packaging/win32/french.nsh      \
 
469
        packaging/win32/galician.nsh    \
 
470
        packaging/win32/german.nsh      \
 
471
        packaging/win32/italian.nsh     \
 
472
        packaging/win32/japanese.nsh    \
 
473
        packaging/win32/polish.nsh      \
 
474
        packaging/win32/russian.nsh     \
 
475
        packaging/win32/slovak.nsh      \
 
476
        packaging/win32/slovenian.nsh   \
 
477
        packaging/win32/spanish.nsh     \
 
478
        packaging/win32/tradchinese.nsh \
 
479
        packaging/win32/header.bmp      \
 
480
        packaging/win32/AdvUninstLog.nsh        \
 
481
        packaging/win32/AdvUninstLog.txt        \
 
482
        packaging/win32/md5dll.dll      \
 
483
        packaging/win32/md5dll.txt      \
 
484
        packaging/win32/messagebox.dll  \
 
485
        packaging/win32/MessageBox.txt  \
 
486
        po/inkscape.pot \
 
487
        po/update_po_files.sh \
 
488
        src/inkscape.rc src/inkview.rc
 
489
 
 
490
 
 
491
# We want the built inkscape.1 to go in the distributed .tar.gz so
 
492
# that .tar.gz users don't need a full perl distribution to get a man
 
493
# page.
 
494
DISTCLEANFILES = inkscape.desktop \
 
495
                 intltool-extract \
 
496
                 intltool-merge \
 
497
                 intltool-update
 
498
 
 
499
 
 
500
#ACLOCAL_AMFLAGS = -I m4
 
501
SUFFIXES = .pod .1
 
502
noinst_DATA = warn_markup
 
503
check_DATA = check_markup
 
504
all: config.h
 
505
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
506
 
 
507
.SUFFIXES:
 
508
.SUFFIXES: .pod .1
 
509
am--refresh:
 
510
        @:
 
511
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
512
        @for dep in $?; do \
 
513
          case '$(am__configure_deps)' in \
 
514
            *$$dep*) \
 
515
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
516
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
517
                && exit 0; \
 
518
              exit 1;; \
 
519
          esac; \
 
520
        done; \
 
521
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
522
        cd $(top_srcdir) && \
 
523
          $(AUTOMAKE) --foreign  Makefile
 
524
.PRECIOUS: Makefile
 
525
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
526
        @case '$?' in \
 
527
          *config.status*) \
 
528
            echo ' $(SHELL) ./config.status'; \
 
529
            $(SHELL) ./config.status;; \
 
530
          *) \
 
531
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
532
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
533
        esac;
 
534
 
 
535
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
536
        $(SHELL) ./config.status --recheck
 
537
 
 
538
$(top_srcdir)/configure:  $(am__configure_deps)
 
539
        cd $(srcdir) && $(AUTOCONF)
 
540
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
541
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
542
 
 
543
config.h: stamp-h1
 
544
        @if test ! -f $@; then \
 
545
          rm -f stamp-h1; \
 
546
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
547
        else :; fi
 
548
 
 
549
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
550
        @rm -f stamp-h1
 
551
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
552
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
553
        cd $(top_srcdir) && $(AUTOHEADER)
 
554
        rm -f stamp-h1
 
555
        touch $@
 
556
 
 
557
distclean-hdr:
 
558
        -rm -f config.h stamp-h1
 
559
src/algorithms/makefile: $(top_builddir)/config.status $(top_srcdir)/src/algorithms/makefile.in
 
560
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
561
src/application/makefile: $(top_builddir)/config.status $(top_srcdir)/src/application/makefile.in
 
562
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
563
src/bind/makefile: $(top_builddir)/config.status $(top_srcdir)/src/bind/makefile.in
 
564
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
565
src/debug/makefile: $(top_builddir)/config.status $(top_srcdir)/src/debug/makefile.in
 
566
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
567
src/dialogs/makefile: $(top_builddir)/config.status $(top_srcdir)/src/dialogs/makefile.in
 
568
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
569
src/display/makefile: $(top_builddir)/config.status $(top_srcdir)/src/display/makefile.in
 
570
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
571
src/dom/makefile: $(top_builddir)/config.status $(top_srcdir)/src/dom/makefile.in
 
572
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
573
src/extension/implementation/makefile: $(top_builddir)/config.status $(top_srcdir)/src/extension/implementation/makefile.in
 
574
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
575
src/extension/internal/makefile: $(top_builddir)/config.status $(top_srcdir)/src/extension/internal/makefile.in
 
576
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
577
src/extension/makefile: $(top_builddir)/config.status $(top_srcdir)/src/extension/makefile.in
 
578
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
579
src/extension/script/makefile: $(top_builddir)/config.status $(top_srcdir)/src/extension/script/makefile.in
 
580
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
581
src/filters/makefile: $(top_builddir)/config.status $(top_srcdir)/src/filters/makefile.in
 
582
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
583
src/helper/makefile: $(top_builddir)/config.status $(top_srcdir)/src/helper/makefile.in
 
584
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
585
src/inkjar/makefile: $(top_builddir)/config.status $(top_srcdir)/src/inkjar/makefile.in
 
586
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
587
src/io/makefile: $(top_builddir)/config.status $(top_srcdir)/src/io/makefile.in
 
588
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
589
src/libcroco/makefile: $(top_builddir)/config.status $(top_srcdir)/src/libcroco/makefile.in
 
590
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
591
src/libgdl/makefile: $(top_builddir)/config.status $(top_srcdir)/src/libgdl/makefile.in
 
592
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
593
src/libnr/makefile: $(top_builddir)/config.status $(top_srcdir)/src/libnr/makefile.in
 
594
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
595
src/libnrtype/makefile: $(top_builddir)/config.status $(top_srcdir)/src/libnrtype/makefile.in
 
596
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
597
src/libavoid/makefile: $(top_builddir)/config.status $(top_srcdir)/src/libavoid/makefile.in
 
598
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
599
src/livarot/makefile: $(top_builddir)/config.status $(top_srcdir)/src/livarot/makefile.in
 
600
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
601
src/live_effects/makefile: $(top_builddir)/config.status $(top_srcdir)/src/live_effects/makefile.in
 
602
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
603
src/live_effects/parameter/makefile: $(top_builddir)/config.status $(top_srcdir)/src/live_effects/parameter/makefile.in
 
604
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
605
src/pedro/makefile: $(top_builddir)/config.status $(top_srcdir)/src/pedro/makefile.in
 
606
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
607
src/jabber_whiteboard/makefile: $(top_builddir)/config.status $(top_srcdir)/src/jabber_whiteboard/makefile.in
 
608
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
609
src/removeoverlap/makefile: $(top_builddir)/config.status $(top_srcdir)/src/removeoverlap/makefile.in
 
610
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
611
src/svg/makefile: $(top_builddir)/config.status $(top_srcdir)/src/svg/makefile.in
 
612
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
613
src/trace/makefile: $(top_builddir)/config.status $(top_srcdir)/src/trace/makefile.in
 
614
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
615
src/traits/makefile: $(top_builddir)/config.status $(top_srcdir)/src/traits/makefile.in
 
616
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
617
src/ui/cache/makefile: $(top_builddir)/config.status $(top_srcdir)/src/ui/cache/makefile.in
 
618
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
619
src/ui/dialog/makefile: $(top_builddir)/config.status $(top_srcdir)/src/ui/dialog/makefile.in
 
620
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
621
src/ui/makefile: $(top_builddir)/config.status $(top_srcdir)/src/ui/makefile.in
 
622
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
623
src/ui/view/makefile: $(top_builddir)/config.status $(top_srcdir)/src/ui/view/makefile.in
 
624
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
625
src/ui/widget/makefile: $(top_builddir)/config.status $(top_srcdir)/src/ui/widget/makefile.in
 
626
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
627
src/util/makefile: $(top_builddir)/config.status $(top_srcdir)/src/util/makefile.in
 
628
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
629
src/widgets/makefile: $(top_builddir)/config.status $(top_srcdir)/src/widgets/makefile.in
 
630
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
631
src/xml/makefile: $(top_builddir)/config.status $(top_srcdir)/src/xml/makefile.in
 
632
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
633
src/2geom/makefile: $(top_builddir)/config.status $(top_srcdir)/src/2geom/makefile.in
 
634
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
635
packaging/autopackage/default.apspec: $(top_builddir)/config.status $(top_srcdir)/packaging/autopackage/default.apspec.in
 
636
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
637
inkscape.spec: $(top_builddir)/config.status $(srcdir)/inkscape.spec.in
 
638
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
639
Info.plist: $(top_builddir)/config.status $(srcdir)/Info.plist.in
 
640
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
641
inkview.1: $(top_builddir)/config.status $(srcdir)/inkview.1.in
 
642
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
643
install-man1: $(man1_MANS) $(man_MANS)
 
644
        @$(NORMAL_INSTALL)
 
645
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
 
646
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
647
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
648
        for i in $$l2; do \
 
649
          case "$$i" in \
 
650
            *.1*) list="$$list $$i" ;; \
 
651
          esac; \
 
652
        done; \
 
653
        for i in $$list; do \
 
654
          if test -f $$i; then file=$$i; \
 
655
          else file=$(srcdir)/$$i; fi; \
 
656
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
657
          case "$$ext" in \
 
658
            1*) ;; \
 
659
            *) ext='1' ;; \
 
660
          esac; \
 
661
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
662
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
663
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
664
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
665
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
666
        done
 
667
uninstall-man1:
 
668
        @$(NORMAL_UNINSTALL)
 
669
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
670
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
671
        for i in $$l2; do \
 
672
          case "$$i" in \
 
673
            *.1*) list="$$list $$i" ;; \
 
674
          esac; \
 
675
        done; \
 
676
        for i in $$list; do \
 
677
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
678
          case "$$ext" in \
 
679
            1*) ;; \
 
680
            *) ext='1' ;; \
 
681
          esac; \
 
682
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
683
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
684
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
685
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
686
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
687
        done
 
688
install-GraphicsDATA: $(Graphics_DATA)
 
689
        @$(NORMAL_INSTALL)
 
690
        test -z "$(Graphicsdir)" || $(MKDIR_P) "$(DESTDIR)$(Graphicsdir)"
 
691
        @list='$(Graphics_DATA)'; for p in $$list; do \
 
692
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
693
          f=$(am__strip_dir) \
 
694
          echo " $(GraphicsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Graphicsdir)/$$f'"; \
 
695
          $(GraphicsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Graphicsdir)/$$f"; \
 
696
        done
 
697
 
 
698
uninstall-GraphicsDATA:
 
699
        @$(NORMAL_UNINSTALL)
 
700
        @list='$(Graphics_DATA)'; for p in $$list; do \
 
701
          f=$(am__strip_dir) \
 
702
          echo " rm -f '$(DESTDIR)$(Graphicsdir)/$$f'"; \
 
703
          rm -f "$(DESTDIR)$(Graphicsdir)/$$f"; \
 
704
        done
 
705
install-appiconDATA: $(appicon_DATA)
 
706
        @$(NORMAL_INSTALL)
 
707
        test -z "$(appicondir)" || $(MKDIR_P) "$(DESTDIR)$(appicondir)"
 
708
        @list='$(appicon_DATA)'; for p in $$list; do \
 
709
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
710
          f=$(am__strip_dir) \
 
711
          echo " $(appiconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appicondir)/$$f'"; \
 
712
          $(appiconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appicondir)/$$f"; \
 
713
        done
 
714
 
 
715
uninstall-appiconDATA:
 
716
        @$(NORMAL_UNINSTALL)
 
717
        @list='$(appicon_DATA)'; for p in $$list; do \
 
718
          f=$(am__strip_dir) \
 
719
          echo " rm -f '$(DESTDIR)$(appicondir)/$$f'"; \
 
720
          rm -f "$(DESTDIR)$(appicondir)/$$f"; \
 
721
        done
 
722
 
 
723
# This directory's subdirectories are mostly independent; you can cd
 
724
# into them and run `make' without going through this Makefile.
 
725
# To change the values of `make' variables: instead of editing Makefiles,
 
726
# (1) if the variable is set in `config.status', edit `config.status'
 
727
#     (which will cause the Makefiles to be regenerated when you run `make');
 
728
# (2) otherwise, pass the desired values on the `make' command line.
 
729
$(RECURSIVE_TARGETS):
 
730
        @failcom='exit 1'; \
 
731
        for f in x $$MAKEFLAGS; do \
 
732
          case $$f in \
 
733
            *=* | --[!k]*);; \
 
734
            *k*) failcom='fail=yes';; \
 
735
          esac; \
 
736
        done; \
 
737
        dot_seen=no; \
 
738
        target=`echo $@ | sed s/-recursive//`; \
 
739
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
740
          echo "Making $$target in $$subdir"; \
 
741
          if test "$$subdir" = "."; then \
 
742
            dot_seen=yes; \
 
743
            local_target="$$target-am"; \
 
744
          else \
 
745
            local_target="$$target"; \
 
746
          fi; \
 
747
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
748
          || eval $$failcom; \
 
749
        done; \
 
750
        if test "$$dot_seen" = "no"; then \
 
751
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
752
        fi; test -z "$$fail"
 
753
 
 
754
$(RECURSIVE_CLEAN_TARGETS):
 
755
        @failcom='exit 1'; \
 
756
        for f in x $$MAKEFLAGS; do \
 
757
          case $$f in \
 
758
            *=* | --[!k]*);; \
 
759
            *k*) failcom='fail=yes';; \
 
760
          esac; \
 
761
        done; \
 
762
        dot_seen=no; \
 
763
        case "$@" in \
 
764
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
765
          *) list='$(SUBDIRS)' ;; \
 
766
        esac; \
 
767
        rev=''; for subdir in $$list; do \
 
768
          if test "$$subdir" = "."; then :; else \
 
769
            rev="$$subdir $$rev"; \
 
770
          fi; \
 
771
        done; \
 
772
        rev="$$rev ."; \
 
773
        target=`echo $@ | sed s/-recursive//`; \
 
774
        for subdir in $$rev; do \
 
775
          echo "Making $$target in $$subdir"; \
 
776
          if test "$$subdir" = "."; then \
 
777
            local_target="$$target-am"; \
 
778
          else \
 
779
            local_target="$$target"; \
 
780
          fi; \
 
781
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
782
          || eval $$failcom; \
 
783
        done && test -z "$$fail"
 
784
tags-recursive:
 
785
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
786
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
787
        done
 
788
ctags-recursive:
 
789
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
790
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
791
        done
 
792
 
 
793
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
794
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
795
        unique=`for i in $$list; do \
 
796
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
797
          done | \
 
798
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
799
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
800
        mkid -fID $$unique
 
801
tags: TAGS
 
802
 
 
803
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
804
                $(TAGS_FILES) $(LISP)
 
805
        tags=; \
 
806
        here=`pwd`; \
 
807
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
808
          include_option=--etags-include; \
 
809
          empty_fix=.; \
 
810
        else \
 
811
          include_option=--include; \
 
812
          empty_fix=; \
 
813
        fi; \
 
814
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
815
          if test "$$subdir" = .; then :; else \
 
816
            test ! -f $$subdir/TAGS || \
 
817
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
818
          fi; \
 
819
        done; \
 
820
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
821
        unique=`for i in $$list; do \
 
822
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
823
          done | \
 
824
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
825
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
826
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
827
          test -n "$$unique" || unique=$$empty_fix; \
 
828
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
829
            $$tags $$unique; \
 
830
        fi
 
831
ctags: CTAGS
 
832
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
833
                $(TAGS_FILES) $(LISP)
 
834
        tags=; \
 
835
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
836
        unique=`for i in $$list; do \
 
837
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
838
          done | \
 
839
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
840
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
841
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
842
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
843
             $$tags $$unique
 
844
 
 
845
GTAGS:
 
846
        here=`$(am__cd) $(top_builddir) && pwd` \
 
847
          && cd $(top_srcdir) \
 
848
          && gtags -i $(GTAGS_ARGS) $$here
 
849
 
 
850
distclean-tags:
 
851
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
852
 
 
853
distdir: $(DISTFILES)
 
854
        $(am__remove_distdir)
 
855
        test -d $(distdir) || mkdir $(distdir)
 
856
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
857
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
858
        list='$(DISTFILES)'; \
 
859
          dist_files=`for file in $$list; do echo $$file; done | \
 
860
          sed -e "s|^$$srcdirstrip/||;t" \
 
861
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
862
        case $$dist_files in \
 
863
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
864
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
865
                           sort -u` ;; \
 
866
        esac; \
 
867
        for file in $$dist_files; do \
 
868
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
869
          if test -d $$d/$$file; then \
 
870
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
871
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
872
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
873
            fi; \
 
874
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
875
          else \
 
876
            test -f $(distdir)/$$file \
 
877
            || cp -p $$d/$$file $(distdir)/$$file \
 
878
            || exit 1; \
 
879
          fi; \
 
880
        done
 
881
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
882
          if test "$$subdir" = .; then :; else \
 
883
            test -d "$(distdir)/$$subdir" \
 
884
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
885
            || exit 1; \
 
886
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
887
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
888
            (cd $$subdir && \
 
889
              $(MAKE) $(AM_MAKEFLAGS) \
 
890
                top_distdir="$$top_distdir" \
 
891
                distdir="$$distdir/$$subdir" \
 
892
                am__remove_distdir=: \
 
893
                am__skip_length_check=: \
 
894
                distdir) \
 
895
              || exit 1; \
 
896
          fi; \
 
897
        done
 
898
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
899
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
900
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
901
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
902
        || chmod -R a+r $(distdir)
 
903
dist-gzip: distdir
 
904
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
905
        $(am__remove_distdir)
 
906
dist-bzip2: distdir
 
907
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
908
        $(am__remove_distdir)
 
909
 
 
910
dist-lzma: distdir
 
911
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
912
        $(am__remove_distdir)
 
913
 
 
914
dist-tarZ: distdir
 
915
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
916
        $(am__remove_distdir)
 
917
 
 
918
dist-shar: distdir
 
919
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
920
        $(am__remove_distdir)
 
921
dist-zip: distdir
 
922
        -rm -f $(distdir).zip
 
923
        zip -rq $(distdir).zip $(distdir)
 
924
        $(am__remove_distdir)
 
925
 
 
926
dist dist-all: distdir
 
927
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
928
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
929
        -rm -f $(distdir).zip
 
930
        zip -rq $(distdir).zip $(distdir)
 
931
        $(am__remove_distdir)
 
932
 
 
933
# This target untars the dist file and tries a VPATH configuration.  Then
 
934
# it guarantees that the distribution is self-contained by making another
 
935
# tarfile.
 
936
distcheck: dist
 
937
        case '$(DIST_ARCHIVES)' in \
 
938
        *.tar.gz*) \
 
939
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
940
        *.tar.bz2*) \
 
941
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
942
        *.tar.lzma*) \
 
943
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
944
        *.tar.Z*) \
 
945
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
946
        *.shar.gz*) \
 
947
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
948
        *.zip*) \
 
949
          unzip $(distdir).zip ;;\
 
950
        esac
 
951
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
952
        mkdir $(distdir)/_build
 
953
        mkdir $(distdir)/_inst
 
954
        chmod a-w $(distdir)
 
955
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
956
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
957
          && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
 
958
          && cd $(distdir)/_build \
 
959
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
960
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
961
          && $(MAKE) $(AM_MAKEFLAGS) \
 
962
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
963
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
964
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
965
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
966
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
967
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
968
                distuninstallcheck \
 
969
          && chmod -R a-w "$$dc_install_base" \
 
970
          && ({ \
 
971
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
972
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
973
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
974
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
975
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
976
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
977
          && rm -rf "$$dc_destdir" \
 
978
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
979
          && rm -rf $(DIST_ARCHIVES) \
 
980
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
981
        $(am__remove_distdir)
 
982
        @(echo "$(distdir) archives ready for distribution: "; \
 
983
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
984
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
985
distuninstallcheck:
 
986
        @cd $(distuninstallcheck_dir) \
 
987
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
988
           || { echo "ERROR: files left after uninstall:" ; \
 
989
                if test -n "$(DESTDIR)"; then \
 
990
                  echo "  (check DESTDIR support)"; \
 
991
                fi ; \
 
992
                $(distuninstallcheck_listfiles) ; \
 
993
                exit 1; } >&2
 
994
distcleancheck: distclean
 
995
        @if test '$(srcdir)' = . ; then \
 
996
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
997
          exit 1 ; \
 
998
        fi
 
999
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
1000
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
1001
               $(distcleancheck_listfiles) ; \
 
1002
               exit 1; } >&2
 
1003
check-am: all-am
 
1004
        $(MAKE) $(AM_MAKEFLAGS) $(check_DATA)
 
1005
check: check-recursive
 
1006
all-am: Makefile $(MANS) $(DATA) config.h
 
1007
installdirs: installdirs-recursive
 
1008
installdirs-am:
 
1009
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(Graphicsdir)" "$(DESTDIR)$(appicondir)"; do \
 
1010
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1011
        done
 
1012
install: install-recursive
 
1013
install-exec: install-exec-recursive
 
1014
install-data: install-data-recursive
 
1015
uninstall: uninstall-recursive
 
1016
 
 
1017
install-am: all-am
 
1018
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1019
 
 
1020
installcheck: installcheck-recursive
 
1021
install-strip:
 
1022
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1023
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1024
          `test -z '$(STRIP)' || \
 
1025
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1026
mostlyclean-generic:
 
1027
 
 
1028
clean-generic:
 
1029
 
 
1030
distclean-generic:
 
1031
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1032
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
1033
 
 
1034
maintainer-clean-generic:
 
1035
        @echo "This command is intended for maintainers to use"
 
1036
        @echo "it deletes files that may require special tools to rebuild."
 
1037
clean: clean-recursive
 
1038
 
 
1039
clean-am: clean-generic mostlyclean-am
 
1040
 
 
1041
distclean: distclean-recursive
 
1042
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1043
        -rm -f Makefile
 
1044
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
1045
 
 
1046
dvi: dvi-recursive
 
1047
 
 
1048
dvi-am:
 
1049
 
 
1050
html: html-recursive
 
1051
 
 
1052
info: info-recursive
 
1053
 
 
1054
info-am:
 
1055
 
 
1056
install-data-am: install-GraphicsDATA install-appiconDATA \
 
1057
        install-data-local install-man
 
1058
 
 
1059
install-dvi: install-dvi-recursive
 
1060
 
 
1061
install-exec-am:
 
1062
 
 
1063
install-html: install-html-recursive
 
1064
 
 
1065
install-info: install-info-recursive
 
1066
 
 
1067
install-man: install-man1
 
1068
 
 
1069
install-pdf: install-pdf-recursive
 
1070
 
 
1071
install-ps: install-ps-recursive
 
1072
 
 
1073
installcheck-am:
 
1074
 
 
1075
maintainer-clean: maintainer-clean-recursive
 
1076
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1077
        -rm -rf $(top_srcdir)/autom4te.cache
 
1078
        -rm -f Makefile
 
1079
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1080
 
 
1081
mostlyclean: mostlyclean-recursive
 
1082
 
 
1083
mostlyclean-am: mostlyclean-generic
 
1084
 
 
1085
pdf: pdf-recursive
 
1086
 
 
1087
pdf-am:
 
1088
 
 
1089
ps: ps-recursive
 
1090
 
 
1091
ps-am:
 
1092
 
 
1093
uninstall-am: uninstall-GraphicsDATA uninstall-appiconDATA \
 
1094
        uninstall-man
 
1095
 
 
1096
uninstall-man: uninstall-man1
 
1097
 
 
1098
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1099
        install-strip
 
1100
 
 
1101
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1102
        all all-am am--refresh check check-am clean clean-generic \
 
1103
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
1104
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
 
1105
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
1106
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
1107
        info-am install install-GraphicsDATA install-am \
 
1108
        install-appiconDATA install-data install-data-am \
 
1109
        install-data-local install-dvi install-dvi-am install-exec \
 
1110
        install-exec-am install-html install-html-am install-info \
 
1111
        install-info-am install-man install-man1 install-pdf \
 
1112
        install-pdf-am install-ps install-ps-am install-strip \
 
1113
        installcheck installcheck-am installdirs installdirs-am \
 
1114
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1115
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
1116
        uninstall uninstall-GraphicsDATA uninstall-am \
 
1117
        uninstall-appiconDATA uninstall-man uninstall-man1
 
1118
 
 
1119
@INTLTOOL_DESKTOP_RULE@
 
1120
inkscape.1 inkscape.fr.1: fix-roff-punct Makefile.am AUTHORS utf8-to-roff
 
1121
.pod.1:
 
1122
        set -e; \
 
1123
        d=`sed -n 's,/,-,g;s,.*\$$[D]ate: \(..........\).*,\1,p' $<`; \
 
1124
        pod2man $< \
 
1125
          | sed 's/^\.TH .*/.TH INKSCAPE 1 "'"$$d"'" "Inkscape-$(VERSION)" "Inkscape"/' \
 
1126
          | perl -pe 'if (/^\[\% .*INCLUDE.*AUTHORS.* \%\]/) { open(FOO, "$(srcdir)/AUTHORS");$$_ = join(",\n", map { chomp; $$_ } <FOO>) . "\n"; }' \
 
1127
          | perl $(srcdir)/fix-roff-punct \
 
1128
          | perl -CI $(srcdir)/utf8-to-roff     \
 
1129
          > tmp.$$$$ \
 
1130
         && mv -f tmp.$$$$ $@
 
1131
# man 7 groff_char for further remarks on charset encoding for man pages.
 
1132
 
 
1133
po/inkscape.pot:
 
1134
        (cd $(srcdir)/po ; intltool-update --pot --output-file=$(distdir)/po/inkscape.pot)
 
1135
 
 
1136
install-data-local: inkscape.fr.1
 
1137
        $(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1
 
1138
        $(INSTALL_DATA) `if [ -f inkscape.fr.1 ]; then :; else echo $(srcdir)/;fi`inkscape.fr.1 $(DESTDIR)$(mandir)/fr/man1/inkscape.1
 
1139
 
 
1140
.PHONY: warn_markup
 
1141
warn_markup:
 
1142
        @if perl $(srcdir)/po/check-markup $(srcdir)/po/*.po; [ $$? = 1 ]; then \
 
1143
          echo "WARNING: Bad markup found in translations.  Please consider fixing the above problems." >&2; \
 
1144
        fi
 
1145
 
 
1146
.PHONY: check_markup
 
1147
check_markup:
 
1148
        perl $(srcdir)/po/check-markup $(srcdir)/po/*.po || [ $$? = 127 ]
 
1149
#       # `make check' probably shouldn't require perl to be installed, hence ignoring 127.
 
1150
 
 
1151
distcheck-hook:
 
1152
        perl $(srcdir)/po/check-markup $(srcdir)/po/*.po
 
1153
 
 
1154
test-check-markup:
 
1155
        if perl -e 42; then \
 
1156
          perl $(srcdir)/po/check-markup $(srcdir)/po/bad.po.test 2>&1  \
 
1157
            | diff $(srcdir)/po/bad.po.test.exp -;      \
 
1158
        fi
 
1159
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1160
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1161
.NOEXPORT: