diff src/Makefile.in @ 1355:94697d007075

[project @ 1995-09-05 20:04:15 by jwe]
author jwe
date Tue, 05 Sep 1995 20:07:21 +0000
parents 1270bf19f7fe
children 53a7bdf18077
line wrap: on
line diff
--- a/src/Makefile.in	Tue Sep 05 19:56:08 1995 +0000
+++ b/src/Makefile.in	Tue Sep 05 20:07:21 1995 +0000
@@ -61,14 +61,15 @@
 	defun-int.h dirfns.h dynamic-ld.h error.h file-io.h fnmatch.h \
 	getopt.h gripes.h help.h idx-vector.h input.h lex.h \
 	load-save.h mappers.h missing-math.h octave.h octave-hist.h \
-	oct-map.h oct-obj.h pager.h parse.h pathsearch.h pr-output.h \
-	procstream.h sighandlers.h statdefs.h symtab.h sysdep.h \
-	systime.h token.h tree-base.h tree-cmd.h tree-const.h \
-	tree-expr.h tree-misc.h	tree-plot.h tc-inlines.h tc-rep.h \
-	unwind-prot.h user-prefs.h utils.h variables.h version.h \
-	xdiv.h xpow.h Map.h SLStack.h Stack.h
+	oct-map.h oct-obj.h oct-str.h pager.h parse.h pathlen.h \
+	pathsearch.h pr-output.h procstream.h sighandlers.h \
+	statdefs.h symtab.h sysdep.h sysdir.h systime.h syswait.h \
+	token.h tree-base.h tree-cmd.h tree-const.h tree-expr.h \
+	tree-misc.h tree-plot.h tc-inlines.h tc-rep.h 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-tc.cc Map-tc.cc DLList-fi.cc \
+TI_SRC := Array-string.cc Array-tc.cc Map-tc.cc DLList-fi.cc \
 	SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-tc.cc \
 	SLStack-i.cc SLStack-pc.cc SLStack-sym.cc SLStack-tok.cc \
 	SLStack-tm.cc SLStack-ue.cc SLStack-ui.cc
@@ -79,8 +80,8 @@
 	dynamic-ld.cc erf.c erfc.c error.cc file-io.cc fnmatch.c \
 	getopt.c getopt1.c gripes.cc help.cc idx-vector.cc \
 	input.cc lex.l load-save.cc mappers.cc octave.cc \
-	octave-hist.cc oct-map.cc oct-obj.cc pager.cc parse.y \
-	pr-output.cc procstream.cc resource.cc sighandlers.cc \
+	octave-hist.cc oct-map.cc oct-obj.cc oct-str.cc pager.cc \
+	parse.y pr-output.cc procstream.cc resource.cc sighandlers.cc \
 	strcasecmp.c strncase.c strfns.cc strftime.c symtab.cc \
 	sysdep.cc tempname.c timefns.cc tempnam.c token.cc \
 	tree-base.cc tree-cmd.cc tree-const.cc tree-expr.cc \