C++ class for reading and writing XML structures. No need for a C++ code parser or special pre compiler. Specify a schema entirly in native C++. The schema is verified when XML is read and exceptions are thrown when the XML to be parse is invalid.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
703 B

15 years ago
## @file
##
## $Id$
##
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libxml-cxx.pc
pkgconfig2dir = $(datarootdir)/pkgconfig
pkgconfig2_DATA = $(pkgconfig_DATA)
14 years ago
EXTRA_DIST = $(pkgconfig_DATA).in version.cxx.in
BUILT_SOURCES = version.cxx
15 years ago
AM_CXXFLAGS += -I ${top_srcdir}/src
lib_LTLIBRARIES = libxml-cxx.la
nobase_include_HEADERS = xml-cxx/xml.hxx xml-cxx/any.hxx
14 years ago
libxml_cxx_la_SOURCES = xml.cxx version.cxx
libxml_cxx_la_LDFLAGS = -version-info ${LIB_VERSION}
DISTCLEANFILES = $(pkgconfig_DATA)
15 years ago
MAINTAINERCLEANFILES = makefile.in