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

« back to all changes in this revision

Viewing changes to MSVC_Net2003/examples/sax_exception/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

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