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

« back to all changes in this revision

Viewing changes to docs/manual/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
39
35
        $(top_srcdir)/docs/Makefile_web.am_fragment
40
36
subdir = docs/manual
41
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__aclocal_m4_deps = $(top_srcdir)/scripts/reduced.m4 \
 
39
        $(top_srcdir)/configure.in
43
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
41
        $(ACLOCAL_M4)
45
42
mkinstalldirs = $(install_sh) -d
50
47
DIST_SOURCES =
51
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
49
ACLOCAL = @ACLOCAL@
53
 
AMDEP_FALSE = @AMDEP_FALSE@
54
 
AMDEP_TRUE = @AMDEP_TRUE@
55
50
AMTAR = @AMTAR@
56
51
AR = @AR@
57
52
AS = @AS@
86
81
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
87
82
GENERIC_VERSION = @GENERIC_VERSION@
88
83
GREP = @GREP@
 
84
INSTALL = @INSTALL@
89
85
INSTALL_DATA = @INSTALL_DATA@
90
86
INSTALL_PROGRAM = @INSTALL_PROGRAM@
91
87
INSTALL_SCRIPT = @INSTALL_SCRIPT@
94
90
LIBOBJS = @LIBOBJS@
95
91
LIBS = @LIBS@
96
92
LIBTOOL = @LIBTOOL@
97
 
LIBXMLCPP_FALSE_FALSE = @LIBXMLCPP_FALSE_FALSE@
98
 
LIBXMLCPP_FALSE_TRUE = @LIBXMLCPP_FALSE_TRUE@
99
93
LIBXML_CFLAGS = @LIBXML_CFLAGS@
100
94
LIBXML_LIBS = @LIBXML_LIBS@
101
95
LN_S = @LN_S@
102
96
LTLIBOBJS = @LTLIBOBJS@
103
97
MAKEINFO = @MAKEINFO@
 
98
MKDIR_P = @MKDIR_P@
104
99
OBJDUMP = @OBJDUMP@
105
100
OBJEXT = @OBJEXT@
106
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
107
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
108
101
PACKAGE = @PACKAGE@
109
102
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
103
PACKAGE_NAME = @PACKAGE_NAME@
114
107
PATH_SEPARATOR = @PATH_SEPARATOR@
115
108
PERL_PATH = @PERL_PATH@
116
109
PKG_CONFIG = @PKG_CONFIG@
117
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
118
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
119
110
RANLIB = @RANLIB@
120
111
SET_MAKE = @SET_MAKE@
121
112
SHELL = @SHELL@
122
113
STRIP = @STRIP@
123
114
VERSION = @VERSION@
 
115
abs_builddir = @abs_builddir@
 
116
abs_srcdir = @abs_srcdir@
 
117
abs_top_builddir = @abs_top_builddir@
 
118
abs_top_srcdir = @abs_top_srcdir@
124
119
ac_ct_CC = @ac_ct_CC@
125
120
ac_ct_CXX = @ac_ct_CXX@
126
121
ac_ct_F77 = @ac_ct_F77@
127
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
128
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
129
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
130
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
131
122
am__include = @am__include@
132
123
am__leading_dot = @am__leading_dot@
133
124
am__quote = @am__quote@
139
130
build_cpu = @build_cpu@
140
131
build_os = @build_os@
141
132
build_vendor = @build_vendor@
 
133
builddir = @builddir@
142
134
datadir = @datadir@
143
135
datarootdir = @datarootdir@
144
136
docdir = $(datadir)/doc/libxml++-2.6/docs
166
158
psdir = @psdir@
167
159
sbindir = @sbindir@
168
160
sharedstatedir = @sharedstatedir@
 
161
srcdir = @srcdir@
169
162
sysconfdir = @sysconfdir@
170
163
target_alias = @target_alias@
 
164
top_builddir = @top_builddir@
 
165
top_srcdir = @top_srcdir@
171
166
EXTRA_DIST = $(docbook_docs) html libxml++.xml libxml++_without_code.xml insert_example_code.pl
172
167
docbook_docs = $(srcdir)/libxml++.xml
173
168
web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
213
208
 
214
209
clean-libtool:
215
210
        -rm -rf .libs _libs
216
 
 
217
 
distclean-libtool:
218
 
        -rm -f libtool
219
 
uninstall-info-am:
220
211
tags: TAGS
221
212
TAGS:
222
213
 
225
216
 
226
217
 
227
218
distdir: $(DISTFILES)
228
 
        $(mkdir_p) $(distdir)/$(srcdir) $(distdir)/../../docs
229
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
230
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
231
 
        list='$(DISTFILES)'; for file in $$list; do \
232
 
          case $$file in \
233
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
234
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
235
 
          esac; \
 
219
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
220
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
221
        list='$(DISTFILES)'; \
 
222
          dist_files=`for file in $$list; do echo $$file; done | \
 
223
          sed -e "s|^$$srcdirstrip/||;t" \
 
224
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
225
        case $$dist_files in \
 
226
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
227
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
228
                           sort -u` ;; \
 
229
        esac; \
 
230
        for file in $$dist_files; do \
236
231
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
237
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
238
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
239
 
            dir="/$$dir"; \
240
 
            $(mkdir_p) "$(distdir)$$dir"; \
241
 
          else \
242
 
            dir=''; \
243
 
          fi; \
244
232
          if test -d $$d/$$file; then \
 
233
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
245
234
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
246
235
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
247
236
            fi; \
282
271
        @echo "it deletes files that may require special tools to rebuild."
283
272
clean: clean-am
284
273
 
285
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
274
clean-am: clean-generic clean-libtool mostlyclean-am
286
275
 
287
276
distclean: distclean-am
288
277
        -rm -f Makefile
289
 
distclean-am: clean-am distclean-generic distclean-libtool
 
278
distclean-am: clean-am distclean-generic
290
279
 
291
280
dvi: dvi-am
292
281
 
298
287
 
299
288
install-data-am: install-data-local
300
289
 
 
290
install-dvi: install-dvi-am
 
291
 
301
292
install-exec-am:
302
293
 
 
294
install-html: install-html-am
 
295
 
303
296
install-info: install-info-am
304
297
 
305
298
install-man:
306
299
 
 
300
install-pdf: install-pdf-am
 
301
 
 
302
install-ps: install-ps-am
 
303
 
307
304
installcheck-am:
308
305
 
309
306
maintainer-clean: maintainer-clean-am
310
307
        -rm -f Makefile
311
 
maintainer-clean-am: distclean-am maintainer-clean-generic
 
308
maintainer-clean-am: distclean-am maintainer-clean-generic \
 
309
        maintainer-clean-local
312
310
 
313
311
mostlyclean: mostlyclean-am
314
312
 
322
320
 
323
321
ps-am:
324
322
 
325
 
uninstall-am: uninstall-info-am uninstall-local
 
323
uninstall-am: uninstall-local
 
324
 
 
325
.MAKE: install-am install-strip
326
326
 
327
327
.PHONY: all all-am all-local check check-am clean clean-generic \
328
 
        clean-libtool clean-local distclean distclean-generic \
329
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
330
 
        install install-am install-data install-data-am \
331
 
        install-data-local install-exec install-exec-am install-info \
332
 
        install-info-am install-man install-strip installcheck \
333
 
        installcheck-am installdirs maintainer-clean \
334
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
328
        clean-libtool distclean distclean-generic distclean-libtool \
 
329
        distdir dvi dvi-am html html-am info info-am install \
 
330
        install-am install-data install-data-am install-data-local \
 
331
        install-dvi install-dvi-am install-exec install-exec-am \
 
332
        install-html install-html-am install-info install-info-am \
 
333
        install-man install-pdf install-pdf-am install-ps \
 
334
        install-ps-am install-strip installcheck installcheck-am \
 
335
        installdirs maintainer-clean maintainer-clean-generic \
 
336
        maintainer-clean-local mostlyclean mostlyclean-generic \
335
337
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
336
 
        uninstall-info-am uninstall-local
 
338
        uninstall-local
337
339
 
338
340
 
339
341
# Create a DocBook source file with the code inline, instead of the special comments.
391
393
 
392
394
all-local: $(srcdir)/html/index.html
393
395
 
394
 
clean-local:
 
396
maintainer-clean-local:
395
397
        -rm -rf $(srcdir)/html
396
398
        -rm -f $(srcdir)/libxml++.dvi $(srcdir)/libxml++.ps $(srcdir)/libxml++.pdf $(srcdir)/libxml++-html.tar.gz
397
399
# Tell versions [3.59,3.63) of GNU make to not export all variables.