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

« back to all changes in this revision

Viewing changes to libxml++/parsers/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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
41
37
DIST_COMMON = $(library_include_HEADERS) $(srcdir)/Makefile.am \
42
38
        $(srcdir)/Makefile.in
43
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
40
am__aclocal_m4_deps = $(top_srcdir)/scripts/reduced.m4 \
 
41
        $(top_srcdir)/configure.in
45
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
43
        $(ACLOCAL_M4)
47
44
mkinstalldirs = $(install_sh) -d
54
51
am__objects_2 = parser.lo saxparser.lo domparser.lo textreader.lo
55
52
am_libparsers_la_OBJECTS = $(am__objects_1) $(am__objects_2)
56
53
libparsers_la_OBJECTS = $(am_libparsers_la_OBJECTS)
57
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/libxml++
 
54
DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(top_builddir)/libxml++@am__isrc@
58
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
56
am__depfiles_maybe = depfiles
60
57
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
61
58
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
62
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
63
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
64
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
59
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
60
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65
62
CXXLD = $(CXX)
66
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
67
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
63
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
64
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
65
        $(LDFLAGS) -o $@
68
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
71
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
76
75
SOURCES = $(libparsers_la_SOURCES)
77
76
DIST_SOURCES = $(libparsers_la_SOURCES)
78
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
88
87
CTAGS = ctags
89
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
89
ACLOCAL = @ACLOCAL@
91
 
AMDEP_FALSE = @AMDEP_FALSE@
92
 
AMDEP_TRUE = @AMDEP_TRUE@
93
90
AMTAR = @AMTAR@
94
91
AR = @AR@
95
92
AS = @AS@
124
121
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
125
122
GENERIC_VERSION = @GENERIC_VERSION@
126
123
GREP = @GREP@
 
124
INSTALL = @INSTALL@
127
125
INSTALL_DATA = @INSTALL_DATA@
128
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
132
130
LIBOBJS = @LIBOBJS@
133
131
LIBS = @LIBS@
134
132
LIBTOOL = @LIBTOOL@
135
 
LIBXMLCPP_FALSE_FALSE = @LIBXMLCPP_FALSE_FALSE@
136
 
LIBXMLCPP_FALSE_TRUE = @LIBXMLCPP_FALSE_TRUE@
137
133
LIBXML_CFLAGS = @LIBXML_CFLAGS@
138
134
LIBXML_LIBS = @LIBXML_LIBS@
139
135
LN_S = @LN_S@
140
136
LTLIBOBJS = @LTLIBOBJS@
141
137
MAKEINFO = @MAKEINFO@
 
138
MKDIR_P = @MKDIR_P@
142
139
OBJDUMP = @OBJDUMP@
143
140
OBJEXT = @OBJEXT@
144
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
145
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
146
141
PACKAGE = @PACKAGE@
147
142
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148
143
PACKAGE_NAME = @PACKAGE_NAME@
152
147
PATH_SEPARATOR = @PATH_SEPARATOR@
153
148
PERL_PATH = @PERL_PATH@
154
149
PKG_CONFIG = @PKG_CONFIG@
155
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
156
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
157
150
RANLIB = @RANLIB@
158
151
SET_MAKE = @SET_MAKE@
159
152
SHELL = @SHELL@
160
153
STRIP = @STRIP@
161
154
VERSION = @VERSION@
 
155
abs_builddir = @abs_builddir@
 
156
abs_srcdir = @abs_srcdir@
 
157
abs_top_builddir = @abs_top_builddir@
 
158
abs_top_srcdir = @abs_top_srcdir@
162
159
ac_ct_CC = @ac_ct_CC@
163
160
ac_ct_CXX = @ac_ct_CXX@
164
161
ac_ct_F77 = @ac_ct_F77@
165
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
166
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
167
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
168
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
169
162
am__include = @am__include@
170
163
am__leading_dot = @am__leading_dot@
171
164
am__quote = @am__quote@
177
170
build_cpu = @build_cpu@
178
171
build_os = @build_os@
179
172
build_vendor = @build_vendor@
 
173
builddir = @builddir@
180
174
datadir = @datadir@
181
175
datarootdir = @datarootdir@
182
176
docdir = @docdir@
204
198
psdir = @psdir@
205
199
sbindir = @sbindir@
206
200
sharedstatedir = @sharedstatedir@
 
201
srcdir = @srcdir@
207
202
sysconfdir = @sysconfdir@
208
203
target_alias = @target_alias@
 
204
top_builddir = @top_builddir@
 
205
top_srcdir = @top_srcdir@
209
206
INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@
210
207
h_sources_public = parser.h saxparser.h domparser.h textreader.h
211
208
cc_sources = parser.cc saxparser.cc domparser.cc textreader.cc
258
255
          rm -f "$${dir}/so_locations"; \
259
256
        done
260
257
libparsers.la: $(libparsers_la_OBJECTS) $(libparsers_la_DEPENDENCIES) 
261
 
        $(CXXLINK)  $(libparsers_la_LDFLAGS) $(libparsers_la_OBJECTS) $(libparsers_la_LIBADD) $(LIBS)
 
258
        $(CXXLINK)  $(libparsers_la_OBJECTS) $(libparsers_la_LIBADD) $(LIBS)
262
259
 
263
260
mostlyclean-compile:
264
261
        -rm -f *.$(OBJEXT)
272
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textreader.Plo@am__quote@
273
270
 
274
271
.cc.o:
275
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
276
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
272
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
273
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
277
274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279
276
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
280
277
 
281
278
.cc.obj:
282
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
283
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
279
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
280
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284
281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285
282
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286
283
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
287
284
 
288
285
.cc.lo:
289
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
290
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
286
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
287
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
291
288
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
292
289
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
290
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
297
294
 
298
295
clean-libtool:
299
296
        -rm -rf .libs _libs
300
 
 
301
 
distclean-libtool:
302
 
        -rm -f libtool
303
 
uninstall-info-am:
304
297
install-library_includeHEADERS: $(library_include_HEADERS)
305
298
        @$(NORMAL_INSTALL)
306
 
        test -z "$(library_includedir)" || $(mkdir_p) "$(DESTDIR)$(library_includedir)"
 
299
        test -z "$(library_includedir)" || $(MKDIR_P) "$(DESTDIR)$(library_includedir)"
307
300
        @list='$(library_include_HEADERS)'; for p in $$list; do \
308
301
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
309
302
          f=$(am__strip_dir) \
368
361
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
362
 
370
363
distdir: $(DISTFILES)
371
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
372
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
373
 
        list='$(DISTFILES)'; for file in $$list; do \
374
 
          case $$file in \
375
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
376
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
377
 
          esac; \
 
364
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
365
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
366
        list='$(DISTFILES)'; \
 
367
          dist_files=`for file in $$list; do echo $$file; done | \
 
368
          sed -e "s|^$$srcdirstrip/||;t" \
 
369
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
370
        case $$dist_files in \
 
371
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
372
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
373
                           sort -u` ;; \
 
374
        esac; \
 
375
        for file in $$dist_files; do \
378
376
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
380
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
381
 
            dir="/$$dir"; \
382
 
            $(mkdir_p) "$(distdir)$$dir"; \
383
 
          else \
384
 
            dir=''; \
385
 
          fi; \
386
377
          if test -d $$d/$$file; then \
 
378
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
387
379
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388
380
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
389
381
            fi; \
399
391
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
400
392
installdirs:
401
393
        for dir in "$(DESTDIR)$(library_includedir)"; do \
402
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
394
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
403
395
        done
404
396
install: install-am
405
397
install-exec: install-exec-am
434
426
        -rm -rf ./$(DEPDIR)
435
427
        -rm -f Makefile
436
428
distclean-am: clean-am distclean-compile distclean-generic \
437
 
        distclean-libtool distclean-tags
 
429
        distclean-tags
438
430
 
439
431
dvi: dvi-am
440
432
 
448
440
 
449
441
install-data-am: install-library_includeHEADERS
450
442
 
 
443
install-dvi: install-dvi-am
 
444
 
451
445
install-exec-am:
452
446
 
 
447
install-html: install-html-am
 
448
 
453
449
install-info: install-info-am
454
450
 
455
451
install-man:
456
452
 
 
453
install-pdf: install-pdf-am
 
454
 
 
455
install-ps: install-ps-am
 
456
 
457
457
installcheck-am:
458
458
 
459
459
maintainer-clean: maintainer-clean-am
474
474
 
475
475
ps-am:
476
476
 
477
 
uninstall-am: uninstall-info-am uninstall-library_includeHEADERS
 
477
uninstall-am: uninstall-library_includeHEADERS
 
478
 
 
479
.MAKE: install-am install-strip
478
480
 
479
481
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
480
482
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
481
483
        distclean-compile distclean-generic distclean-libtool \
482
484
        distclean-tags distdir dvi dvi-am html html-am info info-am \
483
 
        install install-am install-data install-data-am install-exec \
484
 
        install-exec-am install-info install-info-am \
485
 
        install-library_includeHEADERS install-man install-strip \
 
485
        install install-am install-data install-data-am install-dvi \
 
486
        install-dvi-am install-exec install-exec-am install-html \
 
487
        install-html-am install-info install-info-am \
 
488
        install-library_includeHEADERS install-man install-pdf \
 
489
        install-pdf-am install-ps install-ps-am install-strip \
486
490
        installcheck installcheck-am installdirs maintainer-clean \
487
491
        maintainer-clean-generic mostlyclean mostlyclean-compile \
488
492
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
489
 
        tags uninstall uninstall-am uninstall-info-am \
490
 
        uninstall-library_includeHEADERS
 
493
        tags uninstall uninstall-am uninstall-library_includeHEADERS
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.