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

« back to all changes in this revision

Viewing changes to examples/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,
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = examples
38
39
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
43
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(mkdir_p)
 
44
mkinstalldirs = $(install_sh) -d
44
45
CONFIG_CLEAN_FILES =
45
46
SOURCES =
46
47
DIST_SOURCES =
59
60
AMDEP_TRUE = @AMDEP_TRUE@
60
61
AMTAR = @AMTAR@
61
62
AR = @AR@
 
63
AS = @AS@
62
64
AUTOCONF = @AUTOCONF@
63
65
AUTOHEADER = @AUTOHEADER@
64
66
AUTOMAKE = @AUTOMAKE@
75
77
CYGPATH_W = @CYGPATH_W@
76
78
DEFS = @DEFS@
77
79
DEPDIR = @DEPDIR@
 
80
DLLTOOL = @DLLTOOL@
78
81
ECHO = @ECHO@
79
82
ECHO_C = @ECHO_C@
80
83
ECHO_N = @ECHO_N@
85
88
FFLAGS = @FFLAGS@
86
89
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
87
90
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
91
GENERIC_MICRO_VERSION = @GENERIC_MICRO_VERSION@
88
92
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
89
93
GENERIC_VERSION = @GENERIC_VERSION@
90
94
INSTALL_DATA = @INSTALL_DATA@
102
106
LN_S = @LN_S@
103
107
LTLIBOBJS = @LTLIBOBJS@
104
108
MAKEINFO = @MAKEINFO@
 
109
OBJDUMP = @OBJDUMP@
105
110
OBJEXT = @OBJEXT@
106
111
PACKAGE = @PACKAGE@
107
112
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
115
PACKAGE_TARNAME = @PACKAGE_TARNAME@
111
116
PACKAGE_VERSION = @PACKAGE_VERSION@
112
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
PERL_PATH = @PERL_PATH@
113
119
PKG_CONFIG = @PKG_CONFIG@
 
120
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
 
121
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
114
122
RANLIB = @RANLIB@
115
123
SET_MAKE = @SET_MAKE@
116
124
SHELL = @SHELL@
117
125
STRIP = @STRIP@
118
126
VERSION = @VERSION@
119
127
ac_ct_AR = @ac_ct_AR@
 
128
ac_ct_AS = @ac_ct_AS@
120
129
ac_ct_CC = @ac_ct_CC@
121
130
ac_ct_CXX = @ac_ct_CXX@
 
131
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
122
132
ac_ct_F77 = @ac_ct_F77@
 
133
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
123
134
ac_ct_RANLIB = @ac_ct_RANLIB@
124
135
ac_ct_STRIP = @ac_ct_STRIP@
125
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129
140
am__include = @am__include@
130
141
am__leading_dot = @am__leading_dot@
131
142
am__quote = @am__quote@
 
143
am__tar = @am__tar@
 
144
am__untar = @am__untar@
132
145
bindir = @bindir@
133
146
build = @build@
134
147
build_alias = @build_alias@
157
170
sharedstatedir = @sharedstatedir@
158
171
sysconfdir = @sysconfdir@
159
172
target_alias = @target_alias@
160
 
SUBDIRS = dom_build dom_parser dom_parse_entities dom_read_write dom_xpath \
 
173
SUBDIRS = dom_build dom_parser dom_parser_raw dom_parse_entities dom_read_write dom_xpath \
161
174
          sax_parser sax_parser_entities sax_exception sax_parser_build_dom \
162
 
          import_node textreader
 
175
          import_node textreader dtdvalidation
163
176
 
164
177
EXTRA_DIST = README Makefile.am_fragment
165
178
all: all-recursive
278
291
                $(TAGS_FILES) $(LISP)
279
292
        tags=; \
280
293
        here=`pwd`; \
281
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
294
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
282
295
          include_option=--etags-include; \
 
296
          empty_fix=.; \
283
297
        else \
284
298
          include_option=--include; \
 
299
          empty_fix=; \
285
300
        fi; \
286
301
        list='$(SUBDIRS)'; for subdir in $$list; do \
287
302
          if test "$$subdir" = .; then :; else \
288
 
            test -f $$subdir/TAGS && \
 
303
            test ! -f $$subdir/TAGS || \
289
304
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
290
305
          fi; \
291
306
        done; \
295
310
          done | \
296
311
          $(AWK) '    { files[$$0] = 1; } \
297
312
               END { for (i in files) print i; }'`; \
298
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
299
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300
 
             $$tags $$unique
 
313
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
314
          test -n "$$unique" || unique=$$empty_fix; \
 
315
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
316
            $$tags $$unique; \
 
317
        fi
301
318
ctags: CTAGS
302
319
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
303
320
                $(TAGS_FILES) $(LISP)
348
365
            || exit 1; \
349
366
          fi; \
350
367
        done
351
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
368
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
352
369
          if test "$$subdir" = .; then :; else \
353
370
            test -d "$(distdir)/$$subdir" \
354
 
            || mkdir "$(distdir)/$$subdir" \
 
371
            || $(mkdir_p) "$(distdir)/$$subdir" \
355
372
            || exit 1; \
 
373
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
374
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
356
375
            (cd $$subdir && \
357
376
              $(MAKE) $(AM_MAKEFLAGS) \
358
 
                top_distdir="../$(top_distdir)" \
359
 
                distdir="../$(distdir)/$$subdir" \
 
377
                top_distdir="$$top_distdir" \
 
378
                distdir="$$distdir/$$subdir" \
360
379
                distdir) \
361
380
              || exit 1; \
362
381
          fi; \
385
404
clean-generic:
386
405
 
387
406
distclean-generic:
388
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
407
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
389
408
 
390
409
maintainer-clean-generic:
391
410
        @echo "This command is intended for maintainers to use"