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

« back to all changes in this revision

Viewing changes to examples/dom_parser_raw/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/config.h \
 
49
        $(top_builddir)/libxml++/libxml++config.h
48
50
CONFIG_CLEAN_FILES =
49
51
PROGRAMS = $(noinst_PROGRAMS)
50
52
am_example_OBJECTS = main.$(OBJEXT)
51
53
example_OBJECTS = $(am_example_OBJECTS)
52
54
example_LDADD = $(LDADD)
53
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
55
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/libxml++
54
56
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
57
am__depfiles_maybe = depfiles
56
58
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
121
123
MAKEINFO = @MAKEINFO@
122
124
OBJDUMP = @OBJDUMP@
123
125
OBJEXT = @OBJEXT@
 
126
OS_WIN32_FALSE = @OS_WIN32_FALSE@
 
127
OS_WIN32_TRUE = @OS_WIN32_TRUE@
124
128
PACKAGE = @PACKAGE@
125
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
130
PACKAGE_NAME = @PACKAGE_NAME@