1# snackConfig.sh --
2#
3# This shell script (for sh) is generated automatically by Snack'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 Snack 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 and tkConfig.sh, so you may
10# need to use those files in addition to this one.
11#
12# The information in this file is specific to a single platform.
13#
14
15# Snack's version number.
16
17SNACK_VERSION='@SNACK_VERSION@'
18
19# Snack's installation path.
20
21SNACK_INSTALL_PATH='@SNACK_INSTALL_PATH@'
22
23# String to pass to linker to pick up the Snack library from its
24# installed directory.
25
26SNACK_LIB_SPEC='@SNACK_LIB_SPEC@'
27
28# Platform specific audio definitions.
29
30AINC='@AINC@'
31ALIB='@ALIB@'
32AFLAG='@AFLAG@'
33
34# -l flag to pass to the linker to pick up the Snack stub library
35
36SNACK_STUB_LIB_FLAG='@SNACK_STUB_LIB_FLAG@'
37