os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/unix/tclConfig.sh.in
First public contribution.
3 # This shell script (for sh) is generated automatically by Tcl'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 Tcl extensions so that they don't have to figure this all
10 # The information in this file is specific to a single platform.
12 # RCS: @(#) $Id: tclConfig.sh.in,v 1.17.2.1 2004/07/20 11:13:10 das Exp $
14 # Tcl's version number.
15 TCL_VERSION='@TCL_VERSION@'
16 TCL_MAJOR_VERSION='@TCL_MAJOR_VERSION@'
17 TCL_MINOR_VERSION='@TCL_MINOR_VERSION@'
18 TCL_PATCH_LEVEL='@TCL_PATCH_LEVEL@'
20 # C compiler to use for compilation.
23 # -D flags for use with the C compiler.
26 # If TCL was built with debugging symbols, generated libraries contain
27 # this string at the end of the library name (before the extension).
30 # Default flags used in an optimized and debuggable build, respectively.
31 TCL_CFLAGS_DEBUG='@CFLAGS_DEBUG@'
32 TCL_CFLAGS_OPTIMIZE='@CFLAGS_OPTIMIZE@'
34 # Default linker flags used in an optimized and debuggable build, respectively.
35 TCL_LDFLAGS_DEBUG='@LDFLAGS_DEBUG@'
36 TCL_LDFLAGS_OPTIMIZE='@LDFLAGS_OPTIMIZE@'
38 # Flag, 1: we built a shared lib, 0 we didn't
39 TCL_SHARED_BUILD=@TCL_SHARED_BUILD@
41 # The name of the Tcl library (may be either a .a file or a shared library):
42 TCL_LIB_FILE='@TCL_LIB_FILE@'
44 # Flag to indicate whether shared libraries need export files.
45 TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@
47 # String that can be evaluated to generate the part of the export file
48 # name that comes after the "libxxx" (includes version number, if any,
49 # extension, and anything else needed). May depend on the variables
50 # VERSION. On most UNIX systems this is ${VERSION}.exp.
51 TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_EXPORT_FILE_SUFFIX@'
53 # Additional libraries to use when linking Tcl.
54 TCL_LIBS='@DL_LIBS@ @LIBS@ @MATH_LIBS@'
56 # Top-level directory in which Tcl's platform-independent files are
60 # Top-level directory in which Tcl's platform-specific files (e.g.
61 # executables) are installed.
62 TCL_EXEC_PREFIX='@exec_prefix@'
64 # Flags to pass to cc when compiling the components of a shared library:
65 TCL_SHLIB_CFLAGS='@SHLIB_CFLAGS@'
67 # Flags to pass to cc to get warning messages
68 TCL_CFLAGS_WARNING='@CFLAGS_WARNING@'
70 # Extra flags to pass to cc:
71 TCL_EXTRA_CFLAGS='@CFLAGS@'
73 # Base command to use for combining object files into a shared library:
74 TCL_SHLIB_LD='@SHLIB_LD@'
76 # Base command to use for combining object files into a static library:
77 TCL_STLIB_LD='@STLIB_LD@'
79 # Either '$LIBS' (if dependent libraries should be included when linking
80 # shared libraries) or an empty string. See Tcl's configure.in for more
82 TCL_SHLIB_LD_LIBS='@SHLIB_LD_LIBS@'
84 # Suffix to use for the name of a shared library.
85 TCL_SHLIB_SUFFIX='@SHLIB_SUFFIX@'
87 # Library file(s) to include in tclsh and other base applications
88 # in order to provide facilities needed by DLOBJ above.
89 TCL_DL_LIBS='@DL_LIBS@'
91 # Flags to pass to the compiler when linking object files into
92 # an executable tclsh or tcltest binary.
93 TCL_LD_FLAGS='@LDFLAGS@'
95 # Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the
96 # run-time dynamic linker where to look for shared libraries such as
97 # libtcl.so. Used when linking applications. Only works if there
98 # is a variable "LIB_RUNTIME_DIR" defined in the Makefile.
99 TCL_CC_SEARCH_FLAGS='@CC_SEARCH_FLAGS@'
100 TCL_LD_SEARCH_FLAGS='@LD_SEARCH_FLAGS@'
102 # Additional object files linked with Tcl to provide compatibility
103 # with standard facilities from ANSI C or POSIX.
104 TCL_COMPAT_OBJS='@LIBOBJS@'
106 # Name of the ranlib program to use.
107 TCL_RANLIB='@RANLIB@'
109 # -l flag to pass to the linker to pick up the Tcl library
110 TCL_LIB_FLAG='@TCL_LIB_FLAG@'
112 # String to pass to linker to pick up the Tcl library from its
114 TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@'
116 # String to pass to linker to pick up the Tcl library from its
117 # installed directory.
118 TCL_LIB_SPEC='@TCL_LIB_SPEC@'
120 # String to pass to the compiler so that an extension can
121 # find installed Tcl headers.
122 TCL_INCLUDE_SPEC='@TCL_INCLUDE_SPEC@'
124 # Indicates whether a version numbers should be used in -l switches
125 # ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
126 # use switches like -ltcl75). SunOS and FreeBSD require "nodots", for
128 TCL_LIB_VERSIONS_OK='@TCL_LIB_VERSIONS_OK@'
130 # String that can be evaluated to generate the part of a shared library
131 # name that comes after the "libxxx" (includes version number, if any,
132 # extension, and anything else needed). May depend on the variables
133 # VERSION and SHLIB_SUFFIX. On most UNIX systems this is
134 # ${VERSION}${SHLIB_SUFFIX}.
135 TCL_SHARED_LIB_SUFFIX='@CFG_TCL_SHARED_LIB_SUFFIX@'
137 # String that can be evaluated to generate the part of an unshared library
138 # name that comes after the "libxxx" (includes version number, if any,
139 # extension, and anything else needed). May depend on the variable
140 # VERSION. On most UNIX systems this is ${VERSION}.a.
141 TCL_UNSHARED_LIB_SUFFIX='@CFG_TCL_UNSHARED_LIB_SUFFIX@'
143 # Location of the top-level source directory from which Tcl was built.
144 # This is the directory that contains a README file as well as
145 # subdirectories such as generic, unix, etc. If Tcl was compiled in a
146 # different place than the directory containing the source files, this
147 # points to the location of the sources, not the location where Tcl was
149 TCL_SRC_DIR='@TCL_SRC_DIR@'
151 # List of standard directories in which to look for packages during
152 # "package require" commands. Contains the "prefix" directory plus also
153 # the "exec_prefix" directory, if it is different.
154 TCL_PACKAGE_PATH='@TCL_PACKAGE_PATH@'
159 # The name of the Tcl stub library (.a):
160 TCL_STUB_LIB_FILE='@TCL_STUB_LIB_FILE@'
162 # -l flag to pass to the linker to pick up the Tcl stub library
163 TCL_STUB_LIB_FLAG='@TCL_STUB_LIB_FLAG@'
165 # String to pass to linker to pick up the Tcl stub library from its
167 TCL_BUILD_STUB_LIB_SPEC='@TCL_BUILD_STUB_LIB_SPEC@'
169 # String to pass to linker to pick up the Tcl stub library from its
170 # installed directory.
171 TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
173 # Path to the Tcl stub library in the build directory.
174 TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
176 # Path to the Tcl stub library in the install directory.
177 TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
179 # Flag, 1: we built Tcl with threads enables, 0 we didn't
180 TCL_THREADS=@TCL_THREADS@