This library provides a C++ interface to XML files. It uses libxml 2 to access the XML files, and in

源代码在线查看: makefile.am

软件大小: 429 K
上传用户: syxie
关键词: files interface XML provides
下载地址: 免注册下载 普通下载 VIP

相关代码

				INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@								DEFS=@DEFS@ -DLIBXMLPP_COMPILATION								h_sources_public = exception.h parse_error.h validity_error.h internal_error.h				cc_sources = exception.cc parse_error.cc validity_error.cc internal_error.cc								noinst_LTLIBRARIES = libexceptions.la				libexceptions_la_SOURCES = $(h_sources_public) $(cc_sources)								# Install the headers:				library_includedir=$(includedir)/libxml++-1.0/libxml++/exceptions				library_include_HEADERS = $(h_sources_public)							

相关资源