updated version, but need to update installation scripts
[cls.git] / shlibconfig.sh.in
blobf06d60adf28d6ee8ea9cf8e1eaea73e805f69e69
1 # This sh shell script (adapted form Tcl 8.0's tclConfig.sh) is
2 # generated automatically by the configure script. It will create
3 # shell variables for the configuration variables needed for shared
4 # libraries.
6 # C compiler to use for compilation.
7 CC='@CC@'
9 # Flags to pass to cc when compiling the components of a shared library:
10 SHLIB_CFLAGS='@SHLIB_CFLAGS@'
12 # Base command to use for combining object files into a shared library:
13 SHLIB_LD='@SHLIB_LD@'
15 # Libraries, if any, to be included when linking shared libraries:
16 SHLIB_LD_LIBS='@SHLIB_LD_LIBS@'