File: tdbcConfig.sh.in

package info (click to toggle)
tdbc 1.0.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,020 kB
  • ctags: 170
  • sloc: sh: 2,265; tcl: 1,146; ansic: 805; makefile: 59
file content (81 lines) | stat: -rw-r--r-- 2,935 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# tdbcConfig.sh --
#
# This shell script (for sh) is generated automatically by TDBC'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 TDBC extensions so that they don't have to
# figure this all out for themselves.
#
# The information in this file is specific to a single platform.
#
# RCS: @(#) $Id$

# TDBC's version number
tdbc_VERSION=@PACKAGE_VERSION@
TDBC_VERSION=@PACKAGE_VERSION@

# Name of the TDBC library - may be either a static or shared library
tdbc_LIB_FILE=@PKG_LIB_FILE@
TDBC_LIB_FILE=@PKG_LIB_FILE@

# String to pass to the linker to pick up the TDBC library from its build dir
tdbc_BUIID_LIB_SPEC="@tdbc_LIB_SPEC@"
TDBC_BUILD_LIB_SPEC="@tdbc_LIB_SPEC@"

# String to pass to the linker to pick up the TDBC library from its installed
# dir.
tdbc_LIB_SPEC="@tdbc_LIB_SPEC@"
TDBC_LIB_SPEC="@tdbc_LIB_SPEC@"

# Name of the TBDC stub library
tdbc_STUB_LIB_FILE="@PKG_STUB_LIB_FILE@"
TDBC_STUB_LIB_FILE="@PKG_STUB_LIB_FILE@"

# String to pass to the linker to pick up the TDBC stub library from its
# build directory
tdbc_BUILD_STUB_LIB_SPEC="@tdbc_BUILD_STUB_LIB_SPEC@"
TDBC_BUILD_STUB_LIB_SPEC="@tdbc_BUILD_STUB_LIB_SPEC@"

# String to pass to the linker to pick up the TDBC stub library from its
# installed directory
tdbc_STUB_LIB_SPEC="@tdbc_STUB_LIB_SPEC@"
TDBC_STUB_LIB_SPEC="@tdbc_STUB_LIB_SPEC@"

# Path name of the TDBC stub library in its build directory
tdbc_BUILD_STUB_LIB_PATH="@tdbc_BUILD_STUB_LIB_PATH@"
TDBC_BUILD_STUB_LIB_PATH="@tdbc_BUILD_STUB_LIB_PATH@"

# Path name of the TDBC stub library in its installed directory
tdbc_STUB_LIB_PATH="@tdbc_STUB_LIB_PATH@"
TDBC_STUB_LIB_PATH="@tdbc_STUB_LIB_PATH@"

# Location of the top-level source directories from which TDBC was built.
# This is the directory that contains doc/, generic/ and so on.  If TDBC
# was compiled in a directory other than the source directory, this still
# points to the location of the sources, not the location where TDBC was
# compiled.
tdbc_SRC_DIR="@tdbc_SRC_DIR@"
TDBC_SRC_DIR="@tdbc_SRC_DIR@"

# String to pass to the compiler so that an extension can find installed TDBC
# headers
tdbc_INCLUDE_SPEC="@tdbc_INCLUDE_SPEC@"
TDBC_INCLUDE_SPEC="@tdbc_INCLUDE_SPEC@"

# String to pass to the compiler so that an extension can find TDBC headers
# in the source directory
tdbc_BUILD_INCLUDE_SPEC="@tdbc_BUILD_INCLUDE_SPEC@"
TDBC_BUILD_INCLUDE_SPEC="@tdbc_BUILD_INCLUDE_SPEC@"

# Path name where .tcl files in the tdbc package appear at run time.
tdbc_LIBRARY_PATH="@tdbc_LIB_DIR@"
TDBC_LIBRARY_PATH="@tdbc_LIB_DIR@"

# Path name where .tcl files in the tdbc package appear at build time.
tdbc_BUILD_LIBRARY_PATH="@tdbc_SRC_DIR@/library"
TDBC_BUILD_LIBRARY_PATH="@tdbc_SRC_DIR@/library"

# Additional flags that must be passed to the C compiler to use tdbc
tdbc_CFLAGS=
TDBC_CFLAGS=