summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-12 18:33:06 +0000
committerpeter <peter@FreeBSD.org>1997-08-12 18:33:06 +0000
commit924e122873804c611cc027bc0100b2129b64b3a4 (patch)
tree4d95a6a7aa8a9e0578f39b774ff7dc2503113eb5 /lib/libtcl
parent7d2ed5186e936eddf8bb1d614b91a98d2dfdfa84 (diff)
downloadFreeBSD-src-924e122873804c611cc027bc0100b2129b64b3a4.zip
FreeBSD-src-924e122873804c611cc027bc0100b2129b64b3a4.tar.gz
Run mkMakefile.sh to regenerate
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile14
-rw-r--r--lib/libtcl/tclConfig.sh113
2 files changed, 3 insertions, 124 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index ee69e2d..47f2ade 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.19 1997/07/25 19:51:44 phk Exp $
+# $Id: Makefile,v 1.20 1997/08/01 13:16:26 phk Exp $
#
# This file is generated automatically, do not edit it here!
#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
-# Id: mkMakefile.sh,v 1.21 1997/07/25 19:50:23 phk Exp
+# Id: mkMakefile.sh,v 1.23 1997/08/12 18:30:34 peter Exp
#
TCLDIST=${.CURDIR}/../../contrib/tcl
@@ -23,15 +23,9 @@ SHLIB_MINOR= 2
LIB= tcl
-.if !defined(NOPIC)
-LINKS+= ${SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
- ${SHLIBDIR}/lib${LIB}${SHLIB_MAJOR}.so.1.${SHLIB_MINOR}
-.endif
-LINKS+= ${LIBDIR}/lib${LIB}.a ${LIBDIR}/lib${LIB}${SHLIB_MAJOR}.a
-
CFLAGS+= -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
CFLAGS+= -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
-CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/libdata/tcl\ /usr/local/libdata/tcl\"
+CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/libdata/tcl\"
LDADD+= -lm
DPADD+= ${LIBM}
@@ -65,8 +59,6 @@ beforeinstall:
${TCLDIST}/unix/tclAppInit.c ${DESTDIR}${TCL_LIBRARY}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/doc/man.macros ${DESTDIR}/usr/share/tmac/tcl.macros
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/tclConfig.sh ${DESTDIR}${TCL_LIBRARY}
.for m in ${HEADERS}
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${TCLDIST}/$m \
${DESTDIR}/usr/include/tcl/$m
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
deleted file mode 100644
index 0b51380..0000000
--- a/lib/libtcl/tclConfig.sh
+++ /dev/null
@@ -1,113 +0,0 @@
-# tclConfig.sh --
-#
-# This shell script (for sh) is generated automatically by Tcl'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 Tcl 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.
-#
-# SCCS: @(#) tclConfig.sh.in 1.19 96/12/17 09:08:29
-
-# Tcl's version number.
-TCL_VERSION='8.0'
-TCL_MAJOR_VERSION='8'
-TCL_MINOR_VERSION='0'
-TCL_PATCH_LEVEL='b2'
-
-# C compiler to use for compilation.
-TCL_CC='cc'
-
-# -D flags for use with the C compiler.
-TCL_DEFS=' -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 '
-
-# The name of the Tcl library (may be either a .a file or a shared library):
-TCL_LIB_FILE=libtcl80.so.1.2
-
-# Additional libraries to use when linking Tcl.
-TCL_LIBS=' -lm'
-
-# Top-level directory in which Tcl's platform-independent files are
-# installed.
-TCL_PREFIX='/usr'
-
-# Top-level directory in which Tcl's platform-specific files (e.g.
-# executables) are installed.
-TCL_EXEC_PREFIX='/usr'
-
-# Flags to pass to cc when compiling the components of a shared library:
-TCL_SHLIB_CFLAGS='-fpic'
-
-# Base command to use for combining object files into a shared library:
-TCL_SHLIB_LD='ld -Bshareable -x'
-
-# Either '$LIBS' (if dependent libraries should be included when linking
-# shared libraries) or an empty string. See Tcl's configure.in for more
-# explanation.
-TCL_SHLIB_LD_LIBS=''
-
-# Suffix to use for the name of a shared library.
-TCL_SHLIB_SUFFIX='.so'
-
-# Library file(s) to include in tclsh and other base applications
-# in order to provide facilities needed by DLOBJ above.
-TCL_DL_LIBS=''
-
-# Flags to pass to the compiler when linking object files into
-# an executable tclsh or tcltest binary.
-TCL_LD_FLAGS=''
-
-# Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the
-# run-time dynamic linker where to look for shared libraries such as
-# libtcl.so. Used when linking applications. Only works if there
-# is a variable "LIB_RUNTIME_DIR" defined in the Makefile.
-TCL_LD_SEARCH_FLAGS=''
-
-# Additional object files linked with Tcl to provide compatibility
-# with standard facilities from ANSI C or POSIX.
-TCL_COMPAT_OBJS=''
-
-# Name of the ranlib program to use.
-TCL_RANLIB='ranlib'
-
-# String to pass to linker to pick up the Tcl library from its
-# build directory.
-TCL_BUILD_LIB_SPEC='-ltcl80'
-
-# String to pass to linker to pick up the Tcl library from its
-# installed directory.
-TCL_LIB_SPEC='-ltcl80'
-
-# Indicates whether a version numbers should be used in -l switches
-# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
-# use switches like -ltcl75). SunOS and FreeBSD require "nodots", for
-# example.
-TCL_LIB_VERSIONS_OK='nodots'
-
-# String that can be evaluated to generate the part of a shared library
-# name that comes after the "libxxx" (includes version number, if any,
-# extension, and anything else needed). May depend on the variables
-# VERSION and SHLIB_SUFFIX. On most UNIX systems this is
-# ${VERSION}${SHLIB_SUFFIX}.
-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0'
-
-# String that can be evaluated to generate the part of an unshared library
-# name that comes after the "libxxx" (includes version number, if any,
-# extension, and anything else needed). May depend on the variable
-# VERSION. On most UNIX systems this is ${VERSION}.a.
-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.a'
-
-# Location of the top-level source directory from which Tcl was built.
-# This is the directory that contains a README file as well as
-# subdirectories such as generic, unix, etc. If Tcl was compiled in a
-# different place than the directory containing the source files, this
-# points to the location of the sources, not the location where Tcl was
-# compiled.
-TCL_SRC_DIR='/usr/src/contrib/tcl'
-
-# List of standard directories in which to look for packages during
-# "package require" commands. Contains the "prefix" directory plus also
-# the "exec_prefix" directory, if it is different.
-TCL_PACKAGE_PATH='/usr/local/libdata/tcl'
OpenPOWER on IntegriCloud