changeset 2514:3db2876cdc1a

[project @ 1996-11-14 18:32:41 by jwe]
author jwe
date Thu, 14 Nov 1996 18:32:41 +0000
parents 9ffb839e922b
children 2e5adf62c4d9
files liboctave/Makedeps.in
diffstat 1 files changed, 0 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Makedeps.in	Thu Nov 14 17:26:39 1996 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# Makefile dependencies for liboctave.a
-
-../liboctave.a(Matrix.o): Matrix.h 
-
-../liboctave.a(FEGrid.o): FEGrid.h Matrix.h 
-
-../liboctave.a(NLFunc.o): NLFunc.h Matrix.h
-
-../liboctave.a(NLEqn.o): NLEqn.h NLFunc.h Matrix.h
-
-../liboctave.a(NLP.o): Objective.h Bounds.h LinConst.h NLConst.h \
-	Matrix.h NLFunc.h
-
-../liboctave.a(ODE.o): ODE.h ODEFunc.h Matrix.h  
-
-../liboctave.a(ODEFunc.o): ODEFunc.h Matrix.h 
-
-../liboctave.a(Objective.o): Objective.h Matrix.h
-
-../liboctave.a(Bounds.o): Bounds.h Matrix.h
-
-../liboctave.a(LinConst.o): LinConst.h Bounds.h Matrix.h
-
-../liboctave.a(NLConst.o): NLConst.h LinConst.h Bounds.h NLFunc.h Matrix.h