home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / tclrun / root / usr / lib / tclxConfig.sh / tclxConfig
Text File  |  1998-08-19  |  1KB  |  49 lines

  1. #
  2. # tclxConfig.sh - This file is generated by the TclX configure script to
  3. # assist in linking with TclX (libtclx.a).  It is a shell scripted designed to
  4. # be sourced by configure scripts.  The system libraries defined in here
  5. # need to be used in addition to those defined in tclConfig.sh.  See
  6. # tclExtend.h for a full expanation of the version numbers.
  7. #
  8. # System: UNIX_SV-4.2MP
  9. # Date:   Mon Apr 21 16:56:15 PDT 1997
  10. #
  11.  
  12. #paths
  13. gem_tclds_root= /gem/gem15/usr/src/work/subsys/tclds
  14. install_path=
  15.  
  16. #
  17. # Version numbers for TclX (see tclExtend.h for details).
  18. #
  19. TCLX_FULL_VERSION='7.6.0'
  20. TCLX_VERSION='7.6.0'
  21.  
  22. #
  23. # Defines for cpp.
  24. #
  25. TCLX_DEFS=' -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DNO_BZERO=1 -DNO_BCOPY=1 -DNO_GETPRIORITY=1 -DNO_INET_ATON=1 -DNO_RANDOM=1 -DNO_RANDOM_PROTO=1 '
  26.  
  27. #
  28. # Additional libraries added by TclX.
  29. #
  30. TCLX_LIBS=''
  31.  
  32. #
  33. # String to pass to linker to pick up the TclX library from its
  34. # build directory.
  35. #
  36. TCLX_BUILD_LIB_SPEC='-L${gem_tclds_root}/tclds/tclX7.6.0/tcl/unix -ltclx7.6.0'
  37.  
  38. #
  39. # String to pass to linker to pick up the TclX library from its
  40. # installed directory.
  41. #
  42. TCLX_LIB_SPEC='-L${install_path}/usr/lib -ltclx7.6.0'
  43.  
  44. #
  45. # Search flags that specify how to find the TclX shared libraries at run time
  46. # on some systems.
  47. #
  48. TCLX_LD_SEARCH_FLAGS=''
  49.