changeset 2227:05363ec6c30b

[project @ 1996-05-17 14:16:38 by jwe]
author jwe
date Fri, 17 May 1996 14:16:38 +0000
parents 58e4eaedf98f
children 50761cd2f94f
files src/Makefile.in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Fri May 17 13:10:31 1996 +0000
+++ b/src/Makefile.in	Fri May 17 14:16:38 1996 +0000
@@ -82,8 +82,8 @@
 endif
 
 INCLUDES := arith-ops.h builtins.h data.h defun.h defun-dld.h \
-	defun-int.h dirfns.h dynamic-ld.h error.h \
-	file-io.h gripes.h help.h input.h lex.h load-save.h \
+	defun-int.h dirfns.h dynamic-ld.h error.h file-io.h \
+	fn-cache.h gripes.h help.h input.h lex.h load-save.h \
 	mappers.h oct-fstrm.h oct-hist.h oct-iostrm.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 \
@@ -109,11 +109,11 @@
 endif
 
 SOURCES := arith-ops.cc data.cc defaults.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-procbuf.cc \
-	oct-stdstrm.cc oct-stream.cc oct-strstrm.cc pager.cc \
-	parse.y pr-output.cc procstream.cc \
+	error.cc file-io.cc fn-cache.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-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 \
 	pt-mvr-base.cc pt-mvr.cc pt-plot.cc pt-pr-code.cc resource.cc \