1 |
578 |
markom |
# itkConfig.sh --
|
2 |
|
|
#
|
3 |
|
|
# This shell script (for sh) is generated automatically by Itk'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 Itk 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, tkConfig.sh or itclConfig.sh,
|
10 |
|
|
# so you may need to use those files 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 |
|
|
|
19 |
|
|
# The name of the Itk library (may be either a .a file or a shared library):
|
20 |
|
|
ITK_LIB_FILE=@ITK_LIB_FILE@
|
21 |
|
|
|
22 |
|
|
# String to pass to linker to pick up the Itk library from its
|
23 |
|
|
# build directory.
|
24 |
|
|
ITK_BUILD_LIB_SPEC='@ITK_BUILD_LIB_SPEC@'
|
25 |
|
|
|
26 |
|
|
# String to pass to linker to pick up the Itk library from its
|
27 |
|
|
# installed directory.
|
28 |
|
|
ITK_LIB_SPEC='@ITK_LIB_SPEC@'
|
29 |
|
|
|
30 |
|
|
# Location of the top-level source directories from which [incr Tk]
|
31 |
|
|
# was built. This is the directory that contains a README file as well
|
32 |
|
|
# as subdirectories such as generic, unix, etc. If [incr Tk] was
|
33 |
|
|
# compiled in a different place than the directory containing the source
|
34 |
|
|
# files, this points to the location of the sources, not the location
|
35 |
|
|
# where [incr Tk] was compiled.
|
36 |
|
|
ITK_SRC_DIR='@ITK_SRC_DIR@'
|
37 |
|
|
|
38 |
|
|
# Path to the library name. Used for dependencies.
|
39 |
|
|
ITK_LIB_FULL_PATH='@ITK_LIB_FULL_PATH@'
|