File: shlibconfig.sh

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (17 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This sh shell script (adapted form Tcl 8.0's tclConfig.sh) is
# generated automatically by the configure script.  It will create
# shell variables for the configuration variables needed for shared
# libraries.

# C compiler to use for compilation.
CC='cc'

# Flags to pass to cc when compiling the components of a shared library:
SHLIB_CFLAGS='-fPIC'

# Base command to use for combining object files into a shared library:
SHLIB_LD='cc -shared'

# Libraries, if any, to be included when linking shared libraries:
SHLIB_LD_LIBS=''