File: snackConfig.sh.in

package info (click to toggle)
snack 2.2.10-dfsg1-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,000 kB
  • ctags: 3,550
  • sloc: ansic: 35,476; sh: 8,557; tcl: 1,065; python: 701; makefile: 556
file content (36 lines) | stat: -rwxr-xr-x 1,050 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# snackConfig.sh --
# 
# This shell script (for sh) is generated automatically by Snack'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 Snack 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 and tkConfig.sh, so you may
# need to use those files in addition to this one.
#
# The information in this file is specific to a single platform.
#

# Snack's version number.

SNACK_VERSION='@SNACK_VERSION@'

# Snack's installation path.

SNACK_INSTALL_PATH='@SNACK_INSTALL_PATH@'

# String to pass to linker to pick up the Snack library from its
# installed directory.

SNACK_LIB_SPEC='@SNACK_LIB_SPEC@'

# Platform specific audio definitions.

AINC='@AINC@'
ALIB='@ALIB@'
AFLAG='@AFLAG@'

# -l flag to pass to the linker to pick up the Snack stub library

SNACK_STUB_LIB_FLAG='@SNACK_STUB_LIB_FLAG@'