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

« back to all changes in this revision

Viewing changes to example/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@
53
80
host_triplet = @host@
54
81
noinst_PROGRAMS = gjobread$(EXEEXT)
55
82
subdir = example
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
86
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59
87
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60
88
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
89
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
62
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
91
        $(ACLOCAL_M4)
64
92
mkinstalldirs = $(install_sh) -d
77
105
AM_V_lt = $(am__v_lt_@AM_V@)
78
106
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
79
107
am__v_lt_0 = --silent
 
108
am__v_lt_1 = 
 
109
AM_V_P = $(am__v_P_@AM_V@)
 
110
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
111
am__v_P_0 = false
 
112
am__v_P_1 = :
 
113
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
114
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
115
am__v_GEN_0 = @echo "  GEN     " $@;
 
116
am__v_GEN_1 = 
 
117
AM_V_at = $(am__v_at_@AM_V@)
 
118
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
119
am__v_at_0 = @
 
120
am__v_at_1 = 
80
121
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
122
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
123
am__depfiles_maybe = depfiles
89
130
        $(AM_CFLAGS) $(CFLAGS)
90
131
AM_V_CC = $(am__v_CC_@AM_V@)
91
132
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
92
 
am__v_CC_0 = @echo "  CC    " $@;
93
 
AM_V_at = $(am__v_at_@AM_V@)
94
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
95
 
am__v_at_0 = @
 
133
am__v_CC_0 = @echo "  CC      " $@;
 
134
am__v_CC_1 = 
96
135
CCLD = $(CC)
97
136
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98
137
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99
138
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
100
139
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
101
140
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
102
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
103
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
104
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
141
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
142
am__v_CCLD_1 = 
106
143
SOURCES = $(gjobread_SOURCES)
107
144
DIST_SOURCES = $(gjobread_SOURCES)
108
145
am__can_run_installinfo = \
110
147
    n|no|NO) false;; \
111
148
    *) (install-info --version) >/dev/null 2>&1;; \
112
149
  esac
 
150
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
151
# Read a list of newline-separated strings from the standard input,
 
152
# and print each of them once, without duplicates.  Input order is
 
153
# *not* preserved.
 
154
am__uniquify_input = $(AWK) '\
 
155
  BEGIN { nonempty = 0; } \
 
156
  { items[$$0] = 1; nonempty = 1; } \
 
157
  END { if (nonempty) { for (i in items) print i; }; } \
 
158
'
 
159
# Make sure the list of sources is unique.  This is necessary because,
 
160
# e.g., the same source file might be shared among _SOURCES variables
 
161
# for different programs/libraries.
 
162
am__define_uniq_tagged_files = \
 
163
  list='$(am__tagged_files)'; \
 
164
  unique=`for i in $$list; do \
 
165
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
166
  done | $(am__uniquify_input)`
113
167
ETAGS = etags
114
168
CTAGS = ctags
115
169
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198
252
PACKAGE_VERSION = @PACKAGE_VERSION@
199
253
PATH_SEPARATOR = @PATH_SEPARATOR@
200
254
PERL = @PERL@
 
255
PKG_CONFIG = @PKG_CONFIG@
 
256
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
257
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201
258
PYTHON = @PYTHON@
202
259
PYTHON_INCLUDES = @PYTHON_INCLUDES@
203
260
PYTHON_LIBS = @PYTHON_LIBS@
386
443
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
387
444
        echo " rm -f" $$list; \
388
445
        rm -f $$list
 
446
 
389
447
gjobread$(EXEEXT): $(gjobread_OBJECTS) $(gjobread_DEPENDENCIES) $(EXTRA_gjobread_DEPENDENCIES) 
390
448
        @rm -f gjobread$(EXEEXT)
391
449
        $(AM_V_CCLD)$(LINK) $(gjobread_OBJECTS) $(gjobread_LDADD) $(LIBS)
425
483
clean-libtool:
426
484
        -rm -rf .libs _libs
427
485
 
428
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430
 
        unique=`for i in $$list; do \
431
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
 
          done | \
433
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        mkid -fID $$unique
436
 
tags: TAGS
 
486
ID: $(am__tagged_files)
 
487
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
488
tags: tags-am
 
489
TAGS: tags
437
490
 
438
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
 
                $(TAGS_FILES) $(LISP)
 
491
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440
492
        set x; \
441
493
        here=`pwd`; \
442
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443
 
        unique=`for i in $$list; do \
444
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
 
          done | \
446
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
494
        $(am__define_uniq_tagged_files); \
448
495
        shift; \
449
496
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450
497
          test -n "$$unique" || unique=$$empty_fix; \
456
503
              $$unique; \
457
504
          fi; \
458
505
        fi
459
 
ctags: CTAGS
460
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461
 
                $(TAGS_FILES) $(LISP)
462
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463
 
        unique=`for i in $$list; do \
464
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
 
          done | \
466
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
506
ctags: ctags-am
 
507
 
 
508
CTAGS: ctags
 
509
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
510
        $(am__define_uniq_tagged_files); \
468
511
        test -z "$(CTAGS_ARGS)$$unique" \
469
512
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470
513
             $$unique
473
516
        here=`$(am__cd) $(top_builddir) && pwd` \
474
517
          && $(am__cd) $(top_srcdir) \
475
518
          && gtags -i $(GTAGS_ARGS) "$$here"
 
519
cscopelist: cscopelist-am
 
520
 
 
521
cscopelist-am: $(am__tagged_files)
 
522
        list='$(am__tagged_files)'; \
 
523
        case "$(srcdir)" in \
 
524
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
525
          *) sdir=$(subdir)/$(srcdir) ;; \
 
526
        esac; \
 
527
        for i in $$list; do \
 
528
          if test -f "$$i"; then \
 
529
            echo "$(subdir)/$$i"; \
 
530
          else \
 
531
            echo "$$sdir/$$i"; \
 
532
          fi; \
 
533
        done >> $(top_builddir)/cscope.files
476
534
 
477
535
distclean-tags:
478
536
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614
672
 
615
673
.MAKE: install-am install-strip
616
674
 
617
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
618
 
        clean-libtool clean-noinstPROGRAMS ctags distclean \
619
 
        distclean-compile distclean-generic distclean-libtool \
620
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
621
 
        install install-am install-data install-data-am install-dvi \
622
 
        install-dvi-am install-exec install-exec-am install-html \
623
 
        install-html-am install-info install-info-am install-man \
624
 
        install-pdf install-pdf-am install-ps install-ps-am \
625
 
        install-strip installcheck installcheck-am installdirs \
626
 
        maintainer-clean maintainer-clean-generic mostlyclean \
627
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
628
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
675
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
676
        clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
 
677
        ctags-am distclean distclean-compile distclean-generic \
 
678
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
679
        html-am info info-am install install-am install-data \
 
680
        install-data-am install-dvi install-dvi-am install-exec \
 
681
        install-exec-am install-html install-html-am install-info \
 
682
        install-info-am install-man install-pdf install-pdf-am \
 
683
        install-ps install-ps-am install-strip installcheck \
 
684
        installcheck-am installdirs maintainer-clean \
 
685
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
686
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
687
        tags tags-am uninstall uninstall-am
629
688
 
630
689
 
631
690
# Tell versions [3.59,3.63) of GNU make to not export all variables.