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.11 2000/06/06 01:16:34 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.12 2000/06/06 01:26:23 wart Exp $ lib_BINARIES=$(tls_LIB_FILE) BINARIES=$(lib_BINARIES) @@ -24,10 +24,12 @@ #======================================================================== tls_SOURCES = tls.c tlsIO.c tlsBIO.c \ tlsX509.c fixstrtod.c strncasecmp.c SOURCES = $(tls_SOURCES) + +tls_SCRIPT_FILES = tls.tcl #======================================================================== # Enumerate the names of the object files included in this package. # These objects are created and linked into the final library. #======================================================================== @@ -199,11 +201,11 @@ # of the Makefile, in the "BINARIES" variable. #======================================================================== binaries: $(BINARIES) -libraries: +libraries: $(tls_SCRIPT_FILES) doc: install: all install-binaries install-libraries install-doc @@ -298,10 +300,13 @@ $(COMPILE) -c `@CYGPATH@ $(srcdir)/fixstrtod.c` -o $@ strncasecmp.$(OBJEXT): $(srcdir)/strncasecmp.c $(COMPILE) -c `@CYGPATH@ $(srcdir)/strncasecmp.c` -o $@ +tls.tcl: $(srcdir)/tls.tcl + cp $(srcdir)/tls.tcl tls.tcl + #======================================================================== # End of user-definable section #======================================================================== #========================================================================