1 |
578 |
markom |
# itclConfig.sh --
|
2 |
|
|
#
|
3 |
|
|
# This shell script (for sh) is generated automatically by Itcl'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 Itcl 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 |
|
|
# Itcl's version number.
|
15 |
|
|
ITCL_VERSION='@ITCL_VERSION@'
|
16 |
|
|
ITCL_MAJOR_VERSION='@ITCL_MAJOR_VERSION@'
|
17 |
|
|
ITCL_MINOR_VERSION='@ITCL_MINOR_VERSION@'
|
18 |
|
|
ITCL_RELEASE_LEVEL='@ITCL_RELEASE_LEVEL@'
|
19 |
|
|
|
20 |
|
|
# The name of the Itcl library (may be either a .a file or a shared library):
|
21 |
|
|
ITCL_LIB_FILE=@ITCL_LIB_FILE@
|
22 |
|
|
|
23 |
|
|
# String to pass to linker to pick up the Itcl library from its
|
24 |
|
|
# build directory.
|
25 |
|
|
ITCL_BUILD_LIB_SPEC='@ITCL_BUILD_LIB_SPEC@'
|
26 |
|
|
|
27 |
|
|
# String to pass to linker to pick up the Itcl library from its
|
28 |
|
|
# installed directory.
|
29 |
|
|
ITCL_LIB_SPEC='@ITCL_LIB_SPEC@'
|
30 |
|
|
|
31 |
|
|
# Location of the top-level source directories from which [incr Tcl]
|
32 |
|
|
# was built. This is the directory that contains generic, unix, etc.
|
33 |
|
|
# If [incr Tcl] was compiled in a different place than the directory
|
34 |
|
|
# containing the source files, this points to the location of the sources,
|
35 |
|
|
# not the location where [incr Tcl] was compiled.
|
36 |
|
|
ITCL_SRC_DIR='@ITCL_SRC_DIR@'
|
37 |
|
|
|
38 |
|
|
# Name and location of the incr tcl shell. Used during the build process.
|
39 |
|
|
ITCL_SH='@ITCL_SH@'
|
40 |
|
|
|
41 |
|
|
# Full path to itcl library for dependency checking.
|
42 |
|
|
ITCL_LIB_FULL_PATH='@ITCL_LIB_FULL_PATH@'
|
43 |
|
|
|