# tkConfig.sh --
# 
# This shell script (for sh) is generated automatically by Tk's
# configure script.  It will create shell variables for most of
# the configuration options discovered by the configure script.
# This script is intended to be included by the configure scripts
# for Tk extensions so that they don't have to figure this all
# out for themselves.  This file does not duplicate information
# already provided by tclConfig.sh, so you may need to use that
# file in addition to this one.
#
# The information in this file is specific to a single platform.
#
# SCCS: @(#) tkConfig.sh.in 1.5 96/04/15 09:49:11

# Tk's version number.
TK_VERSION='4.1'
TK_MAJOR_VERSION='4'
TK_MINOR_VERSION='1'

# -D flags for use with the C compiler.
TK_DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -D__CHAR_UNSIGNED__=1 -DGETTOD_NOT_DECLARED=1 '

# The name of the Tk library (may be either a .a file or a shared library):
TK_LIB_FILE=libtk4.1.a

# Additional libraries to use when linking Tk.
TK_LIBS='-L/usr/athena/lib -lX11 -lld  -lm'

# Top-level directory in which Tcl's platform-independent files are
# installed.
TK_PREFIX='/afs/sipb/project/tcl'

# Top-level directory in which Tcl's platform-specific files (e.g.
# executables) are installed.
TK_EXEC_PREFIX='/afs/sipb/project/tcl/arch/@sys'

# -I switch(es) to use to make all of the X11 include files accessible:
TK_XINCLUDES='# no special path needed'

# Linker switch(es) to use to link with the X11 library archive.
TK_XLIBSW='-L/usr/athena/lib -lX11'

# String to pass to linker to pick up the Tk library from its
# build directory.
TK_BUILD_LIB_SPEC='-L/afs/sipb.mit.edu/project/tcl/arch/rs_aix32/build/tk4.1/unix -ltk4.1'

# String to pass to linker to pick up the Tk library from its
# installed directory.
TK_LIB_SPEC='-L/afs/sipb/project/tcl/arch/@sys/lib -ltk4.1'
