# itkConfig.sh ITCL_VERSION='3.4' ITCL_MAJOR_VERSION='3' ITCL_MINOR_VERSION='4' # The name of the "itk" library file (may be either a ".a" file or a # shared library): ITK_LIB_FILE=libitk3.4.so # String to pass to linker to pick up the Itk library from its # build directory. ITK_BUILD_LIB_SPEC= # String to pass to linker to pick up the Itk library from its # installed directory. ITK_LIB_SPEC='-L/usr/local/lib -litk3.4' # The name of the Itk stub library (a .a file): ITK_STUB_LIB_FILE=libitkstub3.4.a # String to pass to linker to pick up the Itk stub library from its # build directory. ITK_BUILD_STUB_LIB_SPEC= # String to pass to linker to pick up the Itk stub library from its # installed directory. ITK_STUB_LIB_SPEC='-L/usr/local/lib -litkstub3.4' # Location of the top-level source directories from which [incr Tk] # was built. This is the directory that contains a README file as well # as subdirectories such as generic, unix, etc. If [incr Tk] was # compiled in a different place than the directory containing the source # files, this points to the location of the sources, not the location # where [incr Tk] was compiled. ITK_SRC_DIR=/tmp