changeset 1734:d0e2735fcaec

[project @ 1996-01-11 09:16:50 by jwe]
author jwe
date Thu, 11 Jan 1996 09:16:50 +0000
parents f236cc1c8bee
children d2ee993d40cd
files src/Makefile.in
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Thu Jan 11 05:51:25 1996 +0000
+++ b/src/Makefile.in	Thu Jan 11 09:16:50 1996 +0000
@@ -88,10 +88,11 @@
 	octave-hist.h oct-map.h oct-obj.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 toplev.h tree-base.h tree-cmd.h tree-const.h \
-	tree-expr.h tree-misc.h tree-plot.h unwind-prot.h \
-	user-prefs.h utils.h variables.h version.h xdiv.h xpow.h \
-	Map.h SLStack.h Stack.h  
+	token.h toplev.h tree-cmd.h tree-const.h tree-expr.h \
+	tree-expr2.h tree-fcn.h tree-fvc.h tree-fvc2.h tree-mat.h \
+	tree-misc.h tree-mvr.h tree-mvr2.h tree-plot.h tree.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 \
 	SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-tc.cc \
@@ -114,8 +115,10 @@
 	sighandlers.cc strcasecmp.c strncase.c strfns.cc strftime.c \
 	symtab.cc sysdep.cc tempname.c timefns.cc tempnam.c token.cc \
 	toplev.cc tree-base.cc tree-cmd.cc tree-const.cc \
-	tree-expr.cc tree-misc.cc tree-plot.cc unwind-prot.cc \
-	user-prefs.cc utils.cc variables.cc xdiv.cc xpow.cc
+	tree-expr.cc tree-expr2.cc tree-fcn.cc tree-fvc.cc \
+	tree-fvc2.cc tree-mat.cc tree-misc.cc tree-mvr.cc \
+	tree-mvr2.cc tree-plot.cc unwind-prot.cc user-prefs.cc \
+	utils.cc variables.cc xdiv.cc xpow.cc
 
 TEMPLATE_SRC = Map.cc SLStack.cc