home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tk8.0 / unix / tkConfig.sh.in < prev    next >
Encoding:
Text File  |  1997-08-15  |  2.1 KB  |  62 lines  |  [TEXT/ALFA]

  1. # tkConfig.sh --
  2. # This shell script (for sh) is generated automatically by Tk's
  3. # configure script.  It will create shell variables for most of
  4. # the configuration options discovered by the configure script.
  5. # This script is intended to be included by the configure scripts
  6. # for Tk extensions so that they don't have to figure this all
  7. # out for themselves.  This file does not duplicate information
  8. # already provided by tclConfig.sh, so you may need to use that
  9. # file in addition to this one.
  10. #
  11. # The information in this file is specific to a single platform.
  12. #
  13. # SCCS: @(#) tkConfig.sh.in 1.8 97/07/07 14:58:48
  14.  
  15. # Tk's version number.
  16. TK_VERSION='@TK_VERSION@'
  17. TK_MAJOR_VERSION='@TK_MAJOR_VERSION@'
  18. TK_MINOR_VERSION='@TK_MINOR_VERSION@'
  19.  
  20. # -D flags for use with the C compiler.
  21. TK_DEFS='@DEFS@'
  22.  
  23. # Flag, 1: we built a shared lib, 0 we didn't
  24. TK_SHARED_BUILD=@TK_SHARED_BUILD@
  25.  
  26. # The name of the Tk library (may be either a .a file or a shared library):
  27. TK_LIB_FILE=@TK_LIB_FILE@
  28.  
  29. # Additional libraries to use when linking Tk.
  30. TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
  31.  
  32. # Top-level directory in which Tcl's platform-independent files are
  33. # installed.
  34. TK_PREFIX='@prefix@'
  35.  
  36. # Top-level directory in which Tcl's platform-specific files (e.g.
  37. # executables) are installed.
  38. TK_EXEC_PREFIX='@exec_prefix@'
  39.  
  40. # -I switch(es) to use to make all of the X11 include files accessible:
  41. TK_XINCLUDES='@XINCLUDES@'
  42.  
  43. # Linker switch(es) to use to link with the X11 library archive.
  44. TK_XLIBSW='@XLIBSW@'
  45.  
  46. # String to pass to linker to pick up the Tk library from its
  47. # build directory.
  48. TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'
  49.  
  50. # String to pass to linker to pick up the Tk library from its
  51. # installed directory.
  52. TK_LIB_SPEC='@TK_LIB_SPEC@'
  53.  
  54. # Location of the top-level source directory from which Tk was built.
  55. # This is the directory that contains a README file as well as
  56. # subdirectories such as generic, unix, etc.  If Tk was compiled in a
  57. # different place than the directory containing the source files, this
  58. # points to the location of the sources, not the location where Tk was
  59. # compiled.
  60. TK_SRC_DIR='@TK_SRC_DIR@'
  61.