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

« back to all changes in this revision

Viewing changes to scripts/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.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = scripts
 
35
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/scripts/reduced.m4 \
 
38
        $(top_srcdir)/configure.in
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(install_sh) -d
 
42
CONFIG_HEADER = $(top_builddir)/config.h \
 
43
        $(top_builddir)/libxml++/libxml++config.h
 
44
CONFIG_CLEAN_FILES =
 
45
SOURCES =
 
46
DIST_SOURCES =
 
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
48
ACLOCAL = @ACLOCAL@
 
49
AMTAR = @AMTAR@
 
50
AR = @AR@
 
51
AS = @AS@
 
52
AUTOCONF = @AUTOCONF@
 
53
AUTOHEADER = @AUTOHEADER@
 
54
AUTOMAKE = @AUTOMAKE@
 
55
AWK = @AWK@
 
56
CC = @CC@
 
57
CCDEPMODE = @CCDEPMODE@
 
58
CFLAGS = @CFLAGS@
 
59
CPP = @CPP@
 
60
CPPFLAGS = @CPPFLAGS@
 
61
CXX = @CXX@
 
62
CXXCPP = @CXXCPP@
 
63
CXXDEPMODE = @CXXDEPMODE@
 
64
CXXFLAGS = @CXXFLAGS@
 
65
CYGPATH_W = @CYGPATH_W@
 
66
DEFS = @DEFS@
 
67
DEPDIR = @DEPDIR@
 
68
DLLTOOL = @DLLTOOL@
 
69
ECHO = @ECHO@
 
70
ECHO_C = @ECHO_C@
 
71
ECHO_N = @ECHO_N@
 
72
ECHO_T = @ECHO_T@
 
73
EGREP = @EGREP@
 
74
EXEEXT = @EXEEXT@
 
75
F77 = @F77@
 
76
FFLAGS = @FFLAGS@
 
77
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
 
78
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
79
GENERIC_MICRO_VERSION = @GENERIC_MICRO_VERSION@
 
80
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
 
81
GENERIC_VERSION = @GENERIC_VERSION@
 
82
GREP = @GREP@
 
83
INSTALL = @INSTALL@
 
84
INSTALL_DATA = @INSTALL_DATA@
 
85
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
86
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
88
LDFLAGS = @LDFLAGS@
 
89
LIBOBJS = @LIBOBJS@
 
90
LIBS = @LIBS@
 
91
LIBTOOL = @LIBTOOL@
 
92
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
93
LIBXML_LIBS = @LIBXML_LIBS@
 
94
LN_S = @LN_S@
 
95
LTLIBOBJS = @LTLIBOBJS@
 
96
MAKEINFO = @MAKEINFO@
 
97
MKDIR_P = @MKDIR_P@
 
98
OBJDUMP = @OBJDUMP@
 
99
OBJEXT = @OBJEXT@
 
100
PACKAGE = @PACKAGE@
 
101
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
102
PACKAGE_NAME = @PACKAGE_NAME@
 
103
PACKAGE_STRING = @PACKAGE_STRING@
 
104
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
105
PACKAGE_VERSION = @PACKAGE_VERSION@
 
106
PATH_SEPARATOR = @PATH_SEPARATOR@
 
107
PERL_PATH = @PERL_PATH@
 
108
PKG_CONFIG = @PKG_CONFIG@
 
109
RANLIB = @RANLIB@
 
110
SET_MAKE = @SET_MAKE@
 
111
SHELL = @SHELL@
 
112
STRIP = @STRIP@
 
113
VERSION = @VERSION@
 
114
abs_builddir = @abs_builddir@
 
115
abs_srcdir = @abs_srcdir@
 
116
abs_top_builddir = @abs_top_builddir@
 
117
abs_top_srcdir = @abs_top_srcdir@
 
118
ac_ct_CC = @ac_ct_CC@
 
119
ac_ct_CXX = @ac_ct_CXX@
 
120
ac_ct_F77 = @ac_ct_F77@
 
121
am__include = @am__include@
 
122
am__leading_dot = @am__leading_dot@
 
123
am__quote = @am__quote@
 
124
am__tar = @am__tar@
 
125
am__untar = @am__untar@
 
126
bindir = @bindir@
 
127
build = @build@
 
128
build_alias = @build_alias@
 
129
build_cpu = @build_cpu@
 
130
build_os = @build_os@
 
131
build_vendor = @build_vendor@
 
132
builddir = @builddir@
 
133
datadir = @datadir@
 
134
datarootdir = @datarootdir@
 
135
docdir = @docdir@
 
136
dvidir = @dvidir@
 
137
exec_prefix = @exec_prefix@
 
138
host = @host@
 
139
host_alias = @host_alias@
 
140
host_cpu = @host_cpu@
 
141
host_os = @host_os@
 
142
host_vendor = @host_vendor@
 
143
htmldir = @htmldir@
 
144
includedir = @includedir@
 
145
infodir = @infodir@
 
146
install_sh = @install_sh@
 
147
libdir = @libdir@
 
148
libexecdir = @libexecdir@
 
149
localedir = @localedir@
 
150
localstatedir = @localstatedir@
 
151
mandir = @mandir@
 
152
mkdir_p = @mkdir_p@
 
153
oldincludedir = @oldincludedir@
 
154
pdfdir = @pdfdir@
 
155
prefix = @prefix@
 
156
program_transform_name = @program_transform_name@
 
157
psdir = @psdir@
 
158
sbindir = @sbindir@
 
159
sharedstatedir = @sharedstatedir@
 
160
srcdir = @srcdir@
 
161
sysconfdir = @sysconfdir@
 
162
target_alias = @target_alias@
 
163
top_builddir = @top_builddir@
 
164
top_srcdir = @top_srcdir@
 
165
EXTRA_DIST = README reduced.m4
 
166
all: all-am
 
167
 
 
168
.SUFFIXES:
 
169
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
170
        @for dep in $?; do \
 
171
          case '$(am__configure_deps)' in \
 
172
            *$$dep*) \
 
173
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
174
                && exit 0; \
 
175
              exit 1;; \
 
176
          esac; \
 
177
        done; \
 
178
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scripts/Makefile'; \
 
179
        cd $(top_srcdir) && \
 
180
          $(AUTOMAKE) --gnu  scripts/Makefile
 
181
.PRECIOUS: Makefile
 
182
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
183
        @case '$?' in \
 
184
          *config.status*) \
 
185
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
186
          *) \
 
187
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
188
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
189
        esac;
 
190
 
 
191
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
192
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
193
 
 
194
$(top_srcdir)/configure:  $(am__configure_deps)
 
195
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
196
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
197
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
198
 
 
199
mostlyclean-libtool:
 
200
        -rm -f *.lo
 
201
 
 
202
clean-libtool:
 
203
        -rm -rf .libs _libs
 
204
tags: TAGS
 
205
TAGS:
 
206
 
 
207
ctags: CTAGS
 
208
CTAGS:
 
209
 
 
210
 
 
211
distdir: $(DISTFILES)
 
212
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
213
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
214
        list='$(DISTFILES)'; \
 
215
          dist_files=`for file in $$list; do echo $$file; done | \
 
216
          sed -e "s|^$$srcdirstrip/||;t" \
 
217
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
218
        case $$dist_files in \
 
219
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
220
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
221
                           sort -u` ;; \
 
222
        esac; \
 
223
        for file in $$dist_files; do \
 
224
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
225
          if test -d $$d/$$file; then \
 
226
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
227
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
228
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
229
            fi; \
 
230
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
231
          else \
 
232
            test -f $(distdir)/$$file \
 
233
            || cp -p $$d/$$file $(distdir)/$$file \
 
234
            || exit 1; \
 
235
          fi; \
 
236
        done
 
237
check-am: all-am
 
238
check: check-am
 
239
all-am: Makefile
 
240
installdirs:
 
241
install: install-am
 
242
install-exec: install-exec-am
 
243
install-data: install-data-am
 
244
uninstall: uninstall-am
 
245
 
 
246
install-am: all-am
 
247
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
248
 
 
249
installcheck: installcheck-am
 
250
install-strip:
 
251
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
252
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
253
          `test -z '$(STRIP)' || \
 
254
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
255
mostlyclean-generic:
 
256
 
 
257
clean-generic:
 
258
 
 
259
distclean-generic:
 
260
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
261
 
 
262
maintainer-clean-generic:
 
263
        @echo "This command is intended for maintainers to use"
 
264
        @echo "it deletes files that may require special tools to rebuild."
 
265
clean: clean-am
 
266
 
 
267
clean-am: clean-generic clean-libtool mostlyclean-am
 
268
 
 
269
distclean: distclean-am
 
270
        -rm -f Makefile
 
271
distclean-am: clean-am distclean-generic
 
272
 
 
273
dvi: dvi-am
 
274
 
 
275
dvi-am:
 
276
 
 
277
html: html-am
 
278
 
 
279
info: info-am
 
280
 
 
281
info-am:
 
282
 
 
283
install-data-am:
 
284
 
 
285
install-dvi: install-dvi-am
 
286
 
 
287
install-exec-am:
 
288
 
 
289
install-html: install-html-am
 
290
 
 
291
install-info: install-info-am
 
292
 
 
293
install-man:
 
294
 
 
295
install-pdf: install-pdf-am
 
296
 
 
297
install-ps: install-ps-am
 
298
 
 
299
installcheck-am:
 
300
 
 
301
maintainer-clean: maintainer-clean-am
 
302
        -rm -f Makefile
 
303
maintainer-clean-am: distclean-am maintainer-clean-generic
 
304
 
 
305
mostlyclean: mostlyclean-am
 
306
 
 
307
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
308
 
 
309
pdf: pdf-am
 
310
 
 
311
pdf-am:
 
312
 
 
313
ps: ps-am
 
314
 
 
315
ps-am:
 
316
 
 
317
uninstall-am:
 
318
 
 
319
.MAKE: install-am install-strip
 
320
 
 
321
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
322
        distclean distclean-generic distclean-libtool distdir dvi \
 
323
        dvi-am html html-am info info-am install install-am \
 
324
        install-data install-data-am install-dvi install-dvi-am \
 
325
        install-exec install-exec-am install-html install-html-am \
 
326
        install-info install-info-am install-man install-pdf \
 
327
        install-pdf-am install-ps install-ps-am install-strip \
 
328
        installcheck installcheck-am installdirs maintainer-clean \
 
329
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
330
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
331
 
 
332
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
333
# Otherwise a system limit (for SysV at least) may be exceeded.
 
334
.NOEXPORT: