changeset 17:ec4d93a11cfe

[project @ 1993-08-10 20:09:03 by jwe]
author jwe
date Tue, 10 Aug 1993 20:09:03 +0000
parents 77d2552fbb8b
children 15a1c5152f3d
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -52,7 +52,7 @@
 	fi
 
 INCLUDES = arith-ops.h builtins.h dynamic-ld.h defaults.h.in error.h \
-	f-colloc.h f-dassl.h f-det.h f-eig.h f-fft.h f-fsolve.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-schur.h f-svd.h file-io.h g-builtins.h gripes.h help.h \
@@ -66,7 +66,7 @@
 	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 \
+	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 \
 	tc-inlines.cc f-inv.cc f-lpsolve.cc f-lsode.cc f-lu.cc \
@@ -79,7 +79,7 @@
 DEP_SOURCES = $(patsubst %.y, %.cc, $(DEP_SOURCES_1))
 MAKEDEPS = $(patsubst %.cc, %.d, $(DEP_SOURCES))
 
-DLD_OBJECTS = f-colloc.o f-dassl.o f-det.o f-eig.o \
+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