1# tcldomConfig.sh --
2# 
3# This shell script (for sh) is generated automatically by tcldomxml's
4# configure script.  It will create shell variables for most of
5# the configuration options discovered by the configure script.
6# This script is intended to be included by the configure scripts
7# for tcldomxml extensions so that they don't have to figure this all
8# out for themselves.  This file does not duplicate information
9# already provided by tclConfig.sh, so you may need to use that
10# file in addition to this one.
11#
12# The information in this file is specific to a single platform.
13
14# tcldomxml's version number.
15tcldomxml_VERSION='@VERSION@'
16tcldomxml_MAJOR_VERSION='@MAJOR_VERSION@'
17tcldomxml_MINOR_VERSION='@MINOR_VERSION@'
18tcldomxml_RELEASE_LEVEL='@PATCHLEVEL@'
19
20# The name of the tcldomxml library (may be either a .a file or a shared library):
21tcldomxml_LIB_FILE=@tcldomxml_LIB_FILE@
22
23# String to pass to linker to pick up the tcldomxml library from its
24# build directory.
25tcldomxml_BUILD_LIB_SPEC='@tcldomxml_BUILD_LIB_SPEC@'
26
27# String to pass to linker to pick up the tcldomxml library from its
28# installed directory.
29tcldomxml_LIB_SPEC='@tcldomxml_LIB_SPEC@'
30
31# The name of the tcldomxml stub library (a .a file):
32tcldomxml_STUB_LIB_FILE=@tcldomxmlstub_LIB_FILE@
33
34# String to pass to linker to pick up the tcldomxml stub library from its
35# build directory.
36tcldomxml_BUILD_STUB_LIB_SPEC='@tcldomxml_BUILD_STUB_LIB_SPEC@'
37
38# String to pass to linker to pick up the tcldomxml stub library from its
39# installed directory.
40tcldomxml_STUB_LIB_SPEC='@tcldomxml_STUB_LIB_SPEC@'
41
42# String to pass to linker to pick up the tcldomxml stub library from its
43# build directory.
44tcldomxml_BUILD_STUB_LIB_PATH='@tcldomxml_BUILD_STUB_LIB_PATH@'
45
46# String to pass to linker to pick up the tcldomxml stub library from its
47# installed directory.
48tcldomxml_STUB_LIB_PATH='@tcldomxml_STUB_LIB_PATH@'
49
50# Location of the top-level source directories from which [incr Tcl]
51# was built.  This is the directory that contains generic, unix, etc.
52# If [incr Tcl] was compiled in a different place than the directory
53# containing the source files, this points to the location of the sources,
54# not the location where [incr Tcl] was compiled.
55tcldomxml_SRC_DIR='@srcdir@'
56