]> www.wagner.pp.ru Git - oss/ck.git/blob - ckConfig.sh.in
Ck console graphics toolkit
[oss/ck.git] / ckConfig.sh.in
1 # ckConfig.sh --
2
3 # This shell script (for sh) is generated automatically by Ck'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 Ck extensions so that they don't have to figure this all
8 # out for themselves.
9 #
10 # The information in this file is specific to a single platform.
11 #
12 # $Id: ckConfig.sh.in,v 1.1 2006-02-24 18:59:53 vitus Exp $
13
14 # Ck's version number.
15 CK_VERSION='@CK_VERSION@'
16 CK_MAJOR_VERSION='@CK_MAJOR_VERSION@'
17 CK_MINOR_VERSION='@CK_MINOR_VERSION@'
18
19 # -D flags for use with the C compiler.
20 CK_DEFS='@DEFS@'
21
22 # The name of the Ck library (may be either a .a file or a shared library):
23 CK_LIB_FILE=@CK_LIB_FILE@
24
25 # Additional libraries to use when linking Ck.
26 CK_LIBS='@CURSESLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
27
28 # Top-level directory in which Ck's files are installed.
29 CK_PREFIX='@prefix@'
30
31 # Top-level directory in which Tcl's platform-specific files (e.g.
32 # executables) are installed.
33 CK_EXEC_PREFIX='@exec_prefix@'
34
35 # -I switch(es) where to find curses include files
36 CK_CURSESINCLUDES='@CURSESINCLUDES@ @USE_NCURSES@'
37
38 # Linker switch(es) to use when linking with curses
39 CK_CURSESLIBSW='@CURSESLIBSW@'