diff options
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 1d28d98..d45c7ea 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.13 1999/06/30 22:35:10 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.14 1999/07/08 23:17:56 stanton Exp $ VERSION = @TCL_VERSION@ @@ -119,7 +119,7 @@ STATIC_LIBRARIES = $(TCL_LIB_FILE) TCLSH = tclsh$(VER)${EXESUFFIX} TCLTEST = tcltest${EXEEXT} -CAT32 = cat32 +CAT32 = cat32$(EXEEXT) @SET_MAKE@ @@ -269,6 +269,8 @@ TCL_OBJS = ${GENERIC_OBJS} ${WIN_OBJS} ${COMPAT_OBJS} all: binaries libraries doc +tcltest: $(TCLTEST) + binaries: @LIBRARIES@ $(STATIC_LIBRARIES) $(TCLSH) libraries: @@ -455,11 +457,11 @@ Makefile: Makefile.in clean: $(RM) *.lib *.exp *.dll *.${OBJEXT} *~ \#* TAGS a.out - $(RM) $(TCLSH) $(TCLTEST) - $(RM) *.pch + $(RM) $(TCLSH) $(TCLTEST) $(CAT32) + $(RM) *.pch *.ilk *.pdb distclean: clean - $(RM) Makefile config.status config.cache config.log + $(RM) Makefile config.status config.cache config.log tclConfig.sh # # Regenerate the stubs files. |