changeset 36:7541831988d2

[project @ 1993-08-10 22:07:57 by jwe]
author jwe
date Tue, 10 Aug 1993 22:07:57 +0000
parents e276a012f7db
children 2947a1ad8ca3
files src/Makefile.in
diffstat 1 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Tue Aug 10 21:55:53 1993 +0000
+++ b/src/Makefile.in	Tue Aug 10 22:07:57 1993 +0000
@@ -55,25 +55,25 @@
 	f-balance.h f-colloc.h f-dassl.h f-det.h f-eig.h f-fft.h \ 
 	f-fsolve.h f-fsqp.h f-givens.h f-hess.h f-ifft.h f-inv.h \
 	f-lpsolve.h f-lsode.h f-lu.h f-npsol.h f-qpsol.h f-qr.h \
-	f-quad.h f-rand.h \ 
-	f-schur.h f-svd.h file-io.h g-builtins.h gripes.h help.h \
+	f-quad.h f-rand.h f-schur.h f-svd.h f-syl.h file-io.h \
+	g-builtins.h gripes.h help.h \
 	idx-vector.h input.h lex.h mappers.h missing-math.h octave.h \
 	octave-hist.h pager.h parse.h pr-output.h procstream.h \
 	sighandlers.h statdefs.h symtab.h sysdep.h t-builtins.h \
 	tree-base.h tree-const.h tree.h unwind-prot.h user-prefs.h \
 	utils.h variables.h version.h xdiv.h xpow.h SLStack.h Stack.h
 
-SOURCES = arith-ops.cc builtins.cc dynamic-ld.cc error.cc file-io.cc \
+SOURCES = arith-ops.cc builtins.cc dynamic-ld.cc error.cc \
+	f-colloc.cc f-balance.cc f-dassl.cc f-det.cc \
+	f-eig.cc tc-extras.cc f-fft.cc f-fsolve.cc f-fsqp.cc \
+	f-givens.cc f-hess.cc f-ifft.cc f-inv.cc f-lpsolve.cc \
+	f-lsode.cc f-lu.cc f-npsol.cc f-qpsol.cc f-qr.cc f-quad.cc \
+	f-rand.cc f-schur.cc f-svd.cc f-syl.cc file-io.cc \
 	g-builtins.cc gripes.cc help.cc idx-vector.cc input.cc lex.l \
 	mappers.cc octave.cc octave-hist.cc pager.cc parse.y \
 	pr-output.cc procstream.cc sighandlers.cc symtab.cc \
-	sysdep.cc t-builtins.cc tc-assign.cc f-colloc.cc \
-	f-balance.cc f-dassl.cc f-det.cc f-eig.cc tc-extras.cc \
-	f-fft.cc f-fsolve.cc f-fsqp.cc f-givens.cc f-hess.cc \
-	f-ifft.cc tc-index.cc \
-	tc-inlines.cc f-inv.cc f-lpsolve.cc f-lsode.cc f-lu.cc \
-	f-npsol.cc f-qpsol.cc f-qr.cc f-quad.cc f-rand.cc \
-	f-schur.cc f-svd.cc tree.cc tree-const.cc tree-plot.cc \
+	sysdep.cc t-builtins.cc tc-assign.cc tc-index.cc \
+	tc-inlines.cc tree.cc tree-const.cc tree-plot.cc \
 	unwind-prot.cc user-prefs.cc utils.cc variables.cc xdiv.cc \
 	xpow.cc
 
@@ -84,7 +84,7 @@
 DLD_OBJECTS = f-balance.o f-colloc.o f-dassl.o f-det.o f-eig.o \
 	f-fft.o f-fsolve.o f-fsqp.o f-givens.o f-hess.o f-ifft.o \
 	f-inv.o f-lpsolve.o f-lsode.o f-lu.o f-npsol.o f-qpsol.o \
-	f-qr.o f-quad.o f-rand.o f-schur.o f-svd.o
+	f-qr.o f-quad.o f-rand.o f-schur.o f-svd.o f-syl.o
 
 OBJECTS = arith-ops.o builtins.o error.o file-io.o g-builtins.o \
 	gripes.o help.o idx-vector.o input.o lex.o mappers.o \