~ubuntu-branches/ubuntu/wily/libxml2/wily-proposed

« back to all changes in this revision

Viewing changes to include/libxml/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2014-10-26 07:04:50 UTC
  • mfrom: (43.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20141026070450-rmcqvcqn8peeuebs
Tags: 2.9.2+dfsg1-1
* New upstream release (Closes: #765722, CVE-2014-3660)
* Remove no-longer-needed upstream patches
* Update distro patch
* Std-ver: 3.9.5 -> 3.9.6, no change.

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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = include/libxml
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
83
        $(srcdir)/xmlversion.h.in $(xmlinc_HEADERS)
57
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
85
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59
86
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60
87
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
88
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
62
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
90
        $(ACLOCAL_M4)
64
91
mkinstalldirs = $(install_sh) -d
65
92
CONFIG_HEADER = $(top_builddir)/config.h
66
93
CONFIG_CLEAN_FILES = xmlversion.h
67
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
68
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
69
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
70
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
71
103
AM_V_at = $(am__v_at_@AM_V@)
72
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73
105
am__v_at_0 = @
 
106
am__v_at_1 = 
74
107
SOURCES =
75
108
DIST_SOURCES =
76
109
am__can_run_installinfo = \
107
140
  }
108
141
am__installdirs = "$(DESTDIR)$(xmlincdir)"
109
142
HEADERS = $(xmlinc_HEADERS)
 
143
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
144
# Read a list of newline-separated strings from the standard input,
 
145
# and print each of them once, without duplicates.  Input order is
 
146
# *not* preserved.
 
147
am__uniquify_input = $(AWK) '\
 
148
  BEGIN { nonempty = 0; } \
 
149
  { items[$$0] = 1; nonempty = 1; } \
 
150
  END { if (nonempty) { for (i in items) print i; }; } \
 
151
'
 
152
# Make sure the list of sources is unique.  This is necessary because,
 
153
# e.g., the same source file might be shared among _SOURCES variables
 
154
# for different programs/libraries.
 
155
am__define_uniq_tagged_files = \
 
156
  list='$(am__tagged_files)'; \
 
157
  unique=`for i in $$list; do \
 
158
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
159
  done | $(am__uniquify_input)`
110
160
ETAGS = etags
111
161
CTAGS = ctags
112
162
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195
245
PACKAGE_VERSION = @PACKAGE_VERSION@
196
246
PATH_SEPARATOR = @PATH_SEPARATOR@
197
247
PERL = @PERL@
 
248
PKG_CONFIG = @PKG_CONFIG@
 
249
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
250
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198
251
PYTHON = @PYTHON@
199
252
PYTHON_INCLUDES = @PYTHON_INCLUDES@
200
253
PYTHON_LIBS = @PYTHON_LIBS@
450
503
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
451
504
        dir='$(DESTDIR)$(xmlincdir)'; $(am__uninstall_files_from_dir)
452
505
 
453
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455
 
        unique=`for i in $$list; do \
456
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
 
          done | \
458
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
 
        mkid -fID $$unique
461
 
tags: TAGS
 
506
ID: $(am__tagged_files)
 
507
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
508
tags: tags-am
 
509
TAGS: tags
462
510
 
463
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464
 
                $(TAGS_FILES) $(LISP)
 
511
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465
512
        set x; \
466
513
        here=`pwd`; \
467
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468
 
        unique=`for i in $$list; do \
469
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
 
          done | \
471
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
514
        $(am__define_uniq_tagged_files); \
473
515
        shift; \
474
516
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475
517
          test -n "$$unique" || unique=$$empty_fix; \
481
523
              $$unique; \
482
524
          fi; \
483
525
        fi
484
 
ctags: CTAGS
485
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486
 
                $(TAGS_FILES) $(LISP)
487
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488
 
        unique=`for i in $$list; do \
489
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
 
          done | \
491
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
526
ctags: ctags-am
 
527
 
 
528
CTAGS: ctags
 
529
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
530
        $(am__define_uniq_tagged_files); \
493
531
        test -z "$(CTAGS_ARGS)$$unique" \
494
532
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495
533
             $$unique
498
536
        here=`$(am__cd) $(top_builddir) && pwd` \
499
537
          && $(am__cd) $(top_srcdir) \
500
538
          && gtags -i $(GTAGS_ARGS) "$$here"
 
539
cscopelist: cscopelist-am
 
540
 
 
541
cscopelist-am: $(am__tagged_files)
 
542
        list='$(am__tagged_files)'; \
 
543
        case "$(srcdir)" in \
 
544
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
545
          *) sdir=$(subdir)/$(srcdir) ;; \
 
546
        esac; \
 
547
        for i in $$list; do \
 
548
          if test -f "$$i"; then \
 
549
            echo "$(subdir)/$$i"; \
 
550
          else \
 
551
            echo "$$sdir/$$i"; \
 
552
          fi; \
 
553
        done >> $(top_builddir)/cscope.files
501
554
 
502
555
distclean-tags:
503
556
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
637
690
 
638
691
.MAKE: install-am install-strip
639
692
 
640
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
641
 
        clean-libtool ctags distclean distclean-generic \
642
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
643
 
        html-am info info-am install install-am install-data \
644
 
        install-data-am install-dvi install-dvi-am install-exec \
645
 
        install-exec-am install-html install-html-am install-info \
646
 
        install-info-am install-man install-pdf install-pdf-am \
647
 
        install-ps install-ps-am install-strip install-xmlincHEADERS \
648
 
        installcheck installcheck-am installdirs maintainer-clean \
649
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
650
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
651
 
        uninstall-am uninstall-xmlincHEADERS
 
693
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
694
        clean-libtool cscopelist-am ctags ctags-am distclean \
 
695
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
696
        dvi-am html html-am info info-am install install-am \
 
697
        install-data install-data-am install-dvi install-dvi-am \
 
698
        install-exec install-exec-am install-html install-html-am \
 
699
        install-info install-info-am install-man install-pdf \
 
700
        install-pdf-am install-ps install-ps-am install-strip \
 
701
        install-xmlincHEADERS installcheck installcheck-am installdirs \
 
702
        maintainer-clean maintainer-clean-generic mostlyclean \
 
703
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
704
        tags tags-am uninstall uninstall-am uninstall-xmlincHEADERS
652
705
 
653
706
 
654
707
# Tell versions [3.59,3.63) of GNU make to not export all variables.