This package is merely an interface package to define appropriate symbols for access to the xml parser, currently Xerces from Apache. GLAST_EXT must be appropriately defined for this or any other external package to be found.
package XMLEXT
version v2
# Package whose only job is to make the Xerces parser (public
# includes and object library) available.
use EXTLIB
ignore_pattern package_stamps
set XMLEXT_DIR ${EXT_DIR}/xerces-c_1_3_0
include_dirs ${XMLEXT_DIR}/include
path_append LD_LIBRARY_PATH "${XMLEXT_DIR}/lib" \
WIN32 "${XMLEXT_DIR}/bin"
macro XMLEXT_linkopts "${XMLEXT_DIR}/lib/libxerces-c1_3.so" \
WIN32 "${XMLEXT_DIR}/lib/xerces-c_1.lib"
macro XMLEXT_cppflags "" \
VisualC ""
The XMLEXT package depends on the following packages
package XMLEXT
version v2
# Package whose only job is to make the Xerces parser (public
# includes and object library) available.
use EXTLIB
ignore_pattern package_stamps
set XMLEXT_DIR ${EXT_DIR}/xerces-c_1_3_0
include_dirs ${XMLEXT_DIR}/include
path_append LD_LIBRARY_PATH "${XMLEXT_DIR}/lib" \
WIN32 "${XMLEXT_DIR}/bin"
macro XMLEXT_linkopts "${XMLEXT_DIR}/lib/libxerces-c1_3.so" \
WIN32 "${XMLEXT_DIR}/lib/xerces-c_1.lib"
macro XMLEXT_cppflags "" \
VisualC ""
1.2.3 written by Dimitri van Heesch,
© 1997-2000