Mercurial > hg > octave-thorsten
changeset 229:d76cb40c46f4
[project @ 1993-11-16 09:56:54 by jwe]
author | jwe |
---|---|
date | Tue, 16 Nov 1993 09:56:54 +0000 |
parents | ee01ac1c7acc |
children | 3f7246605fe9 |
files | liboctave/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -27,8 +27,8 @@ mv $@.tmp $@ ; \ fi -INCLUDES = Bounds.h CollocWt.h DAE.h DAEFunc.h FEGrid.h FSQP.h \ - LinConst.h LP.h LPsolve.h Matrix.h NLConst.h NLEqn.h \ +INCLUDES = Array.h Bounds.h CollocWt.h DAE.h DAEFunc.h FEGrid.h \ + FSQP.h LinConst.h LP.h LPsolve.h Matrix.h NLConst.h NLEqn.h \ NLFunc.h NLP.h NPSOL.h ODE.h ODEFunc.h Objective.h QLD.h \ QP.h QPSOL.h Quad.h Range.h f77-uscore.h sun-utils.h \ lo-error.h @@ -39,7 +39,7 @@ Objective.cc ODE.cc ODEFunc.cc QLD.cc QP.cc QPSOL.cc Quad.cc \ Range.cc RowVector.cc sun-utils.cc lo-error.cc -EXTRAS = mx-inlines.cc +EXTRAS = mx-inlines.cc Array.cc DISTFILES = Makefile.in $(SOURCES) $(INCLUDES) $(EXTRAS)