~ubuntu-branches/ubuntu/trusty/librsvg/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Laurent Bigonville
  • Date: 2013-10-21 13:58:34 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131021135834-rrvvy5hm5amr838j
Tags: 2.40.0-1
[ Michael Biebl ]
* New upstream release.
  - Fixes local resource access vulnerability. Closes: #724741
    CVE-2013-1881
* Refresh patches.
* GTK2 support has been removed upstream. Drop Build-Depends on
  libgtk2.0-dev, libgtk2.0-doc and the now obsolete --disable-gtk-theme
  configure switch.
* Bump Build-Depends on libgtk-3-dev to (>= 3.2.0).
* Bump Build-Depends on libpango1.0-dev to (>= 1.36.0) to get the
  thread-safe version.

[ Laurent Bigonville ]
* debian/control.in:
  - Use canonical URL for VCS-* fields
  - Update Homepage URL
  - Move source package to the "libs" Section
  - Remove duplicate Section, thanks to lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
19
18
 
20
19
 
21
20
VPATH = @srcdir@
22
 
am__make_dryrun = \
23
 
  { \
24
 
    am__dry=no; \
 
21
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
22
am__make_running_with_option = \
 
23
  case $${target_option-} in \
 
24
      ?) ;; \
 
25
      *) echo "am__make_running_with_option: internal error: invalid" \
 
26
              "target option '$${target_option-}' specified" >&2; \
 
27
         exit 1;; \
 
28
  esac; \
 
29
  has_opt=no; \
 
30
  sane_makeflags=$$MAKEFLAGS; \
 
31
  if $(am__is_gnu_make); then \
 
32
    sane_makeflags=$$MFLAGS; \
 
33
  else \
25
34
    case $$MAKEFLAGS in \
26
35
      *\\[\ \   ]*) \
27
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29
 
      *) \
30
 
        for am__flg in $$MAKEFLAGS; do \
31
 
          case $$am__flg in \
32
 
            *=*|--*) ;; \
33
 
            *n*) am__dry=yes; break;; \
34
 
          esac; \
35
 
        done;; \
36
 
    esac; \
37
 
    test $$am__dry = yes; \
38
 
  }
 
36
        bs=\\; \
 
37
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
38
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
39
    esac; \
 
40
  fi; \
 
41
  skip_next=no; \
 
42
  strip_trailopt () \
 
43
  { \
 
44
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
45
  }; \
 
46
  for flg in $$sane_makeflags; do \
 
47
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
48
    case $$flg in \
 
49
      *=*|--*) continue;; \
 
50
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
51
      -*I?*) strip_trailopt 'I';; \
 
52
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
53
      -*O?*) strip_trailopt 'O';; \
 
54
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
55
      -*l?*) strip_trailopt 'l';; \
 
56
      -[dEDm]) skip_next=yes;; \
 
57
      -[JT]) skip_next=yes;; \
 
58
    esac; \
 
59
    case $$flg in \
 
60
      *$$target_option*) has_opt=yes; break;; \
 
61
    esac; \
 
62
  done; \
 
63
  test $$has_opt = yes
 
64
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
65
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39
66
pkgdatadir = $(datadir)/@PACKAGE@
40
67
pkgincludedir = $(includedir)/@PACKAGE@
41
68
pkglibdir = $(libdir)/@PACKAGE@
54
81
POST_UNINSTALL = :
55
82
build_triplet = @build@
56
83
host_triplet = @host@
57
 
@ENABLE_GTK2_ENGINE_TRUE@am__append_1 = gtk-engine
58
84
bin_PROGRAMS = rsvg-convert$(EXEEXT) $(am__EXEEXT_1)
59
 
@HAVE_GTK_3_TRUE@am__append_2 = rsvg-view-3
60
 
@OS_WIN32_TRUE@am__append_3 = -mwindows
61
 
@HAVE_INTROSPECTION_TRUE@am__append_4 = $(nodist_gir_DATA) $(nodist_typelibs_DATA)
62
 
@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@am__append_5 = $(VAPIGEN_VAPIS)
 
85
@HAVE_GTK_3_TRUE@am__append_1 = rsvg-view-3
 
86
@OS_WIN32_TRUE@am__append_2 = -mwindows
 
87
@HAVE_INTROSPECTION_TRUE@am__append_3 = $(nodist_gir_DATA) $(nodist_typelibs_DATA)
 
88
@ENABLE_VAPIGEN_TRUE@@HAVE_INTROSPECTION_TRUE@am__append_4 = $(VAPIGEN_VAPIS)
63
89
subdir = .
64
 
DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
65
 
        $(librsvginc_HEADERS) $(srcdir)/Makefile.am \
66
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
67
 
        $(srcdir)/librsvg-features.h.in \
68
 
        $(srcdir)/librsvg-uninstalled.pc.in $(srcdir)/librsvg-zip.in \
69
 
        $(srcdir)/librsvg.pc.in $(top_srcdir)/configure AUTHORS \
70
 
        COPYING COPYING.LIB ChangeLog INSTALL NEWS TODO compile \
71
 
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
90
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
91
        $(top_srcdir)/configure $(am__configure_deps) \
 
92
        $(srcdir)/config.h.in $(srcdir)/librsvg-features.h.in \
 
93
        $(srcdir)/librsvg-zip.in $(srcdir)/librsvg.pc.in \
 
94
        $(srcdir)/librsvg-uninstalled.pc.in depcomp $(dist_man_MANS) \
 
95
        $(librsvginc_HEADERS) AUTHORS COPYING COPYING.LIB ChangeLog \
 
96
        INSTALL NEWS README TODO compile config.guess config.sub \
 
97
        install-sh missing ltmain.sh
72
98
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73
99
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
74
100
        $(top_srcdir)/configure.in
151
177
AM_V_lt = $(am__v_lt_@AM_V@)
152
178
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153
179
am__v_lt_0 = --silent
 
180
am__v_lt_1 = 
154
181
librsvg_@RSVG_API_MAJOR_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) \
155
182
        --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
156
183
        $(CCLD) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_CFLAGS) \
177
204
rsvg_view_3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178
205
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rsvg_view_3_CFLAGS) \
179
206
        $(CFLAGS) $(rsvg_view_3_LDFLAGS) $(LDFLAGS) -o $@
 
207
AM_V_P = $(am__v_P_@AM_V@)
 
208
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
209
am__v_P_0 = false
 
210
am__v_P_1 = :
 
211
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
212
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
213
am__v_GEN_0 = @echo "  GEN     " $@;
 
214
am__v_GEN_1 = 
 
215
AM_V_at = $(am__v_at_@AM_V@)
 
216
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
217
am__v_at_0 = @
 
218
am__v_at_1 = 
180
219
DEFAULT_INCLUDES = -I.@am__isrc@
181
220
depcomp = $(SHELL) $(top_srcdir)/depcomp
182
221
am__depfiles_maybe = depfiles
189
228
        $(AM_CFLAGS) $(CFLAGS)
190
229
AM_V_CC = $(am__v_CC_@AM_V@)
191
230
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
192
 
am__v_CC_0 = @echo "  CC    " $@;
193
 
AM_V_at = $(am__v_at_@AM_V@)
194
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195
 
am__v_at_0 = @
 
231
am__v_CC_0 = @echo "  CC      " $@;
 
232
am__v_CC_1 = 
196
233
CCLD = $(CC)
197
234
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198
235
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199
236
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
200
237
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201
238
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
203
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
204
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
205
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
239
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
240
am__v_CCLD_1 = 
206
241
SOURCES = $(librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES) \
207
242
        $(rsvg_convert_SOURCES) $(rsvg_view_3_SOURCES)
208
243
DIST_SOURCES = $(librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES) \
209
244
        $(rsvg_convert_SOURCES) $(rsvg_view_3_SOURCES)
210
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
211
 
        html-recursive info-recursive install-data-recursive \
212
 
        install-dvi-recursive install-exec-recursive \
213
 
        install-html-recursive install-info-recursive \
214
 
        install-pdf-recursive install-ps-recursive install-recursive \
215
 
        installcheck-recursive installdirs-recursive pdf-recursive \
216
 
        ps-recursive uninstall-recursive
 
245
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
246
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
247
        install-data-recursive install-dvi-recursive \
 
248
        install-exec-recursive install-html-recursive \
 
249
        install-info-recursive install-pdf-recursive \
 
250
        install-ps-recursive install-recursive installcheck-recursive \
 
251
        installdirs-recursive pdf-recursive ps-recursive \
 
252
        tags-recursive uninstall-recursive
217
253
am__can_run_installinfo = \
218
254
  case $$AM_UPDATE_INFO_DIR in \
219
255
    n|no|NO) false;; \
227
263
HEADERS = $(librsvginc_HEADERS)
228
264
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
229
265
  distclean-recursive maintainer-clean-recursive
230
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
231
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
232
 
        distdir dist dist-all distcheck
 
266
am__recursive_targets = \
 
267
  $(RECURSIVE_TARGETS) \
 
268
  $(RECURSIVE_CLEAN_TARGETS) \
 
269
  $(am__extra_recursive_targets)
 
270
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
271
        cscope distdir dist dist-all distcheck
 
272
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
273
        $(LISP)config.h.in
 
274
# Read a list of newline-separated strings from the standard input,
 
275
# and print each of them once, without duplicates.  Input order is
 
276
# *not* preserved.
 
277
am__uniquify_input = $(AWK) '\
 
278
  BEGIN { nonempty = 0; } \
 
279
  { items[$$0] = 1; nonempty = 1; } \
 
280
  END { if (nonempty) { for (i in items) print i; }; } \
 
281
'
 
282
# Make sure the list of sources is unique.  This is necessary because,
 
283
# e.g., the same source file might be shared among _SOURCES variables
 
284
# for different programs/libraries.
 
285
am__define_uniq_tagged_files = \
 
286
  list='$(am__tagged_files)'; \
 
287
  unique=`for i in $$list; do \
 
288
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
289
  done | $(am__uniquify_input)`
233
290
ETAGS = etags
234
291
CTAGS = ctags
235
 
DIST_SUBDIRS = . gdk-pixbuf-loader tests tools doc gtk-engine
 
292
CSCOPE = cscope
 
293
DIST_SUBDIRS = $(SUBDIRS)
236
294
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237
295
distdir = $(PACKAGE)-$(VERSION)
238
296
top_distdir = $(distdir)
242
300
      && rm -rf "$(distdir)" \
243
301
      || { sleep 5 && rm -rf "$(distdir)"; }; \
244
302
  else :; fi
 
303
am__post_remove_distdir = $(am__remove_distdir)
245
304
am__relativize = \
246
305
  dir0=`pwd`; \
247
306
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
269
328
  reldir="$$dir2"
270
329
GZIP_ENV = --best
271
330
DIST_ARCHIVES = $(distdir).tar.bz2
 
331
DIST_TARGETS = dist-bzip2
272
332
distuninstallcheck_listfiles = find . -type f -print
273
333
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
274
334
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
315
375
GREP = @GREP@
316
376
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
317
377
GTHREAD_LIBS = @GTHREAD_LIBS@
318
 
GTK2_BINARY_VERSION = @GTK2_BINARY_VERSION@
319
 
GTK2_CFLAGS = @GTK2_CFLAGS@
320
 
GTK2_LIBS = @GTK2_LIBS@
321
378
GTK3_BINARY_VERSION = @GTK3_BINARY_VERSION@
322
379
GTK3_CFLAGS = @GTK3_CFLAGS@
323
380
GTK3_LIBS = @GTK3_LIBS@
446
503
top_build_prefix = @top_build_prefix@
447
504
top_builddir = @top_builddir@
448
505
top_srcdir = @top_srcdir@
449
 
SUBDIRS = . gdk-pixbuf-loader tests tools doc $(am__append_1)
 
506
SUBDIRS = . gdk-pixbuf-loader tests tools doc
450
507
NULL = 
451
508
BUILT_SOURCES = $(enum_sources)
452
509
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
581
638
        $(LIBRSVG_CFLAGS)       \
582
639
        $(AM_CFLAGS)
583
640
 
584
 
rsvg_view_3_LDFLAGS = $(am__append_3)
 
641
rsvg_view_3_LDFLAGS = $(am__append_2)
585
642
rsvg_view_3_LDADD = \
586
643
        $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \
587
644
        $(GTK3_LIBS)            \
601
658
        Rsvg-2.0.metadata
602
659
 
603
660
CLEANFILES = $(enum_sources) s-enum-types-h s-enum-types-c \
604
 
        $(am__append_4) $(am__append_5)
 
661
        $(am__append_3) $(am__append_4)
605
662
pkgconfigdir = $(libdir)/pkgconfig
606
663
pkgconfig_DATA = librsvg-$(RSVG_API_VERSION).pc
607
664
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
703
760
        cd $(top_builddir) && $(SHELL) ./config.status $@
704
761
librsvg-${RSVG_API_VERSION}-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/librsvg-uninstalled.pc.in
705
762
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
763
 
706
764
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
707
765
        @$(NORMAL_INSTALL)
708
766
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
729
787
 
730
788
clean-libLTLIBRARIES:
731
789
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
732
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
733
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
734
 
          test "$$dir" != "$$p" || dir=.; \
735
 
          echo "rm -f \"$${dir}/so_locations\""; \
736
 
          rm -f "$${dir}/so_locations"; \
737
 
        done
 
790
        @list='$(lib_LTLIBRARIES)'; \
 
791
        locs=`for p in $$list; do echo $$p; done | \
 
792
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
793
              sort -u`; \
 
794
        test -z "$$locs" || { \
 
795
          echo rm -f $${locs}; \
 
796
          rm -f $${locs}; \
 
797
        }
 
798
 
738
799
librsvg-@RSVG_API_MAJOR_VERSION@.la: $(librsvg_@RSVG_API_MAJOR_VERSION@_la_OBJECTS) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_DEPENDENCIES) $(EXTRA_librsvg_@RSVG_API_MAJOR_VERSION@_la_DEPENDENCIES) 
739
800
        $(AM_V_CCLD)$(librsvg_@RSVG_API_MAJOR_VERSION@_la_LINK) -rpath $(libdir) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_OBJECTS) $(librsvg_@RSVG_API_MAJOR_VERSION@_la_LIBADD) $(LIBS)
740
801
install-binPROGRAMS: $(bin_PROGRAMS)
746
807
        fi; \
747
808
        for p in $$list; do echo "$$p $$p"; done | \
748
809
        sed 's/$(EXEEXT)$$//' | \
749
 
        while read p p1; do if test -f $$p || test -f $$p1; \
750
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
810
        while read p p1; do if test -f $$p \
 
811
         || test -f $$p1 \
 
812
          ; then echo "$$p"; echo "$$p"; else :; fi; \
751
813
        done | \
752
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
814
        sed -e 'p;s,.*/,,;n;h' \
 
815
            -e 's|.*|.|' \
753
816
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
754
817
        sed 'N;N;N;s,\n, ,g' | \
755
818
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
770
833
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
771
834
        files=`for p in $$list; do echo "$$p"; done | \
772
835
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
773
 
              -e 's/$$/$(EXEEXT)/' `; \
 
836
              -e 's/$$/$(EXEEXT)/' \
 
837
        `; \
774
838
        test -n "$$list" || exit 0; \
775
839
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
776
840
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
783
847
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
784
848
        echo " rm -f" $$list; \
785
849
        rm -f $$list
 
850
 
786
851
rsvg-convert$(EXEEXT): $(rsvg_convert_OBJECTS) $(rsvg_convert_DEPENDENCIES) $(EXTRA_rsvg_convert_DEPENDENCIES) 
787
852
        @rm -f rsvg-convert$(EXEEXT)
788
853
        $(AM_V_CCLD)$(rsvg_convert_LINK) $(rsvg_convert_OBJECTS) $(rsvg_convert_LDADD) $(LIBS)
 
854
 
789
855
rsvg-view-3$(EXEEXT): $(rsvg_view_3_OBJECTS) $(rsvg_view_3_DEPENDENCIES) $(EXTRA_rsvg_view_3_DEPENDENCIES) 
790
856
        @rm -f rsvg-view-3$(EXEEXT)
791
857
        $(AM_V_CCLD)$(rsvg_view_3_LINK) $(rsvg_view_3_OBJECTS) $(rsvg_view_3_LDADD) $(LIBS)
1229
1295
        dir='$(DESTDIR)$(librsvgincdir)'; $(am__uninstall_files_from_dir)
1230
1296
 
1231
1297
# This directory's subdirectories are mostly independent; you can cd
1232
 
# into them and run `make' without going through this Makefile.
1233
 
# To change the values of `make' variables: instead of editing Makefiles,
1234
 
# (1) if the variable is set in `config.status', edit `config.status'
1235
 
#     (which will cause the Makefiles to be regenerated when you run `make');
1236
 
# (2) otherwise, pass the desired values on the `make' command line.
1237
 
$(RECURSIVE_TARGETS):
1238
 
        @fail= failcom='exit 1'; \
1239
 
        for f in x $$MAKEFLAGS; do \
1240
 
          case $$f in \
1241
 
            *=* | --[!k]*);; \
1242
 
            *k*) failcom='fail=yes';; \
1243
 
          esac; \
1244
 
        done; \
 
1298
# into them and run 'make' without going through this Makefile.
 
1299
# To change the values of 'make' variables: instead of editing Makefiles,
 
1300
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1301
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1302
# (2) otherwise, pass the desired values on the 'make' command line.
 
1303
$(am__recursive_targets):
 
1304
        @fail=; \
 
1305
        if $(am__make_keepgoing); then \
 
1306
          failcom='fail=yes'; \
 
1307
        else \
 
1308
          failcom='exit 1'; \
 
1309
        fi; \
1245
1310
        dot_seen=no; \
1246
1311
        target=`echo $@ | sed s/-recursive//`; \
1247
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1312
        case "$@" in \
 
1313
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1314
          *) list='$(SUBDIRS)' ;; \
 
1315
        esac; \
 
1316
        for subdir in $$list; do \
1248
1317
          echo "Making $$target in $$subdir"; \
1249
1318
          if test "$$subdir" = "."; then \
1250
1319
            dot_seen=yes; \
1259
1328
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1260
1329
        fi; test -z "$$fail"
1261
1330
 
1262
 
$(RECURSIVE_CLEAN_TARGETS):
1263
 
        @fail= failcom='exit 1'; \
1264
 
        for f in x $$MAKEFLAGS; do \
1265
 
          case $$f in \
1266
 
            *=* | --[!k]*);; \
1267
 
            *k*) failcom='fail=yes';; \
1268
 
          esac; \
1269
 
        done; \
1270
 
        dot_seen=no; \
1271
 
        case "$@" in \
1272
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1273
 
          *) list='$(SUBDIRS)' ;; \
1274
 
        esac; \
1275
 
        rev=''; for subdir in $$list; do \
1276
 
          if test "$$subdir" = "."; then :; else \
1277
 
            rev="$$subdir $$rev"; \
1278
 
          fi; \
1279
 
        done; \
1280
 
        rev="$$rev ."; \
1281
 
        target=`echo $@ | sed s/-recursive//`; \
1282
 
        for subdir in $$rev; do \
1283
 
          echo "Making $$target in $$subdir"; \
1284
 
          if test "$$subdir" = "."; then \
1285
 
            local_target="$$target-am"; \
1286
 
          else \
1287
 
            local_target="$$target"; \
1288
 
          fi; \
1289
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1290
 
          || eval $$failcom; \
1291
 
        done && test -z "$$fail"
1292
 
tags-recursive:
1293
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1294
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1295
 
        done
1296
 
ctags-recursive:
1297
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1298
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1299
 
        done
1300
 
 
1301
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1302
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1303
 
        unique=`for i in $$list; do \
1304
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1305
 
          done | \
1306
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1307
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1308
 
        mkid -fID $$unique
1309
 
tags: TAGS
1310
 
 
1311
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1312
 
                $(TAGS_FILES) $(LISP)
 
1331
ID: $(am__tagged_files)
 
1332
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1333
tags: tags-recursive
 
1334
TAGS: tags
 
1335
 
 
1336
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1313
1337
        set x; \
1314
1338
        here=`pwd`; \
1315
1339
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1325
1349
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1326
1350
          fi; \
1327
1351
        done; \
1328
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1329
 
        unique=`for i in $$list; do \
1330
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1331
 
          done | \
1332
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1333
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1352
        $(am__define_uniq_tagged_files); \
1334
1353
        shift; \
1335
1354
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1336
1355
          test -n "$$unique" || unique=$$empty_fix; \
1342
1361
              $$unique; \
1343
1362
          fi; \
1344
1363
        fi
1345
 
ctags: CTAGS
1346
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1347
 
                $(TAGS_FILES) $(LISP)
1348
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1349
 
        unique=`for i in $$list; do \
1350
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1351
 
          done | \
1352
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1353
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1364
ctags: ctags-recursive
 
1365
 
 
1366
CTAGS: ctags
 
1367
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1368
        $(am__define_uniq_tagged_files); \
1354
1369
        test -z "$(CTAGS_ARGS)$$unique" \
1355
1370
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1356
1371
             $$unique
1359
1374
        here=`$(am__cd) $(top_builddir) && pwd` \
1360
1375
          && $(am__cd) $(top_srcdir) \
1361
1376
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1377
cscope: cscope.files
 
1378
        test ! -s cscope.files \
 
1379
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
1380
clean-cscope:
 
1381
        -rm -f cscope.files
 
1382
cscope.files: clean-cscope cscopelist
 
1383
cscopelist: cscopelist-recursive
 
1384
 
 
1385
cscopelist-am: $(am__tagged_files)
 
1386
        list='$(am__tagged_files)'; \
 
1387
        case "$(srcdir)" in \
 
1388
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1389
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1390
        esac; \
 
1391
        for i in $$list; do \
 
1392
          if test -f "$$i"; then \
 
1393
            echo "$(subdir)/$$i"; \
 
1394
          else \
 
1395
            echo "$$sdir/$$i"; \
 
1396
          fi; \
 
1397
        done >> $(top_builddir)/cscope.files
1362
1398
 
1363
1399
distclean-tags:
1364
1400
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1401
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1365
1402
 
1366
1403
distdir: $(DISTFILES)
1367
 
        @list='$(MANS)'; if test -n "$$list"; then \
1368
 
          list=`for p in $$list; do \
1369
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1370
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1371
 
          if test -n "$$list" && \
1372
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1373
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1374
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
1375
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1376
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
1377
 
            exit 1; \
1378
 
          else :; fi; \
1379
 
        else :; fi
1380
1404
        $(am__remove_distdir)
1381
1405
        test -d "$(distdir)" || mkdir "$(distdir)"
1382
1406
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1442
1466
        || chmod -R a+r "$(distdir)"
1443
1467
dist-gzip: distdir
1444
1468
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1445
 
        $(am__remove_distdir)
 
1469
        $(am__post_remove_distdir)
1446
1470
dist-bzip2: distdir
1447
1471
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1448
 
        $(am__remove_distdir)
 
1472
        $(am__post_remove_distdir)
1449
1473
 
1450
1474
dist-lzip: distdir
1451
1475
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1452
 
        $(am__remove_distdir)
1453
 
 
1454
 
dist-lzma: distdir
1455
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1456
 
        $(am__remove_distdir)
 
1476
        $(am__post_remove_distdir)
1457
1477
 
1458
1478
dist-xz: distdir
1459
1479
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1460
 
        $(am__remove_distdir)
 
1480
        $(am__post_remove_distdir)
1461
1481
 
1462
1482
dist-tarZ: distdir
1463
1483
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1464
 
        $(am__remove_distdir)
 
1484
        $(am__post_remove_distdir)
1465
1485
 
1466
1486
dist-shar: distdir
1467
1487
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1468
 
        $(am__remove_distdir)
 
1488
        $(am__post_remove_distdir)
1469
1489
 
1470
1490
dist-zip: distdir
1471
1491
        -rm -f $(distdir).zip
1472
1492
        zip -rq $(distdir).zip $(distdir)
1473
 
        $(am__remove_distdir)
 
1493
        $(am__post_remove_distdir)
1474
1494
 
1475
 
dist dist-all: distdir
1476
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1477
 
        $(am__remove_distdir)
 
1495
dist dist-all:
 
1496
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
1497
        $(am__post_remove_distdir)
1478
1498
 
1479
1499
# This target untars the dist file and tries a VPATH configuration.  Then
1480
1500
# it guarantees that the distribution is self-contained by making another
1485
1505
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1486
1506
        *.tar.bz2*) \
1487
1507
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1488
 
        *.tar.lzma*) \
1489
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1490
1508
        *.tar.lz*) \
1491
1509
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1492
1510
        *.tar.xz*) \
1498
1516
        *.zip*) \
1499
1517
          unzip $(distdir).zip ;;\
1500
1518
        esac
1501
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
1502
 
        mkdir $(distdir)/_build
1503
 
        mkdir $(distdir)/_inst
 
1519
        chmod -R a-w $(distdir)
 
1520
        chmod u+w $(distdir)
 
1521
        mkdir $(distdir)/_build $(distdir)/_inst
1504
1522
        chmod a-w $(distdir)
1505
1523
        test -d $(distdir)/_build || exit 0; \
1506
1524
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1532
1550
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1533
1551
          && cd "$$am__cwd" \
1534
1552
          || exit 1
1535
 
        $(am__remove_distdir)
 
1553
        $(am__post_remove_distdir)
1536
1554
        @(echo "$(distdir) archives ready for distribution: "; \
1537
1555
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1538
1556
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1688
1706
 
1689
1707
uninstall-man: uninstall-man1
1690
1708
 
1691
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1692
 
        ctags-recursive install install-am install-strip \
1693
 
        tags-recursive
 
1709
.MAKE: $(am__recursive_targets) all check install install-am \
 
1710
        install-strip
1694
1711
 
1695
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1696
 
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
1697
 
        clean-generic clean-libLTLIBRARIES clean-libtool ctags \
1698
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
1699
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
1700
 
        distclean distclean-compile distclean-generic distclean-hdr \
1701
 
        distclean-libtool distclean-tags distcleancheck distdir \
1702
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
1703
 
        install install-am install-binPROGRAMS install-data \
 
1712
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
1713
        am--refresh check check-am clean clean-binPROGRAMS \
 
1714
        clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
 
1715
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
1716
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
1717
        distcheck distclean distclean-compile distclean-generic \
 
1718
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
1719
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
1720
        info-am install install-am install-binPROGRAMS install-data \
1704
1721
        install-data-am install-dvi install-dvi-am install-exec \
1705
1722
        install-exec-am install-html install-html-am install-info \
1706
1723
        install-info-am install-libLTLIBRARIES \
1711
1728
        installdirs installdirs-am maintainer-clean \
1712
1729
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1713
1730
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1714
 
        tags tags-recursive uninstall uninstall-am \
1715
 
        uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1716
 
        uninstall-librsvgincHEADERS uninstall-man uninstall-man1 \
1717
 
        uninstall-nodist_girDATA uninstall-nodist_typelibsDATA \
1718
 
        uninstall-pkgconfigDATA uninstall-vapiDATA
 
1731
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
 
1732
        uninstall-libLTLIBRARIES uninstall-librsvgincHEADERS \
 
1733
        uninstall-man uninstall-man1 uninstall-nodist_girDATA \
 
1734
        uninstall-nodist_typelibsDATA uninstall-pkgconfigDATA \
 
1735
        uninstall-vapiDATA
1719
1736
 
1720
1737
 
1721
1738
librsvg-enum-types.h: s-enum-types-h