diff options
Diffstat (limited to 'tkimg/libpng/pngtclConfig.sh.in')
-rw-r--r-- | tkimg/libpng/pngtclConfig.sh.in | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tkimg/libpng/pngtclConfig.sh.in b/tkimg/libpng/pngtclConfig.sh.in new file mode 100644 index 0000000..84200a6 --- /dev/null +++ b/tkimg/libpng/pngtclConfig.sh.in @@ -0,0 +1,55 @@ +# pngtclConfig.sh -- +# +# This shell script (for sh) is generated automatically by pngtcl'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 pngtcl extensions so that they don't have to figure this all +# out for themselves. This file does not duplicate information +# already provided by tclConfig.sh, so you may need to use that +# file in addition to this one. +# +# The information in this file is specific to a single platform. + +# pngtcl's version number. +pngtcl_VERSION='@PACKAGE_VERSION@' +pngtcl_MAJOR_VERSION='@MAJOR_VERSION@' +pngtcl_MINOR_VERSION='@MINOR_VERSION@' +pngtcl_RELEASE_LEVEL='@PATCHLEVEL@' + +# The name of the pngtcl library (may be either a .a file or a shared library): +pngtcl_LIB_FILE=@PKG_LIB_FILE@ + +# String to pass to linker to pick up the pngtcl library from its +# build directory. +pngtcl_BUILD_LIB_SPEC='@pngtcl_BUILD_LIB_SPEC@' + +# String to pass to linker to pick up the pngtcl library from its +# installed directory. +pngtcl_LIB_SPEC='@pngtcl_LIB_SPEC@' + +# The name of the pngtcl stub library (a .a file): +pngtcl_STUB_LIB_FILE=@PKG_STUB_LIB_FILE@ + +# String to pass to linker to pick up the pngtcl stub library from its +# build directory. +pngtcl_BUILD_STUB_LIB_SPEC='@pngtcl_BUILD_STUB_LIB_SPEC@' + +# String to pass to linker to pick up the pngtcl stub library from its +# installed directory. +pngtcl_STUB_LIB_SPEC='@pngtcl_STUB_LIB_SPEC@' + +# String to pass to linker to pick up the pngtcl stub library from its +# build directory. +pngtcl_BUILD_STUB_LIB_PATH='@pngtcl_BUILD_STUB_LIB_PATH@' + +# String to pass to linker to pick up the pngtcl stub library from its +# installed directory. +pngtcl_STUB_LIB_PATH='@pngtcl_STUB_LIB_PATH@' + +# Location of the top-level source directories from which [incr Tcl] +# was built. This is the directory that contains generic, unix, etc. +# If [incr Tcl] 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 Tcl] was compiled. +pngtcl_SRC_DIR='@srcdir@' |