~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 11:32:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918113224-7x031mzf1shoozxx
Tags: 2.20.0-0ubuntu1
* New upstream release:
  - Element: Added get_attribute_value(), to get a simple text value for an
    attribute.
  - Added an experimental --enable-api-exceptions configure option, to allow
    libxml++ to build without exceptions.
* debian/libxml++2.6-doc.docs: 2.18 -> 2.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
38
34
subdir = examples
39
35
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
37
am__aclocal_m4_deps = $(top_srcdir)/scripts/reduced.m4 \
 
38
        $(top_srcdir)/configure.in
42
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
40
        $(ACLOCAL_M4)
44
41
mkinstalldirs = $(install_sh) -d
49
46
DIST_SOURCES =
50
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
48
        html-recursive info-recursive install-data-recursive \
52
 
        install-exec-recursive install-info-recursive \
53
 
        install-recursive installcheck-recursive installdirs-recursive \
54
 
        pdf-recursive ps-recursive uninstall-info-recursive \
55
 
        uninstall-recursive
 
49
        install-dvi-recursive install-exec-recursive \
 
50
        install-html-recursive install-info-recursive \
 
51
        install-pdf-recursive install-ps-recursive install-recursive \
 
52
        installcheck-recursive installdirs-recursive pdf-recursive \
 
53
        ps-recursive uninstall-recursive
 
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
55
  distclean-recursive maintainer-clean-recursive
56
56
ETAGS = etags
57
57
CTAGS = ctags
58
58
DIST_SUBDIRS = $(SUBDIRS)
59
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
60
ACLOCAL = @ACLOCAL@
61
 
AMDEP_FALSE = @AMDEP_FALSE@
62
 
AMDEP_TRUE = @AMDEP_TRUE@
63
61
AMTAR = @AMTAR@
64
62
AR = @AR@
65
63
AS = @AS@
94
92
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
95
93
GENERIC_VERSION = @GENERIC_VERSION@
96
94
GREP = @GREP@
 
95
INSTALL = @INSTALL@
97
96
INSTALL_DATA = @INSTALL_DATA@
98
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
99
98
INSTALL_SCRIPT = @INSTALL_SCRIPT@
102
101
LIBOBJS = @LIBOBJS@
103
102
LIBS = @LIBS@
104
103
LIBTOOL = @LIBTOOL@
105
 
LIBXMLCPP_FALSE_FALSE = @LIBXMLCPP_FALSE_FALSE@
106
 
LIBXMLCPP_FALSE_TRUE = @LIBXMLCPP_FALSE_TRUE@
107
104
LIBXML_CFLAGS = @LIBXML_CFLAGS@
108
105
LIBXML_LIBS = @LIBXML_LIBS@
109
106
LN_S = @LN_S@
110
107
LTLIBOBJS = @LTLIBOBJS@
111
108
MAKEINFO = @MAKEINFO@
 
109
MKDIR_P = @MKDIR_P@
112
110
OBJDUMP = @OBJDUMP@
113
111
OBJEXT = @OBJEXT@
114
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
115
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
116
112
PACKAGE = @PACKAGE@
117
113
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118
114
PACKAGE_NAME = @PACKAGE_NAME@
122
118
PATH_SEPARATOR = @PATH_SEPARATOR@
123
119
PERL_PATH = @PERL_PATH@
124
120
PKG_CONFIG = @PKG_CONFIG@
125
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
126
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
127
121
RANLIB = @RANLIB@
128
122
SET_MAKE = @SET_MAKE@
129
123
SHELL = @SHELL@
130
124
STRIP = @STRIP@
131
125
VERSION = @VERSION@
 
126
abs_builddir = @abs_builddir@
 
127
abs_srcdir = @abs_srcdir@
 
128
abs_top_builddir = @abs_top_builddir@
 
129
abs_top_srcdir = @abs_top_srcdir@
132
130
ac_ct_CC = @ac_ct_CC@
133
131
ac_ct_CXX = @ac_ct_CXX@
134
132
ac_ct_F77 = @ac_ct_F77@
135
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
138
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
139
133
am__include = @am__include@
140
134
am__leading_dot = @am__leading_dot@
141
135
am__quote = @am__quote@
147
141
build_cpu = @build_cpu@
148
142
build_os = @build_os@
149
143
build_vendor = @build_vendor@
 
144
builddir = @builddir@
150
145
datadir = @datadir@
151
146
datarootdir = @datarootdir@
152
147
docdir = @docdir@
174
169
psdir = @psdir@
175
170
sbindir = @sbindir@
176
171
sharedstatedir = @sharedstatedir@
 
172
srcdir = @srcdir@
177
173
sysconfdir = @sysconfdir@
178
174
target_alias = @target_alias@
 
175
top_builddir = @top_builddir@
 
176
top_srcdir = @top_srcdir@
179
177
SUBDIRS = dom_build dom_parser dom_parser_raw dom_parse_entities dom_read_write dom_xpath \
180
178
          sax_parser sax_parser_entities sax_exception sax_parser_build_dom \
181
179
          import_node textreader dtdvalidation
220
218
clean-libtool:
221
219
        -rm -rf .libs _libs
222
220
 
223
 
distclean-libtool:
224
 
        -rm -f libtool
225
 
uninstall-info-am:
226
 
 
227
221
# This directory's subdirectories are mostly independent; you can cd
228
222
# into them and run `make' without going through this Makefile.
229
223
# To change the values of `make' variables: instead of editing Makefiles,
255
249
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
256
250
        fi; test -z "$$fail"
257
251
 
258
 
mostlyclean-recursive clean-recursive distclean-recursive \
259
 
maintainer-clean-recursive:
 
252
$(RECURSIVE_CLEAN_TARGETS):
260
253
        @failcom='exit 1'; \
261
254
        for f in x $$MAKEFLAGS; do \
262
255
          case $$f in \
357
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
351
 
359
352
distdir: $(DISTFILES)
360
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
361
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
362
 
        list='$(DISTFILES)'; for file in $$list; do \
363
 
          case $$file in \
364
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
365
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
366
 
          esac; \
 
353
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
354
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
355
        list='$(DISTFILES)'; \
 
356
          dist_files=`for file in $$list; do echo $$file; done | \
 
357
          sed -e "s|^$$srcdirstrip/||;t" \
 
358
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
359
        case $$dist_files in \
 
360
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
361
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
362
                           sort -u` ;; \
 
363
        esac; \
 
364
        for file in $$dist_files; do \
367
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
369
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
370
 
            dir="/$$dir"; \
371
 
            $(mkdir_p) "$(distdir)$$dir"; \
372
 
          else \
373
 
            dir=''; \
374
 
          fi; \
375
366
          if test -d $$d/$$file; then \
 
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376
368
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377
369
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378
370
            fi; \
386
378
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
387
379
          if test "$$subdir" = .; then :; else \
388
380
            test -d "$(distdir)/$$subdir" \
389
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
381
            || $(MKDIR_P) "$(distdir)/$$subdir" \
390
382
            || exit 1; \
391
383
            distdir=`$(am__cd) $(distdir) && pwd`; \
392
384
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
394
386
              $(MAKE) $(AM_MAKEFLAGS) \
395
387
                top_distdir="$$top_distdir" \
396
388
                distdir="$$distdir/$$subdir" \
 
389
                am__remove_distdir=: \
 
390
                am__skip_length_check=: \
397
391
                distdir) \
398
392
              || exit 1; \
399
393
          fi; \
433
427
 
434
428
distclean: distclean-recursive
435
429
        -rm -f Makefile
436
 
distclean-am: clean-am distclean-generic distclean-libtool \
437
 
        distclean-tags
 
430
distclean-am: clean-am distclean-generic distclean-tags
438
431
 
439
432
dvi: dvi-recursive
440
433
 
448
441
 
449
442
install-data-am:
450
443
 
 
444
install-dvi: install-dvi-recursive
 
445
 
451
446
install-exec-am:
452
447
 
 
448
install-html: install-html-recursive
 
449
 
453
450
install-info: install-info-recursive
454
451
 
455
452
install-man:
456
453
 
 
454
install-pdf: install-pdf-recursive
 
455
 
 
456
install-ps: install-ps-recursive
 
457
 
457
458
installcheck-am:
458
459
 
459
460
maintainer-clean: maintainer-clean-recursive
472
473
 
473
474
ps-am:
474
475
 
475
 
uninstall-am: uninstall-info-am
476
 
 
477
 
uninstall-info: uninstall-info-recursive
478
 
 
479
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
480
 
        clean clean-generic clean-libtool clean-recursive ctags \
481
 
        ctags-recursive distclean distclean-generic distclean-libtool \
482
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
476
uninstall-am:
 
477
 
 
478
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
479
        install-strip
 
480
 
 
481
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
482
        all all-am check check-am clean clean-generic clean-libtool \
 
483
        ctags ctags-recursive distclean distclean-generic \
 
484
        distclean-libtool distclean-tags distdir dvi dvi-am html \
483
485
        html-am info info-am install install-am install-data \
484
 
        install-data-am install-exec install-exec-am install-info \
485
 
        install-info-am install-man install-strip installcheck \
 
486
        install-data-am install-dvi install-dvi-am install-exec \
 
487
        install-exec-am install-html install-html-am install-info \
 
488
        install-info-am install-man install-pdf install-pdf-am \
 
489
        install-ps install-ps-am install-strip installcheck \
486
490
        installcheck-am installdirs installdirs-am maintainer-clean \
487
 
        maintainer-clean-generic maintainer-clean-recursive \
488
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
489
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
490
 
        uninstall uninstall-am uninstall-info-am
 
491
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
492
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
493
        uninstall uninstall-am
491
494
 
492
495
# Tell versions [3.59,3.63) of GNU make to not export all variables.
493
496
# Otherwise a system limit (for SysV at least) may be exceeded.