summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-11-04 22:47:23 (GMT)
committergriffin <briang42@easystreet.net>2022-11-04 22:47:23 (GMT)
commit44a73b3640ddbaa3021cf19e10b4bcebeedd0d73 (patch)
tree2727457b8085e9e56188e6d1e051ec0b3e4419e1 /unix/Makefile.in
parent853e484a64f304ca86f7df17d8576aaf995bd457 (diff)
downloadtcl-44a73b3640ddbaa3021cf19e10b4bcebeedd0d73.zip
tcl-44a73b3640ddbaa3021cf19e10b4bcebeedd0d73.tar.gz
tcl-44a73b3640ddbaa3021cf19e10b4bcebeedd0d73.tar.bz2
Implement abstractlist with tip-644
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a818b4c..2e4137b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -300,7 +300,7 @@ XTTEST_OBJS = xtTestInit.o tclTest.o tclTestObj.o tclTestProcBodyObj.o \
tclTestABSList.o
GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o \
- tclAbstractList.o tclArithSeries.o tclAlloc.o \
+ tclArithSeries.o tclAlloc.o \
tclAssembly.o tclAsync.o tclBasic.o tclBinary.o \
tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o \
tclCompCmds.o tclCompCmdsGR.o tclCompCmdsSZ.o tclCompExpr.o \
@@ -384,7 +384,6 @@ TCL_DECLS = \
GENERIC_HDRS = \
$(GENERIC_DIR)/tcl.h \
- $(GENERIC_DIR)/tclAbstractList.h \
$(GENERIC_DIR)/tclArithSeries.h \
$(GENERIC_DIR)/tclDecls.h \
$(GENERIC_DIR)/tclInt.h \
@@ -406,7 +405,6 @@ GENERIC_SRCS = \
$(GENERIC_DIR)/regexec.c \
$(GENERIC_DIR)/regfree.c \
$(GENERIC_DIR)/regerror.c \
- $(GENERIC_DIR)/tclAbstractList.c \
$(GENERIC_DIR)/tclArithSeries.c \
$(GENERIC_DIR)/tclAlloc.c \
$(GENERIC_DIR)/tclAssembly.c \
@@ -1255,9 +1253,6 @@ regfree.o: $(REGHDRS) $(GENERIC_DIR)/regfree.c
regerror.o: $(REGHDRS) $(GENERIC_DIR)/regerrs.h $(GENERIC_DIR)/regerror.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/regerror.c
-tclAbstractList.o: $(GENERIC_DIR)/tclAbstractList.c $(COMPILEHDR)
- $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclAbstractList.c
-
tclArithSeries.o: $(GENERIC_DIR)/tclArithSeries.c $(COMPILEHDR)
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclArithSeries.c