diff liboctave/Makefile.in @ 5173:1278a2bc1527

[project @ 2005-03-02 01:33:37 by jwe]
author jwe
date Wed, 02 Mar 2005 01:38:31 +0000
parents 47e2ef7d0ad6
children cd5cc2a80589
line wrap: on
line diff
--- a/liboctave/Makefile.in	Tue Mar 01 18:26:20 2005 +0000
+++ b/liboctave/Makefile.in	Wed Mar 02 01:38:31 2005 +0000
@@ -51,7 +51,7 @@
 SPARSE_MX_OP_INC := $(shell $(AWK) -f $(srcdir)/sparse-mk-ops.awk prefix=smx list_h_files=1 $(srcdir)/sparse-mx-ops)
 
 OPTS_INC_DATA := DASPK-opts.in DASRT-opts.in DASSL-opts.in \
-	LSODE-opts.in NLEqn-opts.in ODESSA-opts.in Quad-opts.in
+	LSODE-opts.in NLEqn-opts.in Quad-opts.in
 
 OPTS_INC := $(OPTS_INC_DATA:.in=.h)
 
@@ -59,7 +59,7 @@
 	DAERTFunc.h DASPK.h DASRT.h DASSL.h FEGrid.h \
 	LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h \
 	NLFunc.h NLP.h ODE.h ODEFunc.h ODES.h ODESFunc.h \
-	ODESSA.h Objective.h QP.h Quad.h Range.h base-dae.h \
+	Objective.h QP.h Quad.h Range.h base-dae.h \
 	base-de.h base-min.h byte-swap.h cmd-edit.h cmd-hist.h \
 	data-conv.h dir-ops.h file-ops.h file-stat.h getopt.h \
 	glob-match.h idx-vector.h kpse-xfns.h \
@@ -109,7 +109,7 @@
 
 LIBOCTAVE_CXX_SOURCES := Bounds.cc CollocWt.cc \
 	DASPK.cc DASRT.cc DASSL.cc FEGrid.cc LinConst.cc \
-	LPsolve.cc LSODE.cc NLEqn.cc ODES.cc ODESSA.cc \
+	LPsolve.cc LSODE.cc NLEqn.cc ODES.cc \
 	Quad.cc Range.cc data-conv.cc dir-ops.cc \
 	file-ops.cc file-stat.cc glob-match.cc idx-vector.cc \
 	lo-ieee.cc lo-mappers.cc lo-specfun.cc lo-sysdep.cc \