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

« back to all changes in this revision

Viewing changes to examples/sax_parser/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.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
36
36
NORMAL_UNINSTALL = :
37
37
PRE_UNINSTALL = :
38
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
39
40
host_triplet = @host@
40
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41
42
        $(top_srcdir)/examples/Makefile.am_fragment
45
46
am__aclocal_m4_deps = $(top_srcdir)/configure.in
46
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(mkdir_p)
 
49
mkinstalldirs = $(install_sh) -d
49
50
CONFIG_CLEAN_FILES =
50
51
PROGRAMS = $(noinst_PROGRAMS)
51
52
am_example_OBJECTS = main.$(OBJEXT) myparser.$(OBJEXT)
54
55
DEFAULT_INCLUDES = -I. -I$(srcdir)
55
56
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
57
am__depfiles_maybe = depfiles
57
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/main.Po ./$(DEPDIR)/myparser.Po
58
58
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
60
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
60
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
61
61
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62
62
        $(AM_CXXFLAGS) $(CXXFLAGS)
63
63
CXXLD = $(CXX)
64
 
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
65
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
64
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
65
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69
69
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70
70
        $(AM_CFLAGS) $(CFLAGS)
71
71
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
72
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73
73
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
74
74
SOURCES = $(example_SOURCES)
75
75
DIST_SOURCES = $(example_SOURCES)
81
81
AMDEP_TRUE = @AMDEP_TRUE@
82
82
AMTAR = @AMTAR@
83
83
AR = @AR@
 
84
AS = @AS@
84
85
AUTOCONF = @AUTOCONF@
85
86
AUTOHEADER = @AUTOHEADER@
86
87
AUTOMAKE = @AUTOMAKE@
97
98
CYGPATH_W = @CYGPATH_W@
98
99
DEFS = @DEFS@
99
100
DEPDIR = @DEPDIR@
 
101
DLLTOOL = @DLLTOOL@
100
102
ECHO = @ECHO@
101
103
ECHO_C = @ECHO_C@
102
104
ECHO_N = @ECHO_N@
107
109
FFLAGS = @FFLAGS@
108
110
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
109
111
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
112
GENERIC_MICRO_VERSION = @GENERIC_MICRO_VERSION@
110
113
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
111
114
GENERIC_VERSION = @GENERIC_VERSION@
112
115
INSTALL_DATA = @INSTALL_DATA@
126
129
LN_S = @LN_S@
127
130
LTLIBOBJS = @LTLIBOBJS@
128
131
MAKEINFO = @MAKEINFO@
 
132
OBJDUMP = @OBJDUMP@
129
133
OBJEXT = @OBJEXT@
130
134
PACKAGE = @PACKAGE@
131
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
138
PACKAGE_TARNAME = @PACKAGE_TARNAME@
135
139
PACKAGE_VERSION = @PACKAGE_VERSION@
136
140
PATH_SEPARATOR = @PATH_SEPARATOR@
 
141
PERL_PATH = @PERL_PATH@
137
142
PKG_CONFIG = @PKG_CONFIG@
 
143
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
 
144
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
138
145
RANLIB = @RANLIB@
139
146
SET_MAKE = @SET_MAKE@
140
147
SHELL = @SHELL@
141
148
STRIP = @STRIP@
142
149
VERSION = @VERSION@
143
150
ac_ct_AR = @ac_ct_AR@
 
151
ac_ct_AS = @ac_ct_AS@
144
152
ac_ct_CC = @ac_ct_CC@
145
153
ac_ct_CXX = @ac_ct_CXX@
 
154
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
146
155
ac_ct_F77 = @ac_ct_F77@
 
156
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
147
157
ac_ct_RANLIB = @ac_ct_RANLIB@
148
158
ac_ct_STRIP = @ac_ct_STRIP@
149
159
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153
163
am__include = @am__include@
154
164
am__leading_dot = @am__leading_dot@
155
165
am__quote = @am__quote@
 
166
am__tar = @am__tar@
 
167
am__untar = @am__untar@
156
168
bindir = @bindir@
157
169
build = @build@
158
170
build_alias = @build_alias@
183
195
target_alias = @target_alias@
184
196
 
185
197
#Where to find the header files needed by the source files:
186
 
INCLUDES = -I$(top_srcdir)/ @LIBXML_CFLAGS@
 
198
INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@
187
199
 
188
200
#List of source files needed to build the executable:
189
201
example_SOURCES = main.cc myparser.h myparser.cc
245
257
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
246
258
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
247
259
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
248
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
249
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
260
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250
261
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
251
262
 
252
263
.cc.obj:
253
264
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
254
265
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
255
266
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
257
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
267
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258
268
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
259
269
 
260
270
.cc.lo:
261
271
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262
272
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263
273
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
264
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
265
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
274
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266
275
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
267
276
 
268
277
mostlyclean-libtool:
295
304
          done | \
296
305
          $(AWK) '    { files[$$0] = 1; } \
297
306
               END { for (i in files) print i; }'`; \
298
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
299
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300
 
             $$tags $$unique
 
307
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
308
          test -n "$$unique" || unique=$$empty_fix; \
 
309
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
310
            $$tags $$unique; \
 
311
        fi
301
312
ctags: CTAGS
302
313
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
303
314
                $(TAGS_FILES) $(LISP)
372
383
clean-generic:
373
384
 
374
385
distclean-generic:
375
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
386
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
376
387
 
377
388
maintainer-clean-generic:
378
389
        @echo "This command is intended for maintainers to use"