view libcruft/minpack/Makefile.in @ 6281:2298ae7ff342

[project @ 2007-02-08 04:35:19 by jwe]
author jwe
date Thu, 08 Feb 2007 04:35:20 +0000
parents 2eb569ed50bf
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