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

« back to all changes in this revision

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