URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [tix/] [tixConfig.sh] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
# tixConfig.sh -- # # This shell script (for sh) is generated automatically by Tix's # configure script. It will create shell variables for most of # the configuration options discovered by the configure script. # This script is intended to be included by the configure scripts # for Tcl extensions so that they don't have to figure this all # out for themselves. # # The information in this file is specific to a single platform. # # SCCS: @(#) tclConfig.sh.in 1.20 97/07/01 11:40:19 # String to pass to linker to pick up the Tcl library from its # build directory. TIX_BUILD_LIB_SPEC='-L/projects/insight/markom/or1k/insight/tix/unix/tk8.0 -ltix4.1.8.0' # The name of the tix library. Used for dependencies... TIX_LIB_FILE='libtix4.1.8.0.a' # The directory where tix was build. TIX_BUILD_LOCATION='/projects/insight/markom/or1k/insight/tix/unix/tk8.0' # The full pathname to the tix library. TIX_LIB_FULL_PATH='/projects/insight/markom/or1k/insight/tix/unix/tk8.0/libtix4.1.8.0.a'
Go to most recent revision | Compare with Previous | Blame | View Log