OSDN Git Service

Initial revision
[pf3gnuchains/pf3gnuchains4x.git] / tk / unix / tkConfig.sh.in
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 # RCS: @(#) $Id$
15
16 # Tk's version number.
17 TK_VERSION='@TK_VERSION@'
18 TK_MAJOR_VERSION='@TK_MAJOR_VERSION@'
19 TK_MINOR_VERSION='@TK_MINOR_VERSION@'
20 TK_PATCH_LEVEL='@TK_PATCH_LEVEL@'
21
22 # -D flags for use with the C compiler.
23 TK_DEFS='@DEFS@'
24
25 # Flag, 1: we built a shared lib, 0 we didn't
26 TK_SHARED_BUILD=@TK_SHARED_BUILD@
27
28 # The name of the Tk library (may be either a .a file or a shared library):
29 TK_LIB_FILE='@TK_LIB_FILE@'
30
31 # The full path to the Tk library for dependency tracking
32 TK_LIB_FULL_PATH='@TK_LIB_FULL_PATH@'
33
34 # Additional libraries to use when linking Tk.
35 TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
36
37 # Top-level directory in which Tcl's platform-independent files are
38 # installed.
39 TK_PREFIX='@prefix@'
40
41 # Top-level directory in which Tcl's platform-specific files (e.g.
42 # executables) are installed.
43 TK_EXEC_PREFIX='@exec_prefix@'
44
45 # CYGNUS LOCAL
46 # -I switch(es) to pick up the tk.h header file from its build
47 # directory.
48 TK_BUILD_INCLUDES='@TK_BUILD_INCLUDES@'
49 # END CYGNUS LOCAL
50
51 # -I switch(es) to use to make all of the X11 include files accessible:
52 TK_XINCLUDES='@XINCLUDES@'
53
54 # Linker switch(es) to use to link with the X11 library archive.
55 TK_XLIBSW='@XLIBSW@'
56
57 # String to pass to linker to pick up the Tk library from its
58 # build directory.
59 TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'
60
61 # String to pass to linker to pick up the Tk library from its
62 # installed directory.
63 TK_LIB_SPEC='@TK_LIB_SPEC@'
64
65 # Location of the top-level source directory from which Tk was built.
66 # This is the directory that contains a README file as well as
67 # subdirectories such as generic, unix, etc.  If Tk was compiled in a
68 # different place than the directory containing the source files, this
69 # points to the location of the sources, not the location where Tk was
70 # compiled.
71 TK_SRC_DIR='@TK_SRC_DIR@'
72
73 # Needed if you want to make a 'fat' shared library library
74 # containing tk objects or link a different wish.
75 TK_CC_SEARCH_FLAGS='@TK_CC_SEARCH_FLAGS@'
76 TK_LD_SEARCH_FLAGS='@TK_LD_SEARCH_FLAGS@'
77