Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -10,11 +10,11 @@ # All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.17 2001/06/21 23:33:38 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.18 2002/02/04 22:45:53 hobbs Exp $ lib_BINARIES=$(tls_LIB_FILE) BINARIES=$(lib_BINARIES) @@ -22,11 +22,12 @@ # Enumerate the names of the source files included in this package. # This will be used when a dist target is added to the Makefile. #======================================================================== tls_SOURCES = tls.c tlsIO.c tlsBIO.c \ - tlsX509.c fixstrtod.c strncasecmp.c + tlsX509.c fixstrtod.c +# strncasecmp.c SOURCES = $(tls_SOURCES) tls_SCRIPT_FILES = tls.tcl #======================================================================== @@ -33,11 +34,12 @@ # Enumerate the names of the object files included in this package. # These objects are created and linked into the final library. #======================================================================== tls_OBJECTS = tls.$(OBJEXT) tlsIO.$(OBJEXT) tlsBIO.$(OBJEXT) \ - tlsX509.$(OBJEXT) fixstrtod.$(OBJEXT) strncasecmp.$(OBJEXT) + tlsX509.$(OBJEXT) fixstrtod.$(OBJEXT) +# strncasecmp.$(OBJEXT) OBJECTS = $(tls_OBJECTS) #======================================================================== # The substitution of "tls_LIB_FILE" into the variable name below # allows us to refer to the objects for the library without knowing the name @@ -146,18 +148,10 @@ TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@ TCL_SRC_DIR = @TCL_SRC_DIR@ TCL_DBGX = @TCL_DBGX@ TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@ -TCL_TOOL_DIR_NATIVE = @TCL_TOOL_DIR_NATIVE@ -TCL_TOP_DIR_NATIVE = @TCL_TOP_DIR_NATIVE@ -TCL_UNIX_DIR_NATIVE = @TCL_UNIX_DIR_NATIVE@ -TCL_WIN_DIR_NATIVE = @TCL_WIN_DIR_NATIVE@ -INCLUDE_DIR_NATIVE = @INCLUDE_DIR_NATIVE@ -TCL_BMAP_DIR_NATIVE = @TCL_BMAP_DIR_NATIVE@ -TCL_PLATFORM_DIR_NATIVE = @TCL_PLATFORM_DIR_NATIVE@ -TCL_GENERIC_DIR_NATIVE = @TCL_GENERIC_DIR_NATIVE@ TCLSH_PROG = @TCLSH_PROG@ AUTOCONF = autoconf LDFLAGS = $(LDFLAGS_DEFAULT)