changeset 2118:d5eeb60baedd

[project @ 1996-05-10 07:21:02 by jwe]
author jwe
date Fri, 10 May 1996 07:21:02 +0000
parents b240b2fce8ed
children 5df627b1c5c5
files src/Makefile.in
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -85,7 +85,8 @@
 	defun-int.h dirfns.h dynamic-ld.h error.h \
 	file-io.h gripes.h help.h input.h lex.h load-save.h \
 	mappers.h oct-fstrm.h oct-gperf.h oct-hist.h oct-iostrm.h \
-	oct-map.h oct-obj.h oct-prcstrm.h oct-stdstrm.h oct-stream.h \
+	oct-map.h oct-obj.h oct-prcstrm.h oct-procbuf.h \
+	oct-stdstrm.h oct-stream.h \
 	oct-strstrm.h pager.h parse.h pathlen.h pr-output.h \
 	procstream.h pt-base.h pt-cmd.h pt-const.h pt-exp-base.h \
 	pt-exp.h pt-fcn.h pt-fvc-base.h pt-fvc.h pt-mat.h pt-misc.h \
@@ -94,7 +95,7 @@
 	unwind-prot.h user-prefs.h utils.h variables.h version.h \
 	xdiv.h xpow.h Map.h SLStack.h Stack.h
 
-TI_SRC := Array-os.cc Array-tc.cc Map-tc.cc DLList-fi.cc \
+TI_SRC := Array-os.cc Array-tc.cc Map-tc.cc \
 	SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-str.cc \
 	SLList-tc.cc SLList-tm.cc SLStack-i.cc SLStack-pc.cc \
 	SLStack-str.cc SLStack-sym.cc SLStack-tok.cc SLStack-ue.cc \
@@ -110,7 +111,8 @@
 SOURCES := arith-ops.cc data.cc dirfns.cc dynamic-ld.cc error.cc \
 	file-io.cc gripes.cc help.cc input.cc lex.l \
 	load-save.cc mappers.cc oct-fstrm.cc oct-hist.cc oct-iostrm.cc \
-	oct-map.cc oct-obj.cc oct-prcstrm.cc oct-stdstrm.cc oct-stream.cc \
+	oct-map.cc oct-obj.cc oct-prcstrm.cc oct-procbuf.cc \
+	oct-stdstrm.cc oct-stream.cc \
 	oct-strstrm.cc pager.cc parse.y pr-output.cc procstream.cc \
 	pt-base.cc pt-cmd.cc pt-const.cc pt-exp-base.cc pt-exp.cc \
 	pt-fcn.cc pt-fvc-base.cc pt-fvc.cc pt-mat.cc pt-misc.cc \