1# tkConfig.sh --
2#
3# This shell script (for sh) is generated automatically by Tk'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 Tk 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# Tk's version number.
15TK_VERSION='@TK_VERSION@'
16TK_MAJOR_VERSION='@TK_MAJOR_VERSION@'
17TK_MINOR_VERSION='@TK_MINOR_VERSION@'
18TK_PATCH_LEVEL='@TK_PATCH_LEVEL@'
19
20# -D flags for use with the C compiler.
21TK_DEFS='@DEFS@'
22
23# Flag, 1: we built a shared lib, 0 we didn't
24TK_SHARED_BUILD=@TK_SHARED_BUILD@
25
26
27# TK_DBGX used to be used to distinguish debug vs. non-debug builds.
28# This was a righteous pain so the core doesn't do that any more.
29TK_DBGX=
30
31# The name of the Tk library (may be either a .a file or a shared library):
32TK_LIB_FILE='@TK_LIB_FILE@'
33
34# Additional libraries to use when linking Tk.
35TK_LIBS='@XLIBSW@ @XFT_LIBS@ @LIBS@ @TCL_LIBS@'
36
37# Top-level directory in which Tk's platform-independent files are
38# installed.
39TK_PREFIX='@prefix@'
40
41# Top-level directory in which Tk's platform-specific files (e.g.
42# executables) are installed.
43TK_EXEC_PREFIX='@exec_prefix@'
44
45# -I switch(es) to use to make all of the X11 include files accessible:
46TK_XINCLUDES='@XINCLUDES@'
47
48# Linker switch(es) to use to link with the X11 library archive.
49TK_XLIBSW='@XLIBSW@'
50
51# -l flag to pass to the linker to pick up the Tk library
52TK_LIB_FLAG='@TK_LIB_FLAG@'
53
54# String to pass to linker to pick up the Tk library from its
55# build directory.
56TK_BUILD_LIB_SPEC='@TK_LIB_SPEC@'
57
58# String to pass to linker to pick up the Tk library from its
59# installed directory.
60TK_LIB_SPEC='@TK_LIB_SPEC@'
61
62# String to pass to the compiler so that an extension can
63# find installed Tk headers.
64TK_INCLUDE_SPEC='@TK_INCLUDE_SPEC@'
65
66# Location of the top-level source directory from which Tk was built.
67# This is the directory that contains a README file as well as
68# subdirectories such as generic, unix, etc.  If Tk was compiled in a
69# different place than the directory containing the source files, this
70# points to the location of the sources, not the location where Tk was
71# compiled.
72TK_SRC_DIR='/usr/local/include/tk8.7'
73
74# Needed if you want to make a 'fat' shared library library
75# containing tk objects or link a different wish.
76TK_CC_SEARCH_FLAGS='@CC_SEARCH_FLAGS@'
77TK_LD_SEARCH_FLAGS='@LD_SEARCH_FLAGS@'
78
79# The name of the Tk stub library (.a):
80TK_STUB_LIB_FILE='@TK_STUB_LIB_FILE@'
81
82# -l flag to pass to the linker to pick up the Tk stub library
83TK_STUB_LIB_FLAG='@TK_STUB_LIB_FLAG@'
84
85# String to pass to linker to pick up the Tk stub library from its
86# build directory.
87TK_BUILD_STUB_LIB_SPEC='@TK_STUB_LIB_SPEC@'
88
89# String to pass to linker to pick up the Tk stub library from its
90# installed directory.
91TK_STUB_LIB_SPEC='@TK_STUB_LIB_SPEC@'
92
93# Path to the Tk stub library in the build directory.
94TK_BUILD_STUB_LIB_PATH='@TK_STUB_LIB_PATH@'
95
96# Path to the Tk stub library in the install directory.
97TK_STUB_LIB_PATH='@TK_STUB_LIB_PATH@'
98
99# Top-level directory in which Tk's demo files are installed.
100TK_DEMO_DIR='@TK_DEMO_DIR@'
101