tkConfig.sh.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  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. # RCS: @(#) $Id: tkConfig.sh.in,v 1.8.2.1 2007/09/11 05:17:07 das Exp $
  14. # Tk's version number.
  15. TK_VERSION='@TK_VERSION@'
  16. TK_MAJOR_VERSION='@TK_MAJOR_VERSION@'
  17. TK_MINOR_VERSION='@TK_MINOR_VERSION@'
  18. TK_PATCH_LEVEL='@TK_PATCH_LEVEL@'
  19. # -D flags for use with the C compiler.
  20. TK_DEFS='@DEFS@'
  21. # Flag, 1: we built a shared lib, 0 we didn't
  22. TK_SHARED_BUILD=@TK_SHARED_BUILD@
  23. # This indicates if Tk was build with debugging symbols
  24. TK_DBGX=@TK_DBGX@
  25. # The name of the Tk library (may be either a .a file or a shared library):
  26. TK_LIB_FILE='@TK_LIB_FILE@'
  27. # Additional libraries to use when linking Tk.
  28. TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
  29. # Top-level directory in which Tk's platform-independent files are
  30. # installed.
  31. TK_PREFIX='@prefix@'
  32. # Top-level directory in which Tk's platform-specific files (e.g.
  33. # executables) are installed.
  34. TK_EXEC_PREFIX='@exec_prefix@'
  35. # -I switch(es) to use to make all of the X11 include files accessible:
  36. TK_XINCLUDES='@XINCLUDES@'
  37. # Linker switch(es) to use to link with the X11 library archive.
  38. TK_XLIBSW='@XLIBSW@'
  39. # -l flag to pass to the linker to pick up the Tk library
  40. TK_LIB_FLAG='@TK_LIB_FLAG@'
  41. # String to pass to linker to pick up the Tk library from its
  42. # build directory.
  43. TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'
  44. # String to pass to linker to pick up the Tk library from its
  45. # installed directory.
  46. TK_LIB_SPEC='@TK_LIB_SPEC@'
  47. # String to pass to the compiler so that an extension can
  48. # find installed Tk headers.
  49. TK_INCLUDE_SPEC='@TK_INCLUDE_SPEC@'
  50. # Location of the top-level source directory from which Tk was built.
  51. # This is the directory that contains a README file as well as
  52. # subdirectories such as generic, unix, etc.  If Tk was compiled in a
  53. # different place than the directory containing the source files, this
  54. # points to the location of the sources, not the location where Tk was
  55. # compiled.
  56. TK_SRC_DIR='@TK_SRC_DIR@'
  57. # Needed if you want to make a 'fat' shared library library
  58. # containing tk objects or link a different wish.
  59. TK_CC_SEARCH_FLAGS='@CC_SEARCH_FLAGS@'
  60. TK_LD_SEARCH_FLAGS='@LD_SEARCH_FLAGS@'
  61. # The name of the Tk stub library (.a):
  62. TK_STUB_LIB_FILE='@TK_STUB_LIB_FILE@'
  63. # -l flag to pass to the linker to pick up the Tk stub library
  64. TK_STUB_LIB_FLAG='@TK_STUB_LIB_FLAG@'
  65. # String to pass to linker to pick up the Tk stub library from its
  66. # build directory.
  67. TK_BUILD_STUB_LIB_SPEC='@TK_BUILD_STUB_LIB_SPEC@'
  68. # String to pass to linker to pick up the Tk stub library from its
  69. # installed directory.
  70. TK_STUB_LIB_SPEC='@TK_STUB_LIB_SPEC@'
  71. # Path to the Tk stub library in the build directory.
  72. TK_BUILD_STUB_LIB_PATH='@TK_BUILD_STUB_LIB_PATH@'
  73. # Path to the Tk stub library in the install directory.
  74. TK_STUB_LIB_PATH='@TK_STUB_LIB_PATH@'