~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-04-04 22:10:09 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060404221009-4mw2ndnf06bs257d
Tags: 2.14.3-1
* Sync with Debian
* New upstream version
* debian/rules:
  - shlibs update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_convert_SOURCES) $(rsvg_view_SOURCES) $(test_performance_SOURCES)
 
22
 
17
23
srcdir = @srcdir@
18
24
top_srcdir = @top_srcdir@
19
25
VPATH = @srcdir@
21
27
pkglibdir = $(libdir)/@PACKAGE@
22
28
pkgincludedir = $(includedir)/@PACKAGE@
23
29
top_builddir = .
24
 
 
25
30
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
31
INSTALL = @INSTALL@
27
32
install_sh_DATA = $(install_sh) -c -m 644
35
40
NORMAL_UNINSTALL = :
36
41
PRE_UNINSTALL = :
37
42
POST_UNINSTALL = :
 
43
build_triplet = @build@
38
44
host_triplet = @host@
39
45
@ENABLE_GTK_DOC_TRUE@am__append_1 = doc
 
46
bin_PROGRAMS = rsvg-convert$(EXEEXT) $(am__EXEEXT_1)
 
47
noinst_PROGRAMS = test-performance$(EXEEXT)
 
48
DIST_COMMON = README $(am__configure_deps) $(librsvginc_HEADERS) \
 
49
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
50
        $(srcdir)/config.h.in $(srcdir)/librsvg-2.0-uninstalled.pc.in \
 
51
        $(srcdir)/librsvg-2.0.pc.in $(srcdir)/librsvg-features.h.in \
 
52
        $(srcdir)/librsvg-zip.in $(srcdir)/librsvg.spec.in \
 
53
        $(srcdir)/rsvg.in $(top_srcdir)/configure AUTHORS COPYING \
 
54
        COPYING.LIB ChangeLog INSTALL NEWS TODO compile config.guess \
 
55
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 
56
subdir = .
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
62
 configure.lineno configure.status.lineno
 
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
CONFIG_HEADER = config.h
 
65
CONFIG_CLEAN_FILES = librsvg.spec librsvg-features.h librsvg-2.0.pc \
 
66
        librsvg-2.0-uninstalled.pc librsvg-zip rsvg
 
67
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
68
am__vpath_adj = case $$p in \
 
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
70
    *) f=$$p;; \
 
71
  esac;
 
72
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
73
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
 
74
        "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
 
75
        "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(librsvgincdir)"
 
76
libLTLIBRARIES_INSTALL = $(INSTALL)
 
77
LTLIBRARIES = $(lib_LTLIBRARIES)
 
78
am__DEPENDENCIES_1 =
 
79
librsvg_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
80
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
81
        $(am__DEPENDENCIES_1)
 
82
am_librsvg_2_la_OBJECTS = rsvg-affine.lo librsvg-features.lo \
 
83
        rsvg-bpath-util.lo rsvg-css.lo rsvg-defs.lo rsvg-image.lo \
 
84
        rsvg-paint-server.lo rsvg-path.lo rsvg-base-file-util.lo \
 
85
        rsvg-filter.lo rsvg-marker.lo rsvg-mask.lo rsvg-shapes.lo \
 
86
        rsvg-structure.lo rsvg-styles.lo rsvg-text.lo rsvg-cond.lo \
 
87
        rsvg-base.lo librsvg-enum-types.lo rsvg-cairo-draw.lo \
 
88
        rsvg-cairo-render.lo rsvg-cairo-clip.lo rsvg.lo \
 
89
        rsvg-gobject.lo rsvg-file-util.lo
 
90
librsvg_2_la_OBJECTS = $(am_librsvg_2_la_OBJECTS)
 
91
@HAVE_GTK_TRUE@am__EXEEXT_1 = rsvg-view$(EXEEXT)
 
92
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
93
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
 
94
am_rsvg_convert_OBJECTS = rsvg-convert.$(OBJEXT)
 
95
rsvg_convert_OBJECTS = $(am_rsvg_convert_OBJECTS)
 
96
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
97
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
98
        $(am__DEPENDENCIES_1) $(top_builddir)/librsvg-2.la
 
99
am_rsvg_view_OBJECTS = rsvg_view-test-display.$(OBJEXT)
 
100
rsvg_view_OBJECTS = $(am_rsvg_view_OBJECTS)
 
101
am_test_performance_OBJECTS = test-performance.$(OBJEXT)
 
102
test_performance_OBJECTS = $(am_test_performance_OBJECTS)
 
103
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
104
SCRIPTS = $(bin_SCRIPTS)
 
105
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
106
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
107
am__depfiles_maybe = depfiles
 
108
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
109
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
110
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
 
111
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
112
        $(AM_CFLAGS) $(CFLAGS)
 
113
CCLD = $(CC)
 
114
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
115
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
116
SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_convert_SOURCES) \
 
117
        $(rsvg_view_SOURCES) $(test_performance_SOURCES)
 
118
DIST_SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_convert_SOURCES) \
 
119
        $(rsvg_view_SOURCES) $(test_performance_SOURCES)
 
120
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
121
        html-recursive info-recursive install-data-recursive \
 
122
        install-exec-recursive install-info-recursive \
 
123
        install-recursive installcheck-recursive installdirs-recursive \
 
124
        pdf-recursive ps-recursive uninstall-info-recursive \
 
125
        uninstall-recursive
 
126
man1dir = $(mandir)/man1
 
127
NROFF = nroff
 
128
MANS = $(man_MANS)
 
129
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
130
DATA = $(pkgconfig_DATA)
 
131
librsvgincHEADERS_INSTALL = $(INSTALL_HEADER)
 
132
HEADERS = $(librsvginc_HEADERS)
 
133
ETAGS = etags
 
134
CTAGS = ctags
 
135
DIST_SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data doc
 
136
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
137
distdir = $(PACKAGE)-$(VERSION)
 
138
top_distdir = $(distdir)
 
139
am__remove_distdir = \
 
140
  { test ! -d $(distdir) \
 
141
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
142
         && rm -fr $(distdir); }; }
 
143
DIST_ARCHIVES = $(distdir).tar.gz
 
144
GZIP_ENV = --best
 
145
distuninstallcheck_listfiles = find . -type f -print
 
146
distcleancheck_listfiles = find . -type f -print
40
147
ACLOCAL = @ACLOCAL@
41
148
AMDEP_FALSE = @AMDEP_FALSE@
42
149
AMDEP_TRUE = @AMDEP_TRUE@
176
283
am__include = @am__include@
177
284
am__leading_dot = @am__leading_dot@
178
285
am__quote = @am__quote@
 
286
am__tar = @am__tar@
 
287
am__untar = @am__untar@
179
288
bindir = @bindir@
180
289
build = @build@
181
290
build_alias = @build_alias@
196
305
libexecdir = @libexecdir@
197
306
localstatedir = @localstatedir@
198
307
mandir = @mandir@
 
308
mkdir_p = @mkdir_p@
199
309
oldincludedir = @oldincludedir@
200
310
prefix = @prefix@
201
311
program_transform_name = @program_transform_name@
203
313
sharedstatedir = @sharedstatedir@
204
314
sysconfdir = @sysconfdir@
205
315
target_alias = @target_alias@
 
316
@HAVE_GTK_FALSE@target_rsvg_view = 
206
317
@HAVE_GTK_TRUE@target_rsvg_view = rsvg-view
207
 
@HAVE_GTK_FALSE@target_rsvg_view = 
208
 
 
209
 
SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data $(am__append_1)
210
 
 
 
318
SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data \
 
319
        $(am__append_1)
211
320
lib_LTLIBRARIES = librsvg-2.la
212
 
bin_PROGRAMS = rsvg-convert $(target_rsvg_view)
213
 
noinst_PROGRAMS = test-performance
214
 
 
215
321
man_MANS = rsvg.1
216
 
 
217
322
@OS_WIN32_FALSE@libm = -lm
218
 
 
219
323
headers = \
220
324
        rsvg.h  \
221
325
        rsvg-cairo.h
222
326
 
223
 
 
224
327
enum_sources = \
225
328
        librsvg-enum-types.h    \
226
329
        librsvg-enum-types.c
227
330
 
228
 
 
229
331
librsvg_2_la_SOURCES = \
230
332
        rsvg-affine.c           \
231
333
        librsvg-features.c      \
270
372
        rsvg-gobject.c          \
271
373
        rsvg-file-util.c
272
374
 
273
 
 
274
375
librsvg_2_la_LDFLAGS = -version-info @VERSION_INFO@ -export-dynamic -no-undefined -export-symbols $(srcdir)/librsvg.def
275
376
librsvg_2_la_LIBADD = $(LIBGNOME_VFS_LIBS) $(LIBGSF_LIBS) $(LIBCROCO_LIBS) $(LIBRSVG_LIBS) $(FREETYPE_LIBS)
276
 
 
277
377
librsvgincdir = $(includedir)/librsvg-2/librsvg
278
378
librsvginc_HEADERS = \
279
379
        $(headers)      \
280
380
        librsvg-features.h \
281
381
        librsvg-enum-types.h
282
382
 
283
 
 
284
383
INCLUDES = \
285
384
        $(LIBGNOME_VFS_CFLAGS)          \
286
385
        $(LIBGSF_CFLAGS)                \
293
392
        -DG_LOG_DOMAIN=\"librsvg\"      \
294
393
        -DLIBRSVG_DATADIR="\"$(datadir)\""
295
394
 
296
 
 
297
395
DEPS = $(top_builddir)/librsvg-2.la
298
396
LDADDS = \
299
397
        $(LIBGNOME_VFS_LIBS)            \
303
401
        $(POPT_LIBS)                    \
304
402
        $(top_builddir)/librsvg-2.la
305
403
 
306
 
 
307
404
bin_SCRIPTS = rsvg
308
 
 
309
405
rsvg_convert_SOURCES = rsvg-convert.c
310
406
rsvg_convert_LDFLAGS = 
311
407
rsvg_convert_DEPENDENCIES = $(DEPS)
312
408
rsvg_convert_LDADD = $(LDADDS) $(libm)
313
 
 
314
409
test_performance_SOURCES = test-performance.c
315
410
test_performance_LDFLAGS = 
316
411
test_performance_DEPENDENCIES = $(DEPS)
317
412
test_performance_LDADD = $(LDADDS) $(libm)
318
 
 
319
413
rsvg_view_SOURCES = \
320
414
        test-display.c
321
415
 
323
417
rsvg_view_DEPENDENCIES = $(DEPS)
324
418
rsvg_view_CFLAGS = $(GNOME_PRINT_CFLAGS)
325
419
rsvg_view_LDADD = $(GNOME_PRINT_LIBS) $(GTK_LIBS) $(GDK_X11_LIBS) $(libm) $(LDADDS)
326
 
 
327
420
EXTRA_DIST = \
328
421
        MAINTAINERS                     \
329
422
        AUTHORS                         \
340
433
        $(rsvg_view_SOURCES)            \
341
434
        gtk-doc.make
342
435
 
343
 
 
344
436
CLEANFILES = \
345
437
        $(enum_sources) \
346
438
        s-enum-types-h s-enum-types-c
347
439
 
348
 
 
349
440
pkgconfigdir = $(libdir)/pkgconfig
350
441
pkgconfig_DATA = librsvg-2.0.pc
351
 
subdir = .
352
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
353
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
354
 
CONFIG_HEADER = config.h
355
 
CONFIG_CLEAN_FILES = librsvg.spec librsvg-features.h librsvg-2.0.pc \
356
 
        librsvg-2.0-uninstalled.pc librsvg-zip rsvg
357
 
LTLIBRARIES = $(lib_LTLIBRARIES)
358
 
 
359
 
librsvg_2_la_DEPENDENCIES =
360
 
am_librsvg_2_la_OBJECTS = rsvg-affine.lo librsvg-features.lo \
361
 
        rsvg-bpath-util.lo rsvg-css.lo rsvg-defs.lo rsvg-image.lo \
362
 
        rsvg-paint-server.lo rsvg-path.lo rsvg-base-file-util.lo \
363
 
        rsvg-filter.lo rsvg-marker.lo rsvg-mask.lo rsvg-shapes.lo \
364
 
        rsvg-structure.lo rsvg-styles.lo rsvg-text.lo rsvg-cond.lo \
365
 
        rsvg-base.lo librsvg-enum-types.lo rsvg-cairo-draw.lo \
366
 
        rsvg-cairo-render.lo rsvg-cairo-clip.lo rsvg.lo rsvg-gobject.lo \
367
 
        rsvg-file-util.lo
368
 
librsvg_2_la_OBJECTS = $(am_librsvg_2_la_OBJECTS)
369
 
@HAVE_GTK_TRUE@bin_PROGRAMS = rsvg-convert$(EXEEXT) rsvg-view$(EXEEXT)
370
 
@HAVE_GTK_FALSE@bin_PROGRAMS = rsvg-convert$(EXEEXT)
371
 
noinst_PROGRAMS = test-performance$(EXEEXT)
372
 
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
373
 
 
374
 
am_rsvg_convert_OBJECTS = rsvg-convert.$(OBJEXT)
375
 
rsvg_convert_OBJECTS = $(am_rsvg_convert_OBJECTS)
376
 
am_rsvg_view_OBJECTS = rsvg_view-test-display.$(OBJEXT)
377
 
rsvg_view_OBJECTS = $(am_rsvg_view_OBJECTS)
378
 
am_test_performance_OBJECTS = test-performance.$(OBJEXT)
379
 
test_performance_OBJECTS = $(am_test_performance_OBJECTS)
380
 
SCRIPTS = $(bin_SCRIPTS)
381
 
 
382
 
 
383
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
384
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
385
 
am__depfiles_maybe = depfiles
386
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/librsvg-enum-types.Plo \
387
 
@AMDEP_TRUE@    ./$(DEPDIR)/librsvg-features.Plo \
388
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-affine.Plo \
389
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-base-file-util.Plo \
390
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-base.Plo \
391
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-bpath-util.Plo \
392
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-cairo-clip.Plo \
393
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-cairo-draw.Plo \
394
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-cairo-render.Plo \
395
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-cond.Plo \
396
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-convert.Po \
397
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-css.Plo ./$(DEPDIR)/rsvg-defs.Plo \
398
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-file-util.Plo \
399
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-filter.Plo \
400
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-gobject.Plo \
401
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-image.Plo \
402
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-marker.Plo \
403
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-mask.Plo \
404
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-paint-server.Plo \
405
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-path.Plo \
406
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-shapes.Plo \
407
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-structure.Plo \
408
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-styles.Plo \
409
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg-text.Plo ./$(DEPDIR)/rsvg.Plo \
410
 
@AMDEP_TRUE@    ./$(DEPDIR)/rsvg_view-test-display.Po \
411
 
@AMDEP_TRUE@    ./$(DEPDIR)/test-performance.Po
412
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
413
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
414
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
415
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
416
 
CCLD = $(CC)
417
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
418
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
419
 
DIST_SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_convert_SOURCES) \
420
 
        $(rsvg_view_SOURCES) $(test_performance_SOURCES)
421
 
 
422
 
NROFF = nroff
423
 
MANS = $(man_MANS)
424
 
DATA = $(pkgconfig_DATA)
425
 
 
426
 
HEADERS = $(librsvginc_HEADERS)
427
 
 
428
 
 
429
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
430
 
        ps-recursive install-info-recursive uninstall-info-recursive \
431
 
        all-recursive install-data-recursive install-exec-recursive \
432
 
        installdirs-recursive install-recursive uninstall-recursive \
433
 
        check-recursive installcheck-recursive
434
 
DIST_COMMON = README $(librsvginc_HEADERS) $(srcdir)/Makefile.in \
435
 
        $(srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
436
 
        INSTALL Makefile.am NEWS TODO aclocal.m4 compile config.guess \
437
 
        config.h.in config.sub configure configure.in depcomp \
438
 
        install-sh librsvg-2.0-uninstalled.pc.in librsvg-2.0.pc.in \
439
 
        librsvg-features.h.in librsvg-zip.in librsvg.spec.in ltmain.sh \
440
 
        missing mkinstalldirs rsvg.in
441
 
DIST_SUBDIRS = . moz-plugin gdk-pixbuf-loader gtk-engine data doc
442
 
SOURCES = $(librsvg_2_la_SOURCES) $(rsvg_convert_SOURCES) $(rsvg_view_SOURCES) $(test_performance_SOURCES)
443
 
 
444
442
all: config.h
445
443
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
446
444
 
447
445
.SUFFIXES:
448
446
.SUFFIXES: .c .lo .o .obj
449
 
 
450
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
451
 
 configure.lineno
452
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
447
am--refresh:
 
448
        @:
 
449
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
450
        @for dep in $?; do \
 
451
          case '$(am__configure_deps)' in \
 
452
            *$$dep*) \
 
453
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
454
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
455
                && exit 0; \
 
456
              exit 1;; \
 
457
          esac; \
 
458
        done; \
 
459
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
453
460
        cd $(top_srcdir) && \
454
461
          $(AUTOMAKE) --gnu  Makefile
455
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
456
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
462
.PRECIOUS: Makefile
 
463
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
464
        @case '$?' in \
 
465
          *config.status*) \
 
466
            echo ' $(SHELL) ./config.status'; \
 
467
            $(SHELL) ./config.status;; \
 
468
          *) \
 
469
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
470
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
471
        esac;
457
472
 
458
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
473
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
459
474
        $(SHELL) ./config.status --recheck
460
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
475
 
 
476
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
461
477
        cd $(srcdir) && $(AUTOCONF)
462
 
 
463
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
 
478
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
464
479
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
465
480
 
466
481
config.h: stamp-h1
472
487
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
473
488
        @rm -f stamp-h1
474
489
        cd $(top_builddir) && $(SHELL) ./config.status config.h
475
 
 
476
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
490
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
477
491
        cd $(top_srcdir) && $(AUTOHEADER)
478
 
        touch $(srcdir)/config.h.in
 
492
        rm -f stamp-h1
 
493
        touch $@
479
494
 
480
495
distclean-hdr:
481
496
        -rm -f config.h stamp-h1
482
 
librsvg.spec: $(top_builddir)/config.status librsvg.spec.in
483
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
484
 
librsvg-features.h: $(top_builddir)/config.status librsvg-features.h.in
485
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
486
 
librsvg-2.0.pc: $(top_builddir)/config.status librsvg-2.0.pc.in
487
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
488
 
librsvg-2.0-uninstalled.pc: $(top_builddir)/config.status librsvg-2.0-uninstalled.pc.in
489
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
490
 
librsvg-zip: $(top_builddir)/config.status librsvg-zip.in
491
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
492
 
rsvg: $(top_builddir)/config.status rsvg.in
493
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
494
 
libLTLIBRARIES_INSTALL = $(INSTALL)
 
497
librsvg.spec: $(top_builddir)/config.status $(srcdir)/librsvg.spec.in
 
498
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
499
librsvg-features.h: $(top_builddir)/config.status $(srcdir)/librsvg-features.h.in
 
500
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
501
librsvg-2.0.pc: $(top_builddir)/config.status $(srcdir)/librsvg-2.0.pc.in
 
502
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
503
librsvg-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/librsvg-2.0-uninstalled.pc.in
 
504
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
505
librsvg-zip: $(top_builddir)/config.status $(srcdir)/librsvg-zip.in
 
506
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
507
rsvg: $(top_builddir)/config.status $(srcdir)/rsvg.in
 
508
        cd $(top_builddir) && $(SHELL) ./config.status $@
495
509
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
496
510
        @$(NORMAL_INSTALL)
497
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
511
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
498
512
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
499
513
          if test -f $$p; then \
500
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
501
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
502
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
514
            f=$(am__strip_dir) \
 
515
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
516
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
503
517
          else :; fi; \
504
518
        done
505
519
 
506
520
uninstall-libLTLIBRARIES:
507
521
        @$(NORMAL_UNINSTALL)
508
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
509
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
510
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
511
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
522
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
523
          p=$(am__strip_dir) \
 
524
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
525
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
512
526
        done
513
527
 
514
528
clean-libLTLIBRARIES:
515
529
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
516
530
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
517
531
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
518
 
          test "$$dir" = "$$p" && dir=.; \
 
532
          test "$$dir" != "$$p" || dir=.; \
519
533
          echo "rm -f \"$${dir}/so_locations\""; \
520
534
          rm -f "$${dir}/so_locations"; \
521
535
        done
522
536
librsvg-2.la: $(librsvg_2_la_OBJECTS) $(librsvg_2_la_DEPENDENCIES) 
523
537
        $(LINK) -rpath $(libdir) $(librsvg_2_la_LDFLAGS) $(librsvg_2_la_OBJECTS) $(librsvg_2_la_LIBADD) $(LIBS)
524
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
525
538
install-binPROGRAMS: $(bin_PROGRAMS)
526
539
        @$(NORMAL_INSTALL)
527
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
540
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
528
541
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
529
542
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
530
543
          if test -f $$p \
531
544
             || test -f $$p1 \
532
545
          ; then \
533
546
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
534
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
535
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
 
547
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
548
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
536
549
          else :; fi; \
537
550
        done
538
551
 
540
553
        @$(NORMAL_UNINSTALL)
541
554
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
542
555
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
543
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
544
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
556
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
557
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
545
558
        done
546
559
 
547
560
clean-binPROGRAMS:
566
579
test-performance$(EXEEXT): $(test_performance_OBJECTS) $(test_performance_DEPENDENCIES) 
567
580
        @rm -f test-performance$(EXEEXT)
568
581
        $(LINK) $(test_performance_LDFLAGS) $(test_performance_OBJECTS) $(test_performance_LDADD) $(LIBS)
569
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
570
582
install-binSCRIPTS: $(bin_SCRIPTS)
571
583
        @$(NORMAL_INSTALL)
572
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
584
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
573
585
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
574
586
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
575
587
          if test -f $$d$$p; then \
576
588
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
577
 
            echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
578
 
            $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
 
589
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
590
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
579
591
          else :; fi; \
580
592
        done
581
593
 
583
595
        @$(NORMAL_UNINSTALL)
584
596
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
585
597
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
586
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
587
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
598
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
599
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
588
600
        done
589
601
 
590
602
mostlyclean-compile:
591
 
        -rm -f *.$(OBJEXT) core *.core
 
603
        -rm -f *.$(OBJEXT)
592
604
 
593
605
distclean-compile:
594
606
        -rm -f *.tab.c
623
635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-performance.Po@am__quote@
624
636
 
625
637
.c.o:
626
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
627
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
628
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
629
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
630
 
@am__fastdepCC_TRUE@    fi
 
638
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
639
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
631
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
632
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
633
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
642
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
635
643
 
636
644
.c.obj:
637
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
638
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
639
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
640
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
641
 
@am__fastdepCC_TRUE@    fi
 
645
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
646
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
642
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
643
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
644
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
649
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
646
650
 
647
651
.c.lo:
648
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
649
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
650
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
651
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
652
 
@am__fastdepCC_TRUE@    fi
 
652
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
653
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
653
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
654
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
655
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
656
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
657
657
 
658
658
rsvg_view-test-display.o: test-display.c
659
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -MT rsvg_view-test-display.o -MD -MP -MF "$(DEPDIR)/rsvg_view-test-display.Tpo" \
660
 
@am__fastdepCC_TRUE@      -c -o rsvg_view-test-display.o `test -f 'test-display.c' || echo '$(srcdir)/'`test-display.c; \
661
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rsvg_view-test-display.Tpo" "$(DEPDIR)/rsvg_view-test-display.Po"; \
662
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/rsvg_view-test-display.Tpo"; exit 1; \
663
 
@am__fastdepCC_TRUE@    fi
 
659
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -MT rsvg_view-test-display.o -MD -MP -MF "$(DEPDIR)/rsvg_view-test-display.Tpo" -c -o rsvg_view-test-display.o `test -f 'test-display.c' || echo '$(srcdir)/'`test-display.c; \
 
660
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rsvg_view-test-display.Tpo" "$(DEPDIR)/rsvg_view-test-display.Po"; else rm -f "$(DEPDIR)/rsvg_view-test-display.Tpo"; exit 1; fi
664
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-display.c' object='rsvg_view-test-display.o' libtool=no @AMDEPBACKSLASH@
665
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/rsvg_view-test-display.Po' tmpdepfile='$(DEPDIR)/rsvg_view-test-display.TPo' @AMDEPBACKSLASH@
666
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667
663
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -c -o rsvg_view-test-display.o `test -f 'test-display.c' || echo '$(srcdir)/'`test-display.c
668
664
 
669
665
rsvg_view-test-display.obj: test-display.c
670
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -MT rsvg_view-test-display.obj -MD -MP -MF "$(DEPDIR)/rsvg_view-test-display.Tpo" \
671
 
@am__fastdepCC_TRUE@      -c -o rsvg_view-test-display.obj `if test -f 'test-display.c'; then $(CYGPATH_W) 'test-display.c'; else $(CYGPATH_W) '$(srcdir)/test-display.c'; fi`; \
672
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rsvg_view-test-display.Tpo" "$(DEPDIR)/rsvg_view-test-display.Po"; \
673
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/rsvg_view-test-display.Tpo"; exit 1; \
674
 
@am__fastdepCC_TRUE@    fi
 
666
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -MT rsvg_view-test-display.obj -MD -MP -MF "$(DEPDIR)/rsvg_view-test-display.Tpo" -c -o rsvg_view-test-display.obj `if test -f 'test-display.c'; then $(CYGPATH_W) 'test-display.c'; else $(CYGPATH_W) '$(srcdir)/test-display.c'; fi`; \
 
667
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rsvg_view-test-display.Tpo" "$(DEPDIR)/rsvg_view-test-display.Po"; else rm -f "$(DEPDIR)/rsvg_view-test-display.Tpo"; exit 1; fi
675
668
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-display.c' object='rsvg_view-test-display.obj' libtool=no @AMDEPBACKSLASH@
676
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/rsvg_view-test-display.Po' tmpdepfile='$(DEPDIR)/rsvg_view-test-display.TPo' @AMDEPBACKSLASH@
677
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678
670
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -c -o rsvg_view-test-display.obj `if test -f 'test-display.c'; then $(CYGPATH_W) 'test-display.c'; else $(CYGPATH_W) '$(srcdir)/test-display.c'; fi`
679
671
 
680
 
rsvg_view-test-display.lo: test-display.c
681
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -MT rsvg_view-test-display.lo -MD -MP -MF "$(DEPDIR)/rsvg_view-test-display.Tpo" \
682
 
@am__fastdepCC_TRUE@      -c -o rsvg_view-test-display.lo `test -f 'test-display.c' || echo '$(srcdir)/'`test-display.c; \
683
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/rsvg_view-test-display.Tpo" "$(DEPDIR)/rsvg_view-test-display.Plo"; \
684
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/rsvg_view-test-display.Tpo"; exit 1; \
685
 
@am__fastdepCC_TRUE@    fi
686
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-display.c' object='rsvg_view-test-display.lo' libtool=yes @AMDEPBACKSLASH@
687
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/rsvg_view-test-display.Plo' tmpdepfile='$(DEPDIR)/rsvg_view-test-display.TPlo' @AMDEPBACKSLASH@
688
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsvg_view_CFLAGS) $(CFLAGS) -c -o rsvg_view-test-display.lo `test -f 'test-display.c' || echo '$(srcdir)/'`test-display.c
690
 
 
691
672
mostlyclean-libtool:
692
673
        -rm -f *.lo
693
674
 
697
678
distclean-libtool:
698
679
        -rm -f libtool
699
680
uninstall-info-am:
700
 
 
701
 
man1dir = $(mandir)/man1
702
681
install-man1: $(man1_MANS) $(man_MANS)
703
682
        @$(NORMAL_INSTALL)
704
 
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
683
        test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
705
684
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
706
685
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
707
686
        for i in $$l2; do \
720
699
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
721
700
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
722
701
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
723
 
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
724
 
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
702
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
703
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
725
704
        done
726
705
uninstall-man1:
727
706
        @$(NORMAL_UNINSTALL)
741
720
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
742
721
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
743
722
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
744
 
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
745
 
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
723
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
724
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
746
725
        done
747
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
748
726
install-pkgconfigDATA: $(pkgconfig_DATA)
749
727
        @$(NORMAL_INSTALL)
750
 
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
 
728
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
751
729
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
752
730
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
753
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
754
 
          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
755
 
          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
 
731
          f=$(am__strip_dir) \
 
732
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
733
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
756
734
        done
757
735
 
758
736
uninstall-pkgconfigDATA:
759
737
        @$(NORMAL_UNINSTALL)
760
738
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
761
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
762
 
          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
763
 
          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
 
739
          f=$(am__strip_dir) \
 
740
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
741
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
764
742
        done
765
 
librsvgincHEADERS_INSTALL = $(INSTALL_HEADER)
766
743
install-librsvgincHEADERS: $(librsvginc_HEADERS)
767
744
        @$(NORMAL_INSTALL)
768
 
        $(mkinstalldirs) $(DESTDIR)$(librsvgincdir)
 
745
        test -z "$(librsvgincdir)" || $(mkdir_p) "$(DESTDIR)$(librsvgincdir)"
769
746
        @list='$(librsvginc_HEADERS)'; for p in $$list; do \
770
747
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
771
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
772
 
          echo " $(librsvgincHEADERS_INSTALL) $$d$$p $(DESTDIR)$(librsvgincdir)/$$f"; \
773
 
          $(librsvgincHEADERS_INSTALL) $$d$$p $(DESTDIR)$(librsvgincdir)/$$f; \
 
748
          f=$(am__strip_dir) \
 
749
          echo " $(librsvgincHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(librsvgincdir)/$$f'"; \
 
750
          $(librsvgincHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(librsvgincdir)/$$f"; \
774
751
        done
775
752
 
776
753
uninstall-librsvgincHEADERS:
777
754
        @$(NORMAL_UNINSTALL)
778
755
        @list='$(librsvginc_HEADERS)'; for p in $$list; do \
779
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
780
 
          echo " rm -f $(DESTDIR)$(librsvgincdir)/$$f"; \
781
 
          rm -f $(DESTDIR)$(librsvgincdir)/$$f; \
 
756
          f=$(am__strip_dir) \
 
757
          echo " rm -f '$(DESTDIR)$(librsvgincdir)/$$f'"; \
 
758
          rm -f "$(DESTDIR)$(librsvgincdir)/$$f"; \
782
759
        done
783
760
 
784
761
# This directory's subdirectories are mostly independent; you can cd
840
817
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
841
818
        done
842
819
 
843
 
ETAGS = etags
844
 
ETAGSFLAGS =
845
 
 
846
 
CTAGS = ctags
847
 
CTAGSFLAGS =
848
 
 
849
 
tags: TAGS
850
 
 
851
820
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
852
821
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
853
822
        unique=`for i in $$list; do \
856
825
          $(AWK) '    { files[$$0] = 1; } \
857
826
               END { for (i in files) print i; }'`; \
858
827
        mkid -fID $$unique
 
828
tags: TAGS
859
829
 
860
830
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
861
831
                $(TAGS_FILES) $(LISP)
862
832
        tags=; \
863
833
        here=`pwd`; \
864
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
834
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
865
835
          include_option=--etags-include; \
 
836
          empty_fix=.; \
866
837
        else \
867
838
          include_option=--include; \
 
839
          empty_fix=; \
868
840
        fi; \
869
841
        list='$(SUBDIRS)'; for subdir in $$list; do \
870
842
          if test "$$subdir" = .; then :; else \
871
 
            test -f $$subdir/TAGS && \
 
843
            test ! -f $$subdir/TAGS || \
872
844
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
873
845
          fi; \
874
846
        done; \
878
850
          done | \
879
851
          $(AWK) '    { files[$$0] = 1; } \
880
852
               END { for (i in files) print i; }'`; \
881
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
882
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
883
 
             $$tags $$unique
884
 
 
 
853
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
854
          test -n "$$unique" || unique=$$empty_fix; \
 
855
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
856
            $$tags $$unique; \
 
857
        fi
885
858
ctags: CTAGS
886
859
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
887
860
                $(TAGS_FILES) $(LISP)
904
877
 
905
878
distclean-tags:
906
879
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
907
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
908
 
 
909
 
top_distdir = .
910
 
distdir = $(PACKAGE)-$(VERSION)
911
 
 
912
 
am__remove_distdir = \
913
 
  { test ! -d $(distdir) \
914
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
915
 
         && rm -fr $(distdir); }; }
916
 
 
917
 
GZIP_ENV = --best
918
 
distuninstallcheck_listfiles = find . -type f -print
919
 
distcleancheck_listfiles = find . -type f -print
920
880
 
921
881
distdir: $(DISTFILES)
922
882
        $(am__remove_distdir)
923
883
        mkdir $(distdir)
924
 
        $(mkinstalldirs) $(distdir)/.
 
884
        $(mkdir_p) $(distdir)/.
925
885
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
926
886
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
927
887
        list='$(DISTFILES)'; for file in $$list; do \
933
893
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
934
894
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
935
895
            dir="/$$dir"; \
936
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
896
            $(mkdir_p) "$(distdir)$$dir"; \
937
897
          else \
938
898
            dir=''; \
939
899
          fi; \
950
910
        done
951
911
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
952
912
          if test "$$subdir" = .; then :; else \
953
 
            test -d $(distdir)/$$subdir \
954
 
            || mkdir $(distdir)/$$subdir \
 
913
            test -d "$(distdir)/$$subdir" \
 
914
            || $(mkdir_p) "$(distdir)/$$subdir" \
955
915
            || exit 1; \
 
916
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
917
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
956
918
            (cd $$subdir && \
957
919
              $(MAKE) $(AM_MAKEFLAGS) \
958
 
                top_distdir="$(top_distdir)" \
959
 
                distdir=../$(distdir)/$$subdir \
 
920
                top_distdir="$$top_distdir" \
 
921
                distdir="$$distdir/$$subdir" \
960
922
                distdir) \
961
923
              || exit 1; \
962
924
          fi; \
970
932
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
971
933
        || chmod -R a+r $(distdir)
972
934
dist-gzip: distdir
973
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
935
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
936
        $(am__remove_distdir)
 
937
 
 
938
dist-bzip2: distdir
 
939
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
940
        $(am__remove_distdir)
 
941
 
 
942
dist-tarZ: distdir
 
943
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
944
        $(am__remove_distdir)
 
945
 
 
946
dist-shar: distdir
 
947
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
948
        $(am__remove_distdir)
 
949
 
 
950
dist-zip: distdir
 
951
        -rm -f $(distdir).zip
 
952
        zip -rq $(distdir).zip $(distdir)
974
953
        $(am__remove_distdir)
975
954
 
976
955
dist dist-all: distdir
977
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
956
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
978
957
        $(am__remove_distdir)
979
958
 
980
959
# This target untars the dist file and tries a VPATH configuration.  Then
981
960
# it guarantees that the distribution is self-contained by making another
982
961
# tarfile.
983
962
distcheck: dist
984
 
        $(am__remove_distdir)
985
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
963
        case '$(DIST_ARCHIVES)' in \
 
964
        *.tar.gz*) \
 
965
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
966
        *.tar.bz2*) \
 
967
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
968
        *.tar.Z*) \
 
969
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
970
        *.shar.gz*) \
 
971
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
972
        *.zip*) \
 
973
          unzip $(distdir).zip ;;\
 
974
        esac
986
975
        chmod -R a-w $(distdir); chmod a+w $(distdir)
987
976
        mkdir $(distdir)/_build
988
977
        mkdir $(distdir)/_inst
1002
991
                distuninstallcheck \
1003
992
          && chmod -R a-w "$$dc_install_base" \
1004
993
          && ({ \
1005
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
994
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1006
995
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1007
996
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1008
997
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1009
998
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1010
999
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
1011
1000
          && rm -rf "$$dc_destdir" \
1012
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
1013
 
          && rm -f $(distdir).tar.gz \
 
1001
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
1002
          && rm -rf $(DIST_ARCHIVES) \
1014
1003
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1015
1004
        $(am__remove_distdir)
1016
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
1017
 
          sed 'h;s/./=/g;p;x;p;x'
 
1005
        @(echo "$(distdir) archives ready for distribution: "; \
 
1006
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
1007
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1018
1008
distuninstallcheck:
1019
1009
        @cd $(distuninstallcheck_dir) \
1020
1010
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1041
1031
 
1042
1032
installdirs: installdirs-recursive
1043
1033
installdirs-am:
1044
 
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(librsvgincdir)
1045
 
 
 
1034
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(librsvgincdir)"; do \
 
1035
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
1036
        done
1046
1037
install: install-recursive
1047
1038
install-exec: install-exec-recursive
1048
1039
install-data: install-data-recursive
1063
1054
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1064
1055
 
1065
1056
distclean-generic:
1066
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
1057
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1067
1058
 
1068
1059
maintainer-clean-generic:
1069
1060
        @echo "This command is intended for maintainers to use"
1077
1068
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1078
1069
        -rm -rf ./$(DEPDIR)
1079
1070
        -rm -f Makefile
1080
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
1081
 
        distclean-libtool distclean-tags
 
1071
distclean-am: clean-am distclean-compile distclean-generic \
 
1072
        distclean-hdr distclean-libtool distclean-tags
1082
1073
 
1083
1074
dvi: dvi-recursive
1084
1075
 
1085
1076
dvi-am:
1086
1077
 
 
1078
html: html-recursive
 
1079
 
1087
1080
info: info-recursive
1088
1081
 
1089
1082
info-am:
1129
1122
 
1130
1123
uninstall-man: uninstall-man1
1131
1124
 
1132
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
1133
 
        clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1134
 
        clean-libtool clean-noinstPROGRAMS clean-recursive ctags \
1135
 
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
1136
 
        distclean-compile distclean-generic distclean-hdr \
 
1125
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
1126
        check-am clean clean-binPROGRAMS clean-generic \
 
1127
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
 
1128
        clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
 
1129
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
 
1130
        distclean distclean-compile distclean-generic distclean-hdr \
1137
1131
        distclean-libtool distclean-recursive distclean-tags \
1138
 
        distcleancheck distdir distuninstallcheck dvi dvi-am \
1139
 
        dvi-recursive info info-am info-recursive install install-am \
1140
 
        install-binPROGRAMS install-binSCRIPTS install-data \
1141
 
        install-data-am install-data-recursive install-exec \
1142
 
        install-exec-am install-exec-recursive install-info \
1143
 
        install-info-am install-info-recursive install-libLTLIBRARIES \
1144
 
        install-librsvgincHEADERS install-man install-man1 \
1145
 
        install-pkgconfigDATA install-recursive install-strip \
1146
 
        installcheck installcheck-am installdirs installdirs-am \
1147
 
        installdirs-recursive maintainer-clean maintainer-clean-generic \
1148
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
1149
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
1150
 
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
1151
 
        tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
1152
 
        uninstall-binSCRIPTS uninstall-info-am uninstall-info-recursive \
 
1132
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
1133
        html-am info info-am install install-am install-binPROGRAMS \
 
1134
        install-binSCRIPTS install-data install-data-am install-exec \
 
1135
        install-exec-am install-info install-info-am \
 
1136
        install-libLTLIBRARIES install-librsvgincHEADERS install-man \
 
1137
        install-man1 install-pkgconfigDATA install-strip installcheck \
 
1138
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1139
        maintainer-clean-generic maintainer-clean-recursive \
 
1140
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1141
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
1142
        tags tags-recursive uninstall uninstall-am \
 
1143
        uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-info-am \
1153
1144
        uninstall-libLTLIBRARIES uninstall-librsvgincHEADERS \
1154
 
        uninstall-man uninstall-man1 uninstall-pkgconfigDATA \
1155
 
        uninstall-recursive
 
1145
        uninstall-man uninstall-man1 uninstall-pkgconfigDATA
1156
1146
 
1157
1147
 
1158
1148
dist-hook: librsvg.spec