view libcruft/minpack/Makefile.in @ 6650:10da0f6d85c2 ss-2-9-11

[project @ 2007-05-22 06:48:18 by jwe]
author jwe
date Tue, 22 May 2007 06:48:18 +0000
parents 2298ae7ff342
children 93c65f2a5668
line wrap: on
line source

#
# Makefile for octave's libcruft/minpack 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 = dogleg.f dpmpar.f enorm.f fdjac1.f hybrd.f hybrd1.f \
  hybrj.f hybrj1.f qform.f qrfac.f r1mpyq.f r1updt.f

include $(TOPDIR)/Makeconf

include ../Makerules