home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / lib / tkConfig.sh < prev    next >
Encoding:
Text File  |  2006-06-17  |  4.1 KB  |  100 lines

  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.11 2005/01/10 18:57:42 jenglish Exp $
  14.  
  15. # Tk's version number.
  16. TK_VERSION='8.5'
  17. TK_MAJOR_VERSION='8'
  18. TK_MINOR_VERSION='5'
  19. TK_PATCH_LEVEL='a4'
  20.  
  21. # -D flags for use with the C compiler.
  22. TK_DEFS='-DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tk\ 8.5\" -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 -DHAVE_LIMITS_H=1 -DPEEK_XCLOSEIM=1 -DTCL_SHLIB_EXT=\".so\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1 -DHAVE_XSS=1 -DHAVE_XFT=1 '
  23.  
  24. # Flag, 1: we built a shared lib, 0 we didn't
  25. TK_SHARED_BUILD=1
  26.  
  27.  
  28. # TK_DBGX used to be used to distinguish debug vs. non-debug builds.
  29. # This was a righteous pain so the core doesn't do that any more.
  30. TK_DBGX=
  31.  
  32. # The name of the Tk library (may be either a .a file or a shared library):
  33. TK_LIB_FILE='libtk8.5.so'
  34.  
  35. # Additional libraries to use when linking Tk.
  36. TK_LIBS='-L/usr/X11R6/lib -lX11 -lXss -lXext  -ldl  -lieee -lm'
  37.  
  38. # Top-level directory in which Tcl's platform-independent files are
  39. # installed.
  40. TK_PREFIX='/usr'
  41.  
  42. # Top-level directory in which Tcl's platform-specific files (e.g.
  43. # executables) are installed.
  44. TK_EXEC_PREFIX='/usr'
  45.  
  46. # -I switch(es) to use to make all of the X11 include files accessible:
  47. TK_XINCLUDES='-I/usr/X11R6/include'
  48.  
  49. # Linker switch(es) to use to link with the X11 library archive.
  50. TK_XLIBSW='-L/usr/X11R6/lib -lX11 -lXss -lXext'
  51.  
  52. # -l flag to pass to the linker to pick up the Tcl library
  53. TK_LIB_FLAG='-ltk8.5'
  54.  
  55. # String to pass to linker to pick up the Tk library from its
  56. # build directory.
  57. TK_BUILD_LIB_SPEC='-L/mnt/hda1/root/sources/sources029/tk8.5a4/unix -ltk8.5'
  58.  
  59. # String to pass to linker to pick up the Tk library from its
  60. # installed directory.
  61. TK_LIB_SPEC='-L/usr/lib -ltk8.5'
  62.  
  63. # String to pass to the compiler so that an extension can
  64. # find installed Tk headers.
  65. TK_INCLUDE_SPEC='-I/usr/include'
  66.  
  67. # Location of the top-level source directory from which Tk was built.
  68. # This is the directory that contains a README file as well as
  69. # subdirectories such as generic, unix, etc.  If Tk was compiled in a
  70. # different place than the directory containing the source files, this
  71. # points to the location of the sources, not the location where Tk was
  72. # compiled.
  73. TK_SRC_DIR='/mnt/hda1/root/sources/sources029/tk8.5a4'
  74.  
  75. # Needed if you want to make a 'fat' shared library library
  76. # containing tk objects or link a different wish.
  77. TK_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}:/usr/X11R6/lib'
  78. TK_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}:/usr/X11R6/lib'
  79.  
  80. # The name of the Tk stub library (.a):
  81. TK_STUB_LIB_FILE='libtkstub8.5.a'
  82.  
  83. # -l flag to pass to the linker to pick up the Tk stub library
  84. TK_STUB_LIB_FLAG='-ltkstub8.5'
  85.  
  86. # String to pass to linker to pick up the Tk stub library from its
  87. # build directory.
  88. TK_BUILD_STUB_LIB_SPEC='-L/mnt/hda1/root/sources/sources029/tk8.5a4/unix -ltkstub8.5'
  89.  
  90. # String to pass to linker to pick up the Tk stub library from its
  91. # installed directory.
  92. TK_STUB_LIB_SPEC='-L/usr/lib -ltkstub8.5'
  93.  
  94. # Path to the Tk stub library in the build directory.
  95. TK_BUILD_STUB_LIB_PATH='/mnt/hda1/root/sources/sources029/tk8.5a4/unix/libtkstub8.5.a'
  96.  
  97. # Path to the Tk stub library in the install directory.
  98. TK_STUB_LIB_PATH='/usr/lib/libtkstub8.5.a'
  99.