Add a script to clean up after Tcl/Tk installation
[git/jnareb-git.git] / mingw / lib / tifftclConfig.sh
blobf758d2e16bfdc7254a04eb5ac21ba610bc0e6844
1 # tifftclConfig.sh --
2 #
3 # This shell script (for sh) is generated automatically by tifftcl'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 tifftcl 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.
12 # The information in this file is specific to a single platform.
14 # tifftcl's version number.
15 tifftcl_VERSION='3.6.1'
16 tifftcl_MAJOR_VERSION='3'
17 tifftcl_MINOR_VERSION='6'
18 tifftcl_RELEASE_LEVEL='1'
20 # The name of the tifftcl library (may be either a .a file or a shared library):
21 tifftcl_LIB_FILE=tifftcl361.dll
23 # String to pass to linker to pick up the tifftcl library from its
24 # build directory.
25 tifftcl_BUILD_LIB_SPEC='-L/src/tcltk/tkimg1.3/libtiff/tcl -ltifftcl361'
27 # String to pass to linker to pick up the tifftcl library from its
28 # installed directory.
29 tifftcl_LIB_SPEC='-L/mingw/lib/tifftcl3.6.1 -ltifftcl361'
31 # The name of the tifftcl stub library (a .a file):
32 tifftcl_STUB_LIB_FILE=tifftclstub361.a
34 # String to pass to linker to pick up the tifftcl stub library from its
35 # build directory.
36 tifftcl_BUILD_STUB_LIB_SPEC='-L/src/tcltk/tkimg1.3/libtiff/tcl -ltifftclstub361'
38 # String to pass to linker to pick up the tifftcl stub library from its
39 # installed directory.
40 tifftcl_STUB_LIB_SPEC='-L/mingw/lib/tifftcl3.6.1 -ltifftclstub361'
42 # String to pass to linker to pick up the tifftcl stub library from its
43 # build directory.
44 tifftcl_BUILD_STUB_LIB_PATH='/src/tcltk/tkimg1.3/libtiff/tcl/tifftclstub361.a'
46 # String to pass to linker to pick up the tifftcl stub library from its
47 # installed directory.
48 tifftcl_STUB_LIB_PATH='/mingw/lib/tifftcl3.6.1/tifftclstub361.a'
50 # Location of the top-level source directories from which tifftcl
51 # was built. This is the directory that contains generic, unix, etc.
52 # If tifftcl was compiled in a different place than the directory
53 # containing the source files, this points to the location of the
54 # sources, not the location where tifftcl was compiled. This can
55 # be relative to the build directory.
57 tifftcl_SRC_DIR='/src/tcltk/tkimg1.3/libtiff/tcl'