OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / CELLLINUX64 / util / CELLLINUX64 / lib / tkConfig.sh
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: tkConfig.sh.in,v 1.8 2002/07/28 03:23:08 mdejong Exp $
15
16 # Tk's version number.
17 TK_VERSION='8.4'
18 TK_MAJOR_VERSION='8'
19 TK_MINOR_VERSION='4'
20 TK_PATCH_LEVEL='.5'
21
22 # -D flags for use with the C compiler.
23 TK_DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DPEEK_XCLOSEIM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1 '
24
25 # Flag, 1: we built a shared lib, 0 we didn't
26 TK_SHARED_BUILD=1
27
28 # This indicates if Tk was build with debugging symbols
29 TK_DBGX=
30
31 # The name of the Tk library (may be either a .a file or a shared library):
32 TK_LIB_FILE='libtk8.4.so'
33
34 # Additional libraries to use when linking Tk.
35 TK_LIBS='-lX11 -ldl  -lieee -lm'
36
37 # Top-level directory in which Tcl's platform-independent files are
38 # installed.
39 TK_PREFIX='/home/people/tacyas/Eos/util/CELLLINUX64'
40
41 # Top-level directory in which Tcl's platform-specific files (e.g.
42 # executables) are installed.
43 TK_EXEC_PREFIX='/home/people/tacyas/Eos/util/CELLLINUX64'
44
45 # -I switch(es) to use to make all of the X11 include files accessible:
46 TK_XINCLUDES=''
47
48 # Linker switch(es) to use to link with the X11 library archive.
49 TK_XLIBSW='-lX11'
50
51 # -l flag to pass to the linker to pick up the Tcl library
52 TK_LIB_FLAG='-ltk8.4'
53
54 # String to pass to linker to pick up the Tk library from its
55 # build directory.
56 TK_BUILD_LIB_SPEC='-L/home/people/tacyas/Eos/util/srcCELLLINUX64/TclTk/tk8.4.5/unix -ltk8.4'
57
58 # String to pass to linker to pick up the Tk library from its
59 # installed directory.
60 TK_LIB_SPEC='-L/home/people/tacyas/Eos/util/CELLLINUX64/lib -ltk8.4'
61
62 # Location of the top-level source directory from which Tk was built.
63 # This is the directory that contains a README file as well as
64 # subdirectories such as generic, unix, etc.  If Tk was compiled in a
65 # different place than the directory containing the source files, this
66 # points to the location of the sources, not the location where Tk was
67 # compiled.
68 TK_SRC_DIR='/home/people/tacyas/Eos/util/srcCELLLINUX64/TclTk/tk8.4.5'
69
70 # Needed if you want to make a 'fat' shared library library
71 # containing tk objects or link a different wish.
72 TK_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
73 TK_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
74
75 # The name of the Tk stub library (.a):
76 TK_STUB_LIB_FILE='libtkstub8.4.a'
77
78 # -l flag to pass to the linker to pick up the Tk stub library
79 TK_STUB_LIB_FLAG='-ltkstub8.4'
80
81 # String to pass to linker to pick up the Tk stub library from its
82 # build directory.
83 TK_BUILD_STUB_LIB_SPEC='-L/home/people/tacyas/Eos/util/srcCELLLINUX64/TclTk/tk8.4.5/unix -ltkstub8.4'
84
85 # String to pass to linker to pick up the Tk stub library from its
86 # installed directory.
87 TK_STUB_LIB_SPEC='-L/home/people/tacyas/Eos/util/CELLLINUX64/lib -ltkstub8.4'
88
89 # Path to the Tk stub library in the build directory.
90 TK_BUILD_STUB_LIB_PATH='/home/people/tacyas/Eos/util/srcCELLLINUX64/TclTk/tk8.4.5/unix/libtkstub8.4.a'
91
92 # Path to the Tk stub library in the install directory.
93 TK_STUB_LIB_PATH='/home/people/tacyas/Eos/util/CELLLINUX64/lib/libtkstub8.4.a'