diff src/Makefile.in @ 4633:d95dd6ae89fd

[project @ 2003-11-19 18:32:50 by jwe]
author jwe
date Wed, 19 Nov 2003 18:32:51 +0000
parents ecaec3d39a8e
children ef3a14fb6847
line wrap: on
line diff
--- a/src/Makefile.in	Tue Nov 18 19:07:13 2003 +0000
+++ b/src/Makefile.in	Wed Nov 19 18:32:51 2003 +0000
@@ -82,11 +82,13 @@
 INCLUDES := Cell.h base-list.h c-file-ptr-stream.h comment-list.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 octave.h \
-	ops.h pager.h parse.h pr-output.h procstream.h sighandlers.h \
-	siglist.h symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \
+	lex.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \
+	ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.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 octave.h ops.h pager.h \
+	parse.h pr-output.h procstream.h sighandlers.h siglist.h \
+	symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \
 	variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES)
 
 TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc
@@ -122,12 +124,13 @@
 DIST_SRC := Cell.cc c-file-ptr-stream.cc comment-list.cc \
 	cutils.c data.cc debug.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 main.c 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 \
+	help.cc input.cc lex.l load-save.cc ls-hdf5.cc \
+	ls-mat-ascii.cc ls-mat4.cc ls-mat5.cc ls-oct-ascii.cc \
+	ls-oct-binary.cc ls-utils.cc main.c 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 token.cc toplev.cc \
 	unwind-prot.cc utils.cc variables.cc xdiv.cc xpow.cc \