itclConfig.sh 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # itclConfig.sh --
  2. #
  3. # This shell script (for sh) is generated automatically by Itcl'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 Itcl 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. # Itcl's version number.
  14. itcl_VERSION='4.2.2'
  15. ITCL_VERSION='4.2.2'
  16. # The name of the Itcl library (may be either a .a file or a shared library):
  17. itcl_LIB_FILE=libitcl4.2.2.so
  18. ITCL_LIB_FILE=libitcl4.2.2.so
  19. # String to pass to linker to pick up the Itcl library from its
  20. # build directory.
  21. itcl_BUILD_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2 -litcl4.2.2'
  22. ITCL_BUILD_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2 -litcl4.2.2'
  23. # String to pass to linker to pick up the Itcl library from its
  24. # installed directory.
  25. itcl_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/itcl4.2.2 -litcl4.2.2'
  26. ITCL_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/itcl4.2.2 -litcl4.2.2'
  27. # The name of the Itcl stub library (a .a file):
  28. itcl_STUB_LIB_FILE=libitclstub4.2.2.a
  29. ITCL_STUB_LIB_FILE=libitclstub4.2.2.a
  30. # String to pass to linker to pick up the Itcl stub library from its
  31. # build directory.
  32. itcl_BUILD_STUB_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2 -litclstub4.2.2'
  33. ITCL_BUILD_STUB_LIB_SPEC='-L/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2 -litclstub4.2.2'
  34. # String to pass to linker to pick up the Itcl stub library from its
  35. # installed directory.
  36. itcl_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/itcl4.2.2 -litclstub4.2.2'
  37. ITCL_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/itcl4.2.2 -litclstub4.2.2'
  38. # String to pass to linker to pick up the Itcl stub library from its
  39. # build directory.
  40. itcl_BUILD_STUB_LIB_PATH='/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2/libitclstub4.2.2.a'
  41. ITCL_BUILD_STUB_LIB_PATH='/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/unix/pkgs/itcl4.2.2/libitclstub4.2.2.a'
  42. # String to pass to linker to pick up the Itcl stub library from its
  43. # installed directory.
  44. itcl_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/itcl4.2.2/libitclstub4.2.2.a'
  45. ITCL_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/itcl4.2.2/libitclstub4.2.2.a'
  46. # Location of the top-level source directories from which [incr Tcl]
  47. # was built. This is the directory that contains generic, unix, etc.
  48. # If [incr Tcl] was compiled in a different place than the directory
  49. # containing the source files, this points to the location of the sources,
  50. # not the location where [incr Tcl] was compiled.
  51. itcl_SRC_DIR='/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/pkgs/itcl4.2.2'
  52. ITCL_SRC_DIR='/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/pkgs/itcl4.2.2'
  53. # String to pass to the compiler so that an extension can
  54. # find installed Itcl headers.
  55. itcl_INCLUDE_SPEC='-I/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/pkgs/itcl4.2.2/generic'
  56. ITCL_INCLUDE_SPEC='-I/opt/conda/conda-bld/tk_1654088763175/work/tcl8.6.12/pkgs/itcl4.2.2/generic'