view liboctave/Makedeps.in @ 1202:1f5ff647c7ab

[project @ 1995-04-01 00:20:39 by jwe]
author jwe
date Sat, 01 Apr 1995 00:20:39 +0000
parents 9a4c07481e61
children
line wrap: on
line source

# 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