diff src/Makefile.in @ 3611:b1ff6597576f

[project @ 2000-03-17 09:44:29 by jwe]
author jwe
date Fri, 17 Mar 2000 09:44:30 +0000
parents b1830ce6993a
children 0a93682f89c8
line wrap: on
line diff
--- a/src/Makefile.in	Fri Mar 17 02:31:58 2000 +0000
+++ b/src/Makefile.in	Fri Mar 17 09:44:30 2000 +0000
@@ -78,9 +78,9 @@
 	pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h
 
 INCLUDES := BaseSLList.h Cell.h DLList.h Map.h Pix.h SLList.h \
-	SLStack.h Stack.h defun-dld.h defun-int.h defun.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 \
+	SLStack.h Stack.h c_file_ptr_stream.h defun-dld.h \
+	defun-int.h defun.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 \
 	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 oct-lvalue.h oct.h ops.h pager.h parse.h \
@@ -120,16 +120,16 @@
 	pt-select.cc pt-stmt.cc pt-unop.cc
 
 DIST_SRC := BaseSLList.cc Cell.cc DLList.cc Map.cc SLList.cc \
-	SLStack.cc Stack.cc cutils.c data.cc defaults.cc defun.cc \
-	dirfns.cc dynamic-ld.cc error.cc file-io.cc fn-cache.cc \
-	gripes.cc help.cc input.cc lex.l load-save.cc mappers.cc \
-	matherr.c 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 oct-lvalue.cc pager.cc parse.y \
-	pr-output.cc procstream.cc sighandlers.cc siglist.c \
-	strcasecmp.c strncase.c strfns.cc symtab.cc syscalls.cc \
-	sysdep.cc system.c token.cc toplev.cc unwind-prot.cc \
-	utils.cc variables.cc xdiv.cc xpow.cc \
+	SLStack.cc Stack.cc c_file_ptr_stream.cc cutils.c data.cc \
+	defaults.cc defun.cc dirfns.cc dynamic-ld.cc error.cc \
+	file-io.cc fn-cache.cc gripes.cc help.cc input.cc lex.l \
+	load-save.cc mappers.cc matherr.c 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 \
+	oct-lvalue.cc pager.cc parse.y pr-output.cc procstream.cc \
+	sighandlers.cc siglist.c strcasecmp.c strncase.c strfns.cc \
+	symtab.cc syscalls.cc sysdep.cc system.c token.cc toplev.cc \
+	unwind-prot.cc utils.cc variables.cc xdiv.cc xpow.cc \
 	$(OV_SRC) \
 	$(PT_SRC)