tkConfig.sh 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. # Tk's version number.
  14. TK_VERSION='8.6'
  15. TK_MAJOR_VERSION='8'
  16. TK_MINOR_VERSION='6'
  17. TK_PATCH_LEVEL='.12'
  18. # -D flags for use with the C compiler.
  19. TK_DEFS='-DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tk\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DTCL_CFG_DO64BIT=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_XKBKEYCODETOKEYSYM=1 -DXKEYCODETOKEYSYM_IS_DEPRECATED=1 '
  20. # Flag, 1: we built a shared lib, 0 we didn't
  21. TK_SHARED_BUILD=1
  22. # TK_DBGX used to be used to distinguish debug vs. non-debug builds.
  23. # This was a righteous pain so the core doesn't do that any more.
  24. TK_DBGX=
  25. # The name of the Tk library (may be either a .a file or a shared library):
  26. TK_LIB_FILE='libtk8.6.so'
  27. # Additional libraries to use when linking Tk.
  28. TK_LIBS='-lX11 -lpthread -ldl -lz -lpthread -lm'
  29. # Top-level directory in which Tk's platform-independent files are
  30. # installed.
  31. TK_PREFIX='/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_'
  32. # Top-level directory in which Tk's platform-specific files (e.g.
  33. # executables) are installed.
  34. TK_EXEC_PREFIX='/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_'
  35. # -I switch(es) to use to make all of the X11 include files accessible:
  36. TK_XINCLUDES=''
  37. # Linker switch(es) to use to link with the X11 library archive.
  38. TK_XLIBSW='-lX11'
  39. # -l flag to pass to the linker to pick up the Tk library
  40. TK_LIB_FLAG='-ltk8.6'
  41. # String to pass to linker to pick up the Tk library from its
  42. # build directory.
  43. TK_BUILD_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tk8.6.12/unix -ltk8.6'
  44. # String to pass to linker to pick up the Tk library from its
  45. # installed directory.
  46. TK_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -ltk8.6'
  47. # String to pass to the compiler so that an extension can
  48. # find installed Tk headers.
  49. TK_INCLUDE_SPEC='-I/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include'
  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='/opt/conda/conda-bld/tk_1654088763175/work/tk8.6.12'
  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='"-Wl,-rpath,${LIB_RUNTIME_DIR}"'
  60. TK_LD_SEARCH_FLAGS='"-Wl,-rpath,${LIB_RUNTIME_DIR}"'
  61. # The name of the Tk stub library (.a):
  62. TK_STUB_LIB_FILE='libtkstub8.6.a'
  63. # -l flag to pass to the linker to pick up the Tk stub library
  64. TK_STUB_LIB_FLAG='-ltkstub8.6'
  65. # String to pass to linker to pick up the Tk stub library from its
  66. # build directory.
  67. TK_BUILD_STUB_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tk8.6.12/unix -ltkstub8.6'
  68. # String to pass to linker to pick up the Tk stub library from its
  69. # installed directory.
  70. TK_STUB_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -ltkstub8.6'
  71. # Path to the Tk stub library in the build directory.
  72. TK_BUILD_STUB_LIB_PATH='/opt/conda/conda-bld/tk_1654088763175/work/tk8.6.12/unix/libtkstub8.6.a'
  73. # Path to the Tk stub library in the install directory.
  74. TK_STUB_LIB_PATH='/opt/conda/conda-bld/tk_1654088763175/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/libtkstub8.6.a'