changeset 34:82044b0a4b5f

[project @ 1993-08-10 21:55:05 by jwe]
author jwe
date Tue, 10 Aug 1993 21:55:05 +0000
parents 4ba86a2baa5d
children e276a012f7db
files src/Makefile.in
diffstat 1 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -52,9 +52,10 @@
 	fi
 
 INCLUDES = arith-ops.h builtins.h dynamic-ld.h defaults.h.in error.h \
-	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-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-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 \
 	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 \
@@ -66,9 +67,10 @@
 	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-hess.cc f-ifft.cc tc-index.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 \
@@ -80,9 +82,9 @@
 MAKEDEPS = $(patsubst %.cc, %.d, $(DEP_SOURCES))
 
 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-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-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
 
 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 \