view libcruft/odepack/Makefile.in @ 6468:d19a0250e680

[project @ 2007-03-27 17:31:54 by jwe]
author jwe
date Tue, 27 Mar 2007 17:31:54 +0000
parents 2298ae7ff342
children 93c65f2a5668
line wrap: on
line source

#
# Makefile for octave's libcruft/odepack directory
#
# John W. Eaton
# jwe@bevo.che.wisc.edu
# University of Wisconsin-Madison
# Department of Chemical Engineering

TOPDIR = ../..

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

EXTERNAL_DISTFILES = $(DISTFILES)

FSRC = cfode.f dlsode.f ewset.f intdy.f prepj.f solsy.f stode.f vnorm.f

include $(TOPDIR)/Makeconf

include ../Makerules