Add a script to clean up after Tcl/Tk installation
[git/jnareb-git.git] / mingw / lib / tkimgConfig.sh
blobe0d48356c5f25a7fb973964d22b87da7ed9d39f5
1 # tkimgConfig.sh --
2 #
3 # This shell script (for sh) is generated automatically by tkimg'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 tkimg 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 # tkimg's version number.
15 tkimg_VERSION='1.3'
16 tkimg_MAJOR_VERSION='1'
17 tkimg_MINOR_VERSION='3'
18 tkimg_RELEASE_LEVEL=''
20 # The name of the tkimg library (may be either a .a file or a shared library):
21 tkimg_LIB_FILE=tkimg13.dll
23 # String to pass to linker to pick up the tkimg library from its
24 # build directory.
25 tkimg_BUILD_LIB_SPEC='-L/src/tcltk/tkimg1.3/base -ltkimg13'
27 # String to pass to linker to pick up the tkimg library from its
28 # installed directory.
29 tkimg_LIB_SPEC='-L/mingw/lib/tkimg1.3 -ltkimg13'
31 # The name of the tkimg stub library (a .a file):
32 tkimg_STUB_LIB_FILE=tkimgstub13.a
34 # String to pass to linker to pick up the tkimg stub library from its
35 # build directory.
36 tkimg_BUILD_STUB_LIB_SPEC='-L/src/tcltk/tkimg1.3/base -ltkimgstub13'
38 # String to pass to linker to pick up the tkimg stub library from its
39 # installed directory.
40 tkimg_STUB_LIB_SPEC='-L/mingw/lib/tkimg1.3 -ltkimgstub13'
42 # String to pass to linker to pick up the tkimg stub library from its
43 # build directory.
44 tkimg_BUILD_STUB_LIB_PATH='/src/tcltk/tkimg1.3/base/tkimgstub13.a'
46 # String to pass to linker to pick up the tkimg stub library from its
47 # installed directory.
48 tkimg_STUB_LIB_PATH='/mingw/lib/tkimg1.3/tkimgstub13.a'
50 # Location of the top-level source directories from which tkimg
51 # was built. This is the directory that contains generic, unix, etc.
52 # If tkimg 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 tkimg was compiled. This can
55 # be relative to the build directory.
57 tkimg_SRC_DIR='/src/tcltk/tkimg1.3/base'